about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for <C-j> as '<Enter>' in ExLineChristopher Vittal2019-08-191-1/+1
* Support regex filters for foldersDaniel Xu2019-08-192-2/+13
* bump go-message, fixes address list parsing failureReto Brunner2019-08-162-11/+9
* Revert "add close command at global level"Drew DeVault2019-08-136-72/+100
* add close command at global levelAditya Srivastava2019-08-136-100/+72
* Add optional body argument to compose commandDaniel Bridges2019-08-132-4/+15
* Prevent drawing terminal with nil cmdDrew DeVault2019-08-121-1/+1
* Add delete forward <C-k> and backward <C-u>Christopher Vittal2019-08-121-0/+29
* Joining the args in cf for folders with spacesBen Cohen2019-08-121-1/+5
* Pass os stdin to credential commandJonas Mueller2019-08-121-0/+1
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-122-2/+5
* Let user edit arbitrary headers in composerDaniel Bridges2019-08-122-5/+37
* maildir: Preserve flags when copying messagesBen Burwell2019-08-081-20/+2
* Close backends prior to shutdownReto Brunner2019-08-082-0/+20
* Fix `unread` commandArt Wild2019-08-081-0/+2
* Add notmuch docsReto Brunner2019-08-085-1/+73
* Add notmuch backendReto Brunner2019-08-083-0/+521
* add github.com/zenhack/go.notmuchReto Brunner2019-08-082-2/+3
* Extract message parsing to common worker moduleReto Brunner2019-08-082-220/+256
* Don't print imap errors to uiJelle Besseling2019-08-081-0/+1
* Implement next-message in msgview using accountJelle Besseling2019-08-072-28/+37
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-073-12/+10
* Update tcellDrew DeVault2019-08-072-1/+3
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-073-5/+21
* cc/bcc: Append to existing headers if called twiceKevin Kuehler2019-08-072-3/+8
* Remove aerc specific code from the uiNicolai Dagestad2019-08-032-8/+10
* Fix directory completion case sensitivityBen Burwell2019-08-031-11/+19
* Fixing #231 (alternative preferred mimetypes)Ben Cohen2019-08-031-10/+10
* Add cc and bcc commandsDaniel Bridges2019-08-033-14/+87
* select next message when deleting from message viewerAditya Srivastava2019-08-021-3/+10
* Fix sending attachments with less than 512 bytesBen Burwell2019-08-021-1/+1
* Include body MIME terminator in multipart messagesBen Burwell2019-08-021-23/+30