| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | maildir: Provide nicer error message on invalid url | Tero Koskinen | 2020-07-27 | 2 | -4/+34 |
* | Remove hard coded bodystruct path everywhere | Reto Brunner | 2020-07-27 | 8 | -54/+62 |
* | Add flag based search options | Tobias Wölfel | 2020-07-25 | 3 | -4/+76 |
* | Only send directory info once from maildir | Andrew Jeffery | 2020-07-19 | 1 | -4/+5 |
* | Document mailto argument usage | Tobias Wölfel | 2020-07-19 | 1 | -1/+6 |
* | run go fmt | Reto Brunner | 2020-07-17 | 5 | -8/+8 |
* | Make it easier to debug date parsing errors | Lyudmil Angelov | 2020-07-11 | 1 | -1/+1 |
* | Remove deleted messages from search/filter results | Andrew Jeffery | 2020-07-10 | 1 | -0/+9 |
* | Use PushStatus instead of SetStatus where it makes sense | Heiko Carrasco | 2020-07-09 | 3 | -6/+4 |
* | Update go-message, fixes various bugs | Reto Brunner | 2020-07-09 | 2 | -1/+3 |
* | Add additional flagging functionality | ARaspiK | 2020-07-08 | 11 | -184/+242 |
* | Allow open to be asynchronous | Andrew Jeffery | 2020-07-08 | 4 | -8/+29 |
* | notmuch: fix docstring | Reto Brunner | 2020-07-08 | 1 | -1/+1 |
* | notmuch: handle the answered flag | Reto Brunner | 2020-07-05 | 1 | -0/+2 |
* | Fix usage of DESTDIR | Ben Fiedler | 2020-07-05 | 1 | -42/+41 |
* | pipe: don't crash if part is nil | Reto Brunner | 2020-07-05 | 1 | -0/+3 |
* | Format config path in README | Gabriel Augendre | 2020-07-05 | 1 | -1/+1 |
* | status: invalidate when needed | Reto Brunner | 2020-07-05 | 1 | -0/+1 |
* | delete: push unsupported error up to the user | Reto Brunner | 2020-07-05 | 1 | -0/+3 |
* | Fix a nil Envelope when getting the format | Andrew Jeffery | 2020-07-03 | 1 | -0/+48 |
* | Add a 'folders-exclude' option | ARaspiK | 2020-07-02 | 3 | -14/+43 |
* | Fix nil pointer deref on Envelope | Andrew Jeffery | 2020-07-02 | 1 | -3/+7 |
* | Fix dates in reply/forward commands. | Reto Brunner | 2020-06-26 | 4 | -6/+5 |
* | Fix missing escape in aerc-config manpage | Alexander Harkness | 2020-06-13 | 1 | -2/+2 |
* | Sort command completions | Jeffas | 2020-06-13 | 1 | -0/+2 |
* | Add scrollbar | Jeffas | 2020-06-09 | 1 | -3/+37 |
* | Rework msglist scrolling | Jeffas | 2020-06-09 | 7 | -23/+39 |
* | Add dirlist scrollbar | Jeffas | 2020-06-09 | 1 | -2/+36 |
* | Make grid sizes dynamic | Jeffas | 2020-06-09 | 7 | -109/+115 |
* | Add dirlist scrolling | Jeffas | 2020-06-09 | 1 | -3/+35 |
* | Fix search documentation | Jeffas | 2020-06-09 | 1 | -6/+14 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 48 | -1079/+318 |
* | Revert "Remove duration from the status methods" | Drew DeVault | 2020-05-28 | 29 | -74/+104 |
* | Revert "Make color scheme match previous design more closely" | Drew DeVault | 2020-05-28 | 1 | -3/+2 |
* | Make color scheme match previous design more closely | Reto Brunner | 2020-05-27 | 1 | -2/+3 |
* | Remove duration from the status methods | Reto Brunner | 2020-05-27 | 29 | -104/+74 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 48 | -318/+1079 |
* | notmuch: undefined variable when setting reply flag | Srivathsan Murali | 2020-05-26 | 1 | -1/+1 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 11 | -0/+179 |
* | aerc: Refactor getpasswd dialog | Ray Ganardi | 2020-05-25 | 2 | -40/+56 |
* | feat(pgp): Show error message from pgp | Ray Ganardi | 2020-05-25 | 1 | -1/+4 |
* | feat(pgp): Add <ESC> to cancel password prompt | Ray Ganardi | 2020-05-25 | 2 | -10/+19 |
* | pgp: fail gracefully from email decryption | Ray Ganardi | 2020-05-25 | 5 | -11/+31 |
* | msg/reply: scoping error of part slice for quoting | Srivathsan Murali | 2020-05-22 | 1 | -1/+1 |
* | Fix typos | Martin Michlmayr | 2020-05-21 | 8 | -11/+11 |
* | Update version to 0.4.0 0.4.0 | Drew DeVault | 2020-05-19 | 1 | -1/+1 |
* | Add contrib/_incr_version | Drew DeVault | 2020-05-19 | 1 | -0/+4 |
* | gofmt | Drew DeVault | 2020-05-19 | 1 | -1/+1 |
* | msg/forward: fix body part selection | Reto Brunner | 2020-05-17 | 1 | -2/+8 |
* | Move findPlaintext / findFirstNonMultipart to utils | Reto Brunner | 2020-05-17 | 2 | -31/+32 |