about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add Templates with ParsingSrivathsan Murali2019-11-1014-143/+510
* widgets/msgviewer: Don't crash if pager is nilKevin Kuehler2019-11-101-1/+1
* Add support for AUTH LOGIN submissionLuke Drummond2019-11-014-1/+10
* Notmuch: be resilient to config errorsReto Brunner2019-11-011-3/+22
* notmuch: ignore comments and blank lines when processing query-map fileMatt Snider2019-11-011-0/+4
* widgets/msgview: Reap the filter commandKevin Kuehler2019-10-161-0/+1
* Cleanup pager processes after closing a msgviewerKevin Kuehler2019-10-162-0/+18
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* lib/msgstore: fix invalid callback invocationReto Brunner2019-10-141-1/+1
* Fix tab refocus on removeJeffas2019-10-141-8/+14
* Fix pushing invalid tabs to historyJeffas2019-10-141-1/+4
* Revert "Show spinner when fetching contents"Drew DeVault2019-10-092-9/+3
* Preserve sorting order in search resultsJeffas2019-10-092-0/+18
* Show spinner when fetching contentsJeffas2019-10-092-3/+9
* Fix selected account to return for messageviewerJeffas2019-10-021-4/+6
* Open mailto links in a new aerc instance if needed.Reto Brunner2019-09-291-2/+17
* Print success to socket if no error was thrownHeiko Carrasco2019-09-291-1/+5
* Config for deleting message from message viewerSrivathsan Murali2019-09-204-25/+37
* Sort path completionsJeffas2019-09-201-0/+3
* Change search flagsJeffas2019-09-203-6/+22
* Make commands join args with spacesJeffas2019-09-209-66/+60
* notmuch: add sort functionalityReto Brunner2019-09-201-6/+41
* Add documentation for sortJeffas2019-09-203-0/+43
* Add sorting functionalityJeffas2019-09-209-8/+491
* Add directory info messagesJeffas2019-09-181-16/+55
* Focus new tab after removeJeffas2019-09-181-0/+4
* Revert "Fix out-of-order messages by sorting as we display"Drew DeVault2019-09-182-32/+1
* Add search documentation for maildir backendJeffas2019-09-161-0/+16
* Add basic searching to the maildir backendJeffas2019-09-162-1/+260
* notmuch: implement ModifyLabelsReto Brunner2019-09-161-26/+61
* notmuch: sync maildir flagsReto Brunner2019-09-163-2/+7
* notmuch: extract all notmuch db operations.Reto Brunner2019-09-163-175/+250
* Add completion for copyJeffas2019-09-121-1/+2
* widgets: remove duplicate importWagner Riffel2019-09-121-18/+17
* Add signaturesJeffas2019-09-128-9/+84
* Add modify-labels commandReto Brunner2019-09-125-3/+96
* Add display of unread messages in dirlistJeffas2019-09-115-4/+131
* Fix segfault on deleteDevon Johnson2019-09-111-1/+5
* Add new search behaviour for imapJeffas2019-09-112-6/+27
* Check the subject line for lowercase reJeffas2019-09-111-1/+1
* Ensure mimetype parts are converted to lower caseJeffas2019-09-111-2/+3
* Add MouseableJeffas2019-09-1114-47/+376
* Add initial command to end of completionsJeffas2019-09-111-0/+1
* widgets: gofmtWagner Riffel2019-09-041-2/+2
* widgets: rewrite references to os.SET_SEEK to io.SeekStartWagner Riffel2019-09-041-4/+4
* widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel2019-09-041-6/+2
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-042-6/+6
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-042-2/+2
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-0410-15/+10
* all: purge redundant underscoresWagner Riffel2019-09-0445-132/+132