about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add custom sorting for foldersMichele Finotto2019-12-093-2/+41
* remove garbage headers in reply messageLeszek Cimała2019-12-081-1/+2
* failback to Content-Type filename when encoded Content-Disposition is usedLeszek Cimała2019-12-072-0/+5
* decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek Cimała2019-12-071-5/+25
* use correct headers for message partLeszek Cimała2019-12-071-4/+32
* fix non-utf8 encoding in msgviewerernierasta2019-12-071-2/+2
* fix make install directiories permissionsLeszek Cimała2019-12-071-1/+1
* Parse headers from templateRobert Günzler2019-12-071-3/+50
* Initialize an empty message map in the message store on initializationRafael Castillo2019-12-071-2/+3
* Revert "Parse headers from template"Drew DeVault2019-12-041-39/+3
* Fix crash when no message is selectedWiktor Kwapisiewicz2019-12-041-1/+4
* Parse headers from templateRobert Günzler2019-12-041-3/+39
* Fix crash if there is no to address for %FThorben Günther2019-11-251-1/+1
* widgets/terminal: Reap more zombiesKevin Kuehler2019-11-211-0/+1
* Update version to 0.3.0 0.3.0Drew DeVault2019-11-211-1/+1
* Install aerc-templatesSrivathsan Murali2019-11-191-0/+1
* Parse Reply-To header while parsing envelopeSrivathsan Murali2019-11-171-0/+5
* Allow fields in compose widget to be clickedGreg Anders2019-11-171-2/+32
* commands/account: Disable :view for deleted msgsKevin Kuehler2019-11-171-1/+2
* Complete the F rune.Srivathsan Murali2019-11-174-6/+27
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-177-123/+163
* Check for terminal before forwarding mouse eventGreg Anders2019-11-171-1/+1
* worker/imap: Fix seqMap race conditionKevin Kuehler2019-11-101-1/+3
* Correct capitalization in quoted_replyDrew DeVault2019-11-103-16/+40
* Add some defaults for template optionsDrew DeVault2019-11-103-5/+15
* Add Templates with ParsingSrivathsan Murali2019-11-1014-143/+510
* widgets/msgviewer: Don't crash if pager is nilKevin Kuehler2019-11-101-1/+1
* Add support for AUTH LOGIN submissionLuke Drummond2019-11-014-1/+10
* Notmuch: be resilient to config errorsReto Brunner2019-11-011-3/+22
* notmuch: ignore comments and blank lines when processing query-map fileMatt Snider2019-11-011-0/+4
* widgets/msgview: Reap the filter commandKevin Kuehler2019-10-161-0/+1
* Cleanup pager processes after closing a msgviewerKevin Kuehler2019-10-162-0/+18
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* lib/msgstore: fix invalid callback invocationReto Brunner2019-10-141-1/+1
* Fix tab refocus on removeJeffas2019-10-141-8/+14
* Fix pushing invalid tabs to historyJeffas2019-10-141-1/+4
* Revert "Show spinner when fetching contents"Drew DeVault2019-10-092-9/+3
* Preserve sorting order in search resultsJeffas2019-10-092-0/+18
* Show spinner when fetching contentsJeffas2019-10-092-3/+9
* Fix selected account to return for messageviewerJeffas2019-10-021-4/+6
* Open mailto links in a new aerc instance if needed.Reto Brunner2019-09-291-2/+17
* Print success to socket if no error was thrownHeiko Carrasco2019-09-291-1/+5
* Config for deleting message from message viewerSrivathsan Murali2019-09-204-25/+37
* Sort path completionsJeffas2019-09-201-0/+3
* Change search flagsJeffas2019-09-203-6/+22
* Make commands join args with spacesJeffas2019-09-209-66/+60
* notmuch: add sort functionalityReto Brunner2019-09-201-6/+41
* Add documentation for sortJeffas2019-09-203-0/+43
* Add sorting functionalityJeffas2019-09-209-8/+491
* Add directory info messagesJeffas2019-09-181-16/+55