aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11Check the subject line for lowercase reJeffas
2019-09-11Ensure mimetype parts are converted to lower caseJeffas
2019-09-11Add MouseableJeffas
2019-09-11Add initial command to end of completionsJeffas
2019-09-04widgets: gofmtWagner Riffel
2019-09-04widgets: rewrite references to os.SET_SEEK to io.SeekStartWagner Riffel
2019-09-04widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel
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-09-04aerc.go: simplify completionsDrew DeVault
2019-09-04aerc.go: remove unused variableDrew DeVault
2019-09-02Use sort.Stable for sorting displayed messagesa3v
2019-08-30Allow custom spinner via config filePaul Spooren
2019-08-29notmuch: add search / filter capabilitiesReto Brunner
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-08-29Fix out-of-order messages by sorting as we displayStephen Brennan
2019-08-26Notmuch: use adhoc write connection.Reto Brunner
2019-08-26imap worker: do not copy mailbox status mutexWagner Riffel
2019-08-26Add :prompt commandChristopher Vittal
2019-08-20Strip carriage returns (^M) when filtering emailsDaniel Xu
2019-08-20Only compile regex portion of folder filterDaniel Xu
2019-08-20folder filter: only assume regex if filter is ~fmtDrew DeVault
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-20upgrade go-messageReto Brunner
2019-08-19Add support for <C-j> as '<Enter>' in ExLineChristopher Vittal
2019-08-19Support regex filters for foldersDaniel Xu
2019-08-16bump go-message, fixes address list parsing failureReto Brunner
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-12Prevent drawing terminal with nil cmdDrew DeVault
2019-08-12Add delete forward <C-k> and backward <C-u>Christopher Vittal
2019-08-12Joining the args in cf for folders with spacesBen Cohen
2019-08-12Pass os stdin to credential commandJonas Mueller
2019-08-12Ignore scroll command when msgstore is nilJelle Besseling
2019-08-12Let user edit arbitrary headers in composerDaniel Bridges
2019-08-08maildir: Preserve flags when copying messagesBen Burwell
2019-08-08Close backends prior to shutdownReto Brunner
2019-08-08Fix `unread` commandArt Wild
2019-08-08Add notmuch docsReto Brunner
2019-08-08Add notmuch backendReto Brunner
2019-08-08add github.com/zenhack/go.notmuchReto Brunner
2019-08-08Extract message parsing to common worker moduleReto Brunner
2019-08-08Don't print imap errors to uiJelle Besseling
2019-08-07Implement next-message in msgview using accountJelle Besseling
2019-08-07Implement next-folder using NextPrev with amountJelle Besseling