about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ChangeFolder: do not depend on the msgstoreReto Brunner2019-08-021-6/+6
* msglist: add initialization stateReto Brunner2019-08-022-15/+33
* Clean maildirs when openedBen Burwell2019-08-021-0/+4
* Add filesystem completions for :attach and :cdGalen Abell2019-08-022-2/+24
* Add CompletePath methodGalen Abell2019-08-021-0/+91
* doc: Fix missing '\' in aerc-tutorial man page.Ronan Pigott2019-07-291-1/+1
* aerc-tutorial(7): add searching and expand viewerDrew DeVault2019-07-291-0/+8
* Update version to 0.2.1 0.2.1Drew DeVault2019-07-291-1/+1
* Change how VERSION is set in MakefileDrew DeVault2019-07-291-1/+1
* Fix test failuresDrew DeVault2019-07-291-1/+1
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-299-4/+56
* lib/msgstore: Fix Select, Next, Prev with filterKevin Kuehler2019-07-291-8/+10
* Print errors from config load issues.Reto Brunner2019-07-292-4/+4
* Sendmail: allow for arbitrary parametersReto Brunner2019-07-291-1/+11
* Add index option to change-tabJeffas2019-07-273-6/+37
* Add :detach commandGalen Abell2019-07-273-0/+79
* Fix review message not filling entire spaceGalen Abell2019-07-271-1/+1
* Add missing fallthroughDrew DeVault2019-07-271-0/+2