| Commit message (Expand) | Author | Age | Files | Lines |
* | fix non-utf8 encoding in msgviewer | ernierasta | 2019-12-07 | 1 | -2/+2 |
* | fix make install directiories permissions | Leszek Cimała | 2019-12-07 | 1 | -1/+1 |
* | Parse headers from template | Robert Günzler | 2019-12-07 | 1 | -3/+50 |
* | Initialize an empty message map in the message store on initialization | Rafael Castillo | 2019-12-07 | 1 | -2/+3 |
* | Revert "Parse headers from template" | Drew DeVault | 2019-12-04 | 1 | -39/+3 |
* | Fix crash when no message is selected | Wiktor Kwapisiewicz | 2019-12-04 | 1 | -1/+4 |
* | Parse headers from template | Robert Günzler | 2019-12-04 | 1 | -3/+39 |
* | Fix crash if there is no to address for %F | Thorben Günther | 2019-11-25 | 1 | -1/+1 |
* | widgets/terminal: Reap more zombies | Kevin Kuehler | 2019-11-21 | 1 | -0/+1 |
* | Update version to 0.3.0 0.3.0 | Drew DeVault | 2019-11-21 | 1 | -1/+1 |
* | Install aerc-templates | Srivathsan Murali | 2019-11-19 | 1 | -0/+1 |
* | Parse Reply-To header while parsing envelope | Srivathsan Murali | 2019-11-17 | 1 | -0/+5 |
* | Allow fields in compose widget to be clicked | Greg Anders | 2019-11-17 | 1 | -2/+32 |
* | commands/account: Disable :view for deleted msgs | Kevin Kuehler | 2019-11-17 | 1 | -1/+2 |
* | Complete the F rune. | Srivathsan Murali | 2019-11-17 | 4 | -6/+27 |
* | Add UI options to save/pipe messages with unsupported mimetypes | Greg Anders | 2019-11-17 | 7 | -123/+163 |
* | Check for terminal before forwarding mouse event | Greg Anders | 2019-11-17 | 1 | -1/+1 |
* | worker/imap: Fix seqMap race condition | Kevin Kuehler | 2019-11-10 | 1 | -1/+3 |
* | Correct capitalization in quoted_reply | Drew DeVault | 2019-11-10 | 3 | -16/+40 |
* | Add some defaults for template options | Drew DeVault | 2019-11-10 | 3 | -5/+15 |
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 14 | -143/+510 |
* | widgets/msgviewer: Don't crash if pager is nil | Kevin Kuehler | 2019-11-10 | 1 | -1/+1 |
* | Add support for AUTH LOGIN submission | Luke Drummond | 2019-11-01 | 4 | -1/+10 |
* | Notmuch: be resilient to config errors | Reto Brunner | 2019-11-01 | 1 | -3/+22 |
* | notmuch: ignore comments and blank lines when processing query-map file | Matt Snider | 2019-11-01 | 1 | -0/+4 |
* | widgets/msgview: Reap the filter command | Kevin Kuehler | 2019-10-16 | 1 | -0/+1 |
* | Cleanup pager processes after closing a msgviewer | Kevin Kuehler | 2019-10-16 | 2 | -0/+18 |
* | Fix: oauthbearer runtime error | Frode Aannevik | 2019-10-16 | 1 | -6/+7 |
* | lib/msgstore: fix invalid callback invocation | Reto Brunner | 2019-10-14 | 1 | -1/+1 |
* | Fix tab refocus on remove | Jeffas | 2019-10-14 | 1 | -8/+14 |
* | Fix pushing invalid tabs to history | Jeffas | 2019-10-14 | 1 | -1/+4 |
* | Revert "Show spinner when fetching contents" | Drew DeVault | 2019-10-09 | 2 | -9/+3 |
* | Preserve sorting order in search results | Jeffas | 2019-10-09 | 2 | -0/+18 |
* | Show spinner when fetching contents | Jeffas | 2019-10-09 | 2 | -3/+9 |
* | Fix selected account to return for messageviewer | Jeffas | 2019-10-02 | 1 | -4/+6 |
* | Open mailto links in a new aerc instance if needed. | Reto Brunner | 2019-09-29 | 1 | -2/+17 |
* | Print success to socket if no error was thrown | Heiko Carrasco | 2019-09-29 | 1 | -1/+5 |
* | Config for deleting message from message viewer | Srivathsan Murali | 2019-09-20 | 4 | -25/+37 |
* | Sort path completions | Jeffas | 2019-09-20 | 1 | -0/+3 |
* | Change search flags | Jeffas | 2019-09-20 | 3 | -6/+22 |
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 9 | -66/+60 |
* | notmuch: add sort functionality | Reto Brunner | 2019-09-20 | 1 | -6/+41 |
* | Add documentation for sort | Jeffas | 2019-09-20 | 3 | -0/+43 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 9 | -8/+491 |
* | Add directory info messages | Jeffas | 2019-09-18 | 1 | -16/+55 |
* | Focus new tab after remove | Jeffas | 2019-09-18 | 1 | -0/+4 |
* | Revert "Fix out-of-order messages by sorting as we display" | Drew DeVault | 2019-09-18 | 2 | -32/+1 |
* | Add search documentation for maildir backend | Jeffas | 2019-09-16 | 1 | -0/+16 |
* | Add basic searching to the maildir backend | Jeffas | 2019-09-16 | 2 | -1/+260 |
* | notmuch: implement ModifyLabels | Reto Brunner | 2019-09-16 | 1 | -26/+61 |