about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-108-10/+32
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-082-3/+11
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-082-2/+4
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-082-17/+89
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-15/+13
* Make :pipe command more genericDrew DeVault2019-07-055-99/+107
* Remove unused caps stringDrew DeVault2019-07-041-2/+0
* Add IMAP folder tab completionGregory Mullen2019-07-043-2/+27
* Crash on delete in empty folder (#213)Zach Sisco2019-07-041-0/+3
* Add unsubscribe commandBen Burwell2019-07-042-0/+144
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-3/+2
* Implement basic tab completion supportGregory Mullen2019-06-2942-126/+524
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-262-0/+95
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-251-6/+16
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-0/+3
* Insert nil check before handling prev/next messageMartin Hafskjold Thoresen2019-06-181-2/+8
* commands/msgview: add open commandRéouven Assouly2019-06-171-0/+61
* Make part encoding checks case insensitiveRéouven Assouly2019-06-162-6/+7
* Support directories in path to :saveClayton Craft2019-06-141-4/+53
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-112-2/+40
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-113-3/+6
* commands/msg/archive: Work with msgviwerKevin Kuehler2019-06-111-3/+4
* Implement :mkdir commandDrew DeVault2019-06-091-0/+39
* Fix :new-account getoptsDrew DeVault2019-06-091-1/+1
* Fix :copy arg handlingDrew DeVault2019-06-091-3/+3
* Fix :move command's arg parsingDrew DeVault2019-06-091-3/+3
* Update reply to use getopt posix optind formatClayton Craft2019-06-091-2/+2
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+38
* commands/msg/copy: remove unnecessary codeDrew DeVault2019-06-091-4/+0
* Add archive commandRobert Günzler2019-06-093-6/+102
* Mark sent emails as readYash Srivastav2019-06-081-1/+2
* Message list: implement index-format optionYash Srivastav2019-06-071-22/+3
* implements ability to view headers in message viewYash Srivastav2019-06-071-0/+25
* Introduce :new-account -tJanUlrich2019-06-051-2/+10
* Allow no arguments to :cdTadeo Kondrak2019-06-051-3/+5
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-026-17/+49
* Fix infinite recursion in reply.go:findPlaintextDrew DeVault2019-06-021-1/+1
* Fetch plaintext part when replyingDrew DeVault2019-06-011-6/+34
* Add :save and :pipe commands to viewerGalen Abell2019-05-274-37/+163
* Implement :edit in compose screenDrew DeVault2019-05-261-0/+21
* Implement :forwardDrew DeVault2019-05-251-31/+81
* Fix special characters in address.PersonalNameDrew DeVault2019-05-252-27/+35
* Implement :helpDrew DeVault2019-05-221-0/+21
* Write new accounts to config and open tabDrew DeVault2019-05-221-1/+1
* New account wizard, part oneDrew DeVault2019-05-211-0/+20
* Pass ServerName to tls.Config for SMTPDrew DeVault2019-05-201-2/+12
* Implement :next-part, :prev-partDrew DeVault2019-05-201-0/+43
* Flesh out multipart switcherDrew DeVault2019-05-201-2/+2
* asdfDrew DeVault2019-05-201-6/+2