aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-12Add threading support for maildirthreadingBen Burwell
2019-10-12Add thread deletionKevin Kuehler
2019-10-12Add threading control path to msglist.Draw()Kevin Kuehler
2019-10-12lib/msgstore: Handle DirectoryThreaded msgKevin Kuehler
2019-10-12worker/types/thread: Add FormatThread functionKevin Kuehler
2019-10-12widgets/msglist: Draw each row in a functionKevin Kuehler
2019-10-12worker/imap: Add threading extensionKevin Kuehler
2019-10-12Start adding thread supportKevin Kuehler
2019-10-09Revert "Show spinner when fetching contents"Drew DeVault
2019-10-09Preserve sorting order in search resultsJeffas
2019-10-09Show spinner when fetching contentsJeffas
2019-10-02Fix selected account to return for messageviewerJeffas
2019-09-29Open mailto links in a new aerc instance if needed.Reto Brunner
2019-09-29Print success to socket if no error was thrownHeiko Carrasco
2019-09-20Config for deleting message from message viewerSrivathsan Murali
2019-09-20Sort path completionsJeffas
2019-09-20Change search flagsJeffas
2019-09-20Make commands join args with spacesJeffas
2019-09-20notmuch: add sort functionalityReto Brunner
2019-09-20Add documentation for sortJeffas
2019-09-20Add sorting functionalityJeffas
2019-09-18Add directory info messagesJeffas
2019-09-18Focus new tab after removeJeffas
2019-09-18Revert "Fix out-of-order messages by sorting as we display"Drew DeVault
2019-09-16Add search documentation for maildir backendJeffas
2019-09-16Add basic searching to the maildir backendJeffas
2019-09-16notmuch: implement ModifyLabelsReto Brunner
2019-09-16notmuch: sync maildir flagsReto Brunner
2019-09-16notmuch: extract all notmuch db operations.Reto Brunner
2019-09-12Add completion for copyJeffas
2019-09-12widgets: remove duplicate importWagner Riffel
2019-09-12Add signaturesJeffas
2019-09-12Add modify-labels commandReto Brunner
2019-09-11Add display of unread messages in dirlistJeffas
2019-09-11Fix segfault on deleteDevon Johnson
2019-09-11Add new search behaviour for imapJeffas
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