about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Add forwarding as attachment featureJelle Besseling2019-08-201-4/+61
* Add addresses argument to forward commandJelle Besseling2019-08-201-1/+9
* Move forward command to it's own fileJelle Besseling2019-08-202-70/+130
* Revert "add close command at global level"Drew DeVault2019-08-134-59/+93
* add close command at global levelAditya Srivastava2019-08-134-93/+59
* Add optional body argument to compose commandDaniel Bridges2019-08-131-3/+14
* Joining the args in cf for folders with spacesBen Cohen2019-08-121-1/+5
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-121-2/+2
* Let user edit arbitrary headers in composerDaniel Bridges2019-08-121-4/+32
* Fix `unread` commandArt Wild2019-08-081-0/+2
* Implement next-message in msgview using accountJelle Besseling2019-08-072-28/+37
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-6/+4
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-071-4/+3
* cc/bcc: Append to existing headers if called twiceKevin Kuehler2019-08-071-2/+2
* Fix directory completion case sensitivityBen Burwell2019-08-031-11/+19
* Add cc and bcc commandsDaniel Bridges2019-08-031-0/+39
* select next message when deleting from message viewerAditya Srivastava2019-08-021-3/+10
* ChangeFolder: do not depend on the msgstoreReto Brunner2019-08-021-6/+6
* Add filesystem completions for :attach and :cdGalen Abell2019-08-022-2/+24
* Add CompletePath methodGalen Abell2019-08-021-0/+91
* Sendmail: allow for arbitrary parametersReto Brunner2019-07-291-1/+11
* Add index option to change-tabJeffas2019-07-271-4/+23
* Add :detach commandGalen Abell2019-07-271-0/+55
* Add missing fallthroughDrew DeVault2019-07-271-0/+2
* Implement sendmail supportDrew DeVault2019-07-271-10/+36
* Add tab completion to textinputsJeffas2019-07-262-3/+17
* Add command history and cyclingGalen Abell2019-07-261-0/+62
* Support configurable header layout in compose widgetDaniel Bridges2019-07-263-15/+20
* Add new-email triggerJeffas2019-07-261-5/+1
* Fix :close on terminal panicJeffas2019-07-251-1/+0
* Add space which was missingJeffas2019-07-251-1/+1
* Add change tab commandJeffas2019-07-231-0/+48
* Implement :filter, :clearKevin Kuehler2019-07-193-9/+61
* Add :attach command for composeGalen Abell2019-07-191-0/+56
* 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-158-4/+28
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-151-0/+69
* 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