aboutsummaryrefslogtreecommitdiff
path: root/commands
AgeCommit message (Expand)Author
2019-11-17commands/account: Disable :view for deleted msgsKevin Kuehler
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-11-01Add support for AUTH LOGIN submissionLuke Drummond
2019-10-16Cleanup pager processes after closing a msgviewerKevin Kuehler
2019-09-20Config for deleting message from message viewerSrivathsan Murali
2019-09-20Sort path completionsJeffas
2019-09-20Make commands join args with spacesJeffas
2019-09-20Add sorting functionalityJeffas
2019-09-12Add completion for copyJeffas
2019-09-12Add signaturesJeffas
2019-09-12Add modify-labels commandReto Brunner
2019-09-11Check the subject line for lowercase reJeffas
2019-09-11Ensure mimetype parts are converted to lower caseJeffas
2019-09-04commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel
2019-09-04all: rewrite references to strings.Index to strings.ContainsWagner Riffel
2019-09-04all: use fmt.Errorf for fomartting errorsWagner Riffel
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-08-26Add :prompt commandChristopher Vittal
2019-08-20Add forwarding as attachment featureJelle Besseling
2019-08-20Add addresses argument to forward commandJelle Besseling
2019-08-20Move forward command to it's own fileJelle Besseling
2019-08-13Revert "add close command at global level"Drew DeVault
2019-08-13add close command at global levelAditya Srivastava
2019-08-13Add optional body argument to compose commandDaniel Bridges
2019-08-12Joining the args in cf for folders with spacesBen Cohen
2019-08-12Ignore scroll command when msgstore is nilJelle Besseling
2019-08-12Let user edit arbitrary headers in composerDaniel Bridges
2019-08-08Fix `unread` commandArt Wild
2019-08-07Implement next-message in msgview using accountJelle Besseling
2019-08-07Implement next-folder using NextPrev with amountJelle Besseling
2019-08-07Allow cc/bcc command to receive no argumentsDaniel Bridges
2019-08-07cc/bcc: Append to existing headers if called twiceKevin Kuehler
2019-08-03Fix directory completion case sensitivityBen Burwell
2019-08-03Add cc and bcc commandsDaniel Bridges
2019-08-02select next message when deleting from message viewerAditya Srivastava
2019-08-02ChangeFolder: do not depend on the msgstoreReto Brunner
2019-08-02Add filesystem completions for :attach and :cdGalen Abell
2019-08-02Add CompletePath methodGalen Abell
2019-07-29Sendmail: allow for arbitrary parametersReto Brunner
2019-07-27Add index option to change-tabJeffas
2019-07-27Add :detach commandGalen Abell
2019-07-27Add missing fallthroughDrew DeVault
2019-07-27Implement sendmail supportDrew DeVault
2019-07-26Add tab completion to textinputsJeffas
2019-07-26Add command history and cyclingGalen Abell
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-07-26Add new-email triggerJeffas
2019-07-25Fix :close on terminal panicJeffas
2019-07-25Add space which was missingJeffas