about summary refs log tree commit diff stats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* Support configurable header layout in compose widgetDaniel Bridges2019-07-262-13/+18
* Add space which was missingJeffas2019-07-251-1/+1
* Add :cp alias for :copyDrew DeVault2019-07-171-1/+1
* Add an option to toggle between read and unreadNicolai Dagestad2019-07-171-3/+29
* Update status message to include destinationJeffas2019-07-171-1/+1
* commands: Don't crash when store is nilKevin Kuehler2019-07-157-4/+25
* 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-081-2/+6
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-081-1/+2
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-081-17/+44
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-15/+13
* Make :pipe command more genericDrew DeVault2019-07-051-0/+105
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+2
* Crash on delete in empty folder (#213)Zach Sisco2019-07-041-0/+3
* Add unsubscribe commandBen Burwell2019-07-042-0/+144
* Implement basic tab completion supportGregory Mullen2019-06-297-19/+74
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-113-3/+6
* commands/msg/archive: Work with msgviwerKevin Kuehler2019-06-111-3/+4
* 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
* Message list: implement index-format optionYash Srivastav2019-06-071-22/+3
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-025-0/+401