| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing aerc.conf delimiter parsing to use only =, and not : as well | Ben Cohen | 2020-04-29 | 1 | -2/+6 |
* | Remove unecessary <Enter> from aerc.conf.in | Erazem Kokot | 2020-04-28 | 1 | -1/+1 |
* | add template structure to aerc-templates(7) | Reto Brunner | 2020-04-26 | 1 | -2/+19 |
* | aerc-config: remove bold modifier within text | Reto Brunner | 2020-04-26 | 1 | -1/+1 |
* | remove mention of header addition via the editor from tutorial | Reto Brunner | 2020-04-24 | 1 | -3/+1 |
* | Fix headers in built-in templates | Drew DeVault | 2020-04-24 | 2 | -0/+2 |
* | gofmt fixes | Drew DeVault | 2020-04-24 | 14 | -20/+20 |
* | imap/fetch.go: report error when fetching headers fails | Ben Fiedler | 2020-04-24 | 1 | -3/+4 |
* | Add recall command | Jeffas | 2020-04-24 | 7 | -5/+154 |
* | Add postpone command | Jeffas | 2020-04-24 | 11 | -27/+166 |
* | Add :choose command | Ray Ganardi | 2020-04-24 | 3 | -0/+84 |
* | Remove ability to specify headers in the editor | Reto Brunner | 2020-04-24 | 3 | -152/+48 |
* | templates/quoted_reply: fix incorrect timezone identifier | Reto Brunner | 2020-04-24 | 1 | -1/+1 |
* | Ensure documented defaults match given defaults | Ben Fiedler | 2020-04-23 | 1 | -3/+3 |
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 13 | -52/+20 |
* | Bump ProtonMail/crypto to fix build on OpenBSD | Anirudh Oppiliappan | 2020-04-20 | 2 | -3/+3 |
* | fix binding for delete message | Ray Ganardi | 2020-04-20 | 1 | -1/+1 |
* | fix: Close unused MessageView when swapping view | Ray Ganardi | 2020-04-20 | 2 | -1/+7 |
* | Make the http handler of the unsubscribe command async | Nicolai Dagestad | 2020-04-16 | 1 | -1/+2 |
* | Readme: add config location of MacOS | Reto Brunner | 2020-04-12 | 1 | -1/+2 |
* | msg/archive: complete the possible options | Reto Brunner | 2020-04-11 | 2 | -1/+17 |
* | README: include demo and update required go version | Reto Brunner | 2020-04-07 | 1 | -1/+3 |
* | go mod tidy, updated go.sum | Reto Brunner | 2020-04-06 | 1 | -0/+13 |
* | Try to open attachments with correct extension | Galen Abell | 2020-04-06 | 1 | -1/+13 |
* | fix function keys in terminal widget | Jonathan Halmen | 2020-03-26 | 1 | -1/+1 |
* | Requires Go 1.13 | Simon Ser | 2020-03-20 | 1 | -1/+1 |
* | msgviewer: do not interpret header as format string | Drew DeVault | 2020-03-19 | 1 | -2/+2 |
* | Add quotes to the default pinned-tab-marker | Zoltan Kalmar | 2020-03-13 | 1 | -1/+1 |
* | Add pinned tabs | Jeffas | 2020-03-09 | 6 | -6/+119 |
* | Correct the khard example so that it works with aerc | Peter Lamby | 2020-03-09 | 1 | -1/+1 |
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-09 | 1 | -1/+0 |
* | Count recent messages in maildir exists total too | Jeffas | 2020-03-09 | 1 | -1/+1 |
* | Ignore missing message part in getDecodedPart | Amir Yalon | 2020-03-09 | 1 | -1/+1 |
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 5 | -5/+6 |
* | go.sum: re-add notmuch | Reto Brunner | 2020-03-05 | 1 | -0/+1 |
* | Reduce size of the password prompt UI | Drew DeVault | 2020-03-03 | 1 | -2/+2 |
* | Yet another revision to PGP UI | Drew DeVault | 2020-03-03 | 1 | -4/+4 |
* | Simplify PGP messaging | Drew DeVault | 2020-03-03 | 1 | -20/+11 |
* | compose: add space between headers and editor | Drew DeVault | 2020-03-03 | 1 | -3/+5 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 17 | -82/+523 |
* | Update dependencies | Simon Ser | 2020-03-03 | 3 | -74/+66 |
* | worker/imap: rely on go-imap for charset handling | Simon Ser | 2020-03-03 | 1 | -31/+13 |
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-03 | 10 | -21/+65 |
* | Add move-tab command | Jeffas | 2020-03-03 | 4 | -0/+108 |
* | Document smtp-starttls | Peter Lamby | 2020-03-02 | 1 | -0/+4 |
* | notmuch: emit dirinfo upon label change | Reto Brunner | 2020-03-01 | 1 | -0/+3 |
* | remove the dirInfoUpdateRequest functionality | Reto Brunner | 2020-02-29 | 3 | -24/+0 |
* | notmuch: align dirInfo logic to the maildir worker | Reto Brunner | 2020-02-29 | 1 | -10/+13 |
* | msg/delete: remove redundant err check | Reto Brunner | 2020-02-29 | 1 | -3/+0 |
* | Only show spinner while sorting if no uids | Jeffas | 2020-02-28 | 1 | -7/+7 |