| Commit message (Expand) | Author | Age | Files | Lines |
* | Let user edit arbitrary headers in composer | Daniel Bridges | 2019-08-12 | 2 | -5/+37 |
* | maildir: Preserve flags when copying messages | Ben Burwell | 2019-08-08 | 1 | -20/+2 |
* | Close backends prior to shutdown | Reto Brunner | 2019-08-08 | 2 | -0/+20 |
* | Fix `unread` command | Art Wild | 2019-08-08 | 1 | -0/+2 |
* | Add notmuch docs | Reto Brunner | 2019-08-08 | 5 | -1/+73 |
* | Add notmuch backend | Reto Brunner | 2019-08-08 | 3 | -0/+521 |
* | add github.com/zenhack/go.notmuch | Reto Brunner | 2019-08-08 | 2 | -2/+3 |
* | Extract message parsing to common worker module | Reto Brunner | 2019-08-08 | 2 | -220/+256 |
* | Don't print imap errors to ui | Jelle Besseling | 2019-08-08 | 1 | -0/+1 |
* | Implement next-message in msgview using account | Jelle Besseling | 2019-08-07 | 2 | -28/+37 |
* | Implement next-folder using NextPrev with amount | Jelle Besseling | 2019-08-07 | 3 | -12/+10 |
* | Update tcell | Drew DeVault | 2019-08-07 | 2 | -1/+3 |
* | Allow cc/bcc command to receive no arguments | Daniel Bridges | 2019-08-07 | 3 | -5/+21 |
* | cc/bcc: Append to existing headers if called twice | Kevin Kuehler | 2019-08-07 | 2 | -3/+8 |
* | Remove aerc specific code from the ui | Nicolai Dagestad | 2019-08-03 | 2 | -8/+10 |
* | Fix directory completion case sensitivity | Ben Burwell | 2019-08-03 | 1 | -11/+19 |
* | Fixing #231 (alternative preferred mimetypes) | Ben Cohen | 2019-08-03 | 1 | -10/+10 |
* | Add cc and bcc commands | Daniel Bridges | 2019-08-03 | 3 | -14/+87 |
* | select next message when deleting from message viewer | Aditya Srivastava | 2019-08-02 | 1 | -3/+10 |
* | Fix sending attachments with less than 512 bytes | Ben Burwell | 2019-08-02 | 1 | -1/+1 |
* | Include body MIME terminator in multipart messages | Ben Burwell | 2019-08-02 | 1 | -23/+30 |
* | ChangeFolder: do not depend on the msgstore | Reto Brunner | 2019-08-02 | 1 | -6/+6 |
* | msglist: add initialization state | Reto Brunner | 2019-08-02 | 2 | -15/+33 |
* | Clean maildirs when opened | Ben Burwell | 2019-08-02 | 1 | -0/+4 |
* | Add filesystem completions for :attach and :cd | Galen Abell | 2019-08-02 | 2 | -2/+24 |
* | Add CompletePath method | Galen Abell | 2019-08-02 | 1 | -0/+91 |
* | doc: Fix missing '\' in aerc-tutorial man page. | Ronan Pigott | 2019-07-29 | 1 | -1/+1 |
* | aerc-tutorial(7): add searching and expand viewer | Drew DeVault | 2019-07-29 | 1 | -0/+8 |
* | Update version to 0.2.1 0.2.1 | Drew DeVault | 2019-07-29 | 1 | -1/+1 |
* | Change how VERSION is set in Makefile | Drew DeVault | 2019-07-29 | 1 | -1/+1 |
* | Fix test failures | Drew DeVault | 2019-07-29 | 1 | -1/+1 |
* | Ring bell when new messages arrive 0.2.0 | Ben Burwell | 2019-07-29 | 9 | -4/+56 |
* | lib/msgstore: Fix Select, Next, Prev with filter | Kevin Kuehler | 2019-07-29 | 1 | -8/+10 |
* | Print errors from config load issues. | Reto Brunner | 2019-07-29 | 2 | -4/+4 |
* | Sendmail: allow for arbitrary parameters | Reto Brunner | 2019-07-29 | 1 | -1/+11 |
* | Add index option to change-tab | Jeffas | 2019-07-27 | 3 | -6/+37 |
* | Add :detach command | Galen Abell | 2019-07-27 | 3 | -0/+79 |
* | Fix review message not filling entire space | Galen Abell | 2019-07-27 | 1 | -1/+1 |
* | Add missing fallthrough | Drew DeVault | 2019-07-27 | 1 | -0/+2 |
* | Update tcell | Drew DeVault | 2019-07-27 | 2 | -2/+5 |
* | Update dependencies | Simon Ser | 2019-07-27 | 2 | -48/+58 |
* | Implement sendmail support | Drew DeVault | 2019-07-27 | 7 | -14/+74 |
* | Fix tabstrip over-drawing when not enough space | Jeffas | 2019-07-26 | 1 | -1/+8 |
* | Add tab completion to textinputs | Jeffas | 2019-07-26 | 4 | -20/+92 |
* | Fix invalid tab state when deselecting removed tab | Drew DeVault | 2019-07-26 | 1 | -1/+1 |
* | Add change-tab docs | Jeffas | 2019-07-26 | 1 | -0/+3 |
* | Add command history and cycling | Galen Abell | 2019-07-26 | 7 | -8/+113 |
* | Support configurable header layout in compose widget | Daniel Bridges | 2019-07-26 | 10 | -168/+239 |
* | Move msgstore map to dirstore | Jeffas | 2019-07-26 | 3 | -27/+48 |
* | Add new-email trigger | Jeffas | 2019-07-26 | 11 | -35/+175 |