aboutsummaryrefslogtreecommitdiff
path: root/commands/account
AgeCommit message (Expand)Author
2020-01-09create OriginalMail structLeszek CimaƂa
2019-12-04Fix crash when no message is selectedWiktor Kwapisiewicz
2019-11-17commands/account: Disable :view for deleted msgsKevin Kuehler
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-09-20Make commands join args with spacesJeffas
2019-09-20Add sorting functionalityJeffas
2019-09-12Add signaturesJeffas
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-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-07Implement next-message in msgview using accountJelle Besseling
2019-08-07Implement next-folder using NextPrev with amountJelle Besseling
2019-08-02ChangeFolder: do not depend on the msgstoreReto Brunner
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-07-19Implement :filter, :clearKevin Kuehler
2019-07-15commands: Don't crash when store is nilKevin Kuehler
2019-07-05Make :pipe command more genericDrew DeVault
2019-07-04Add IMAP folder tab completionGregory Mullen
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-26Implement :search, :next-result, :prev-resultDrew DeVault
2019-06-18Insert nil check before handling prev/next messageMartin Hafskjold Thoresen
2019-06-11commands/msgview: Add next/prev commandsKevin Kuehler
2019-06-09Implement :mkdir commandDrew DeVault
2019-06-02widget: Add ProvidesMessage interfaceKevin Kuehler
2019-06-02Fix infinite recursion in reply.go:findPlaintextDrew DeVault
2019-06-01Fetch plaintext part when replyingDrew DeVault
2019-05-27Add :save and :pipe commands to viewerGalen Abell
2019-05-25Implement :forwardDrew DeVault
2019-05-25Fix special characters in address.PersonalNameDrew DeVault
2019-05-20Flesh out multipart switcherDrew DeVault
2019-05-20pipe.go: let tab widget handle ellipsisDrew DeVault
2019-05-19Missed a spotDrew DeVault
2019-05-19Rename :delete-message et al to :delete et alDrew DeVault
2019-05-19Advance cursor after :delete and :moveDrew DeVault
2019-05-18Fix scdoc & gofmt issuesDrew DeVault
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-16Improve reply-all recipient enumeration strategyDrew DeVault
2019-05-16Decode email when reading it for quotingDrew DeVault
2019-05-16Don't prefix Re: if prefix already presentDrew DeVault
2019-05-16Implement :reply -q and :reply -aDrew DeVault
2019-05-16Implement (basic form) of :replyDrew DeVault
2019-05-15Copy sent emails to the Sent folderDrew DeVault
2019-05-14Implement move, mv commandsDrew DeVault
2019-05-14Implement :copy (aka :cp)Drew DeVault