about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* aerc.go: simplify completionsDrew DeVault2019-09-041-9/+3
* aerc.go: remove unused variableDrew DeVault2019-09-041-1/+0
* Use sort.Stable for sorting displayed messagesa3v2019-09-021-1/+1
* Allow custom spinner via config filePaul Spooren2019-08-305-21/+32
* notmuch: add search / filter capabilitiesReto Brunner2019-08-292-9/+39
* extract search criteria parsing into the backendsReto Brunner2019-08-298-48/+70
* Fix out-of-order messages by sorting as we displayStephen Brennan2019-08-292-1/+32
* Notmuch: use adhoc write connection.Reto Brunner2019-08-262-30/+147
* imap worker: do not copy mailbox status mutexWagner Riffel2019-08-261-2/+3
* Add :prompt commandChristopher Vittal2019-08-264-6/+108
* Strip carriage returns (^M) when filtering emailsDaniel Xu2019-08-202-0/+9
* Only compile regex portion of folder filterDaniel Xu2019-08-201-1/+1
* folder filter: only assume regex if filter is ~fmtDrew DeVault2019-08-202-5/+10
* Add forwarding as attachment featureJelle Besseling2019-08-203-5/+73
* Add addresses argument to forward commandJelle Besseling2019-08-203-2/+17
* Move forward command to it's own fileJelle Besseling2019-08-202-70/+130
* upgrade go-messageReto Brunner2019-08-202-5/+3