about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* main: set xterm titleRobin Jarry2021-11-021-0/+19
* maildir: track the recent flag correctlyReto Brunner2021-11-012-31/+55
* go: update all dependenciesRobin Jarry2021-11-012-26/+428
* readme: update with fork infoRobin Jarry2021-10-302-4/+11
* view,list: fix crash when viewing incomplete imap messagesRobin Jarry2021-10-282-48/+7
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-285-22/+28
* index: allow dynamic formatting of message datesRobin Jarry2021-10-286-7/+53
* filters: allow matching any email headerRobin Jarry2021-10-281-0/+2
* bindings: support more modified keysRobin Jarry2021-10-283-4/+40
* bindings: prepare for more modifersRobin Jarry2021-10-283-168/+174
* lib/ui/textinput: Optimize ensureScrollAdnan Maolood2021-08-301-5/+5
* README: freenode -> libera.chatNoam Preil2021-08-261-2/+2
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-282-7/+3
* load config: do not overwrite the config upon errorReto Brunner2021-04-171-8/+9
* widgets/terminal: Only call vterm.ScreenCell.Attrs once in styleFromCellClayton Craft2021-04-131-6/+7
* config: proper error handle [filters] configwagner riffel2021-04-121-1/+4
* fix typo in quoted reply templateEric Bower2021-03-072-2/+2
* templates: fixup error in template modificationReto Brunner2021-03-072-2/+2
* templates: Use wrap instead of wrapTextNícolas F. R. A. Prado2021-03-072-2/+2
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-073-12/+23
* FindFirstNonMultipart: return the proper pathReto Brunner2021-03-071-1/+1
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* Fix linter warningsReto Brunner2021-02-264-9/+8
* lib/parse: simplify parseAddressListReto Brunner2021-02-221-13/+5
* aerc: try to recover from a panicReto Brunner2021-02-111-0/+19
* maildir: don't read the full file into memoryReto Brunner2021-02-081-8/+2
* notmuch: don't read the full file into memoryReto Brunner2021-02-081-9/+3
* Makefile: use git version string if we canReto Brunner2021-02-071-0/+6
* terminal: Add support for Shift+TabAlexey Yerin2021-02-071-0/+1
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-3018-29/+29
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-305-45/+70
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* correct permission check on accounts.confBor Grošelj Simić2021-01-141-2/+1
* compose: apply default style to header separatorEyal Sawady2021-01-141-3/+3
* trim <> from messageIDs when handling mailto linksReto Brunner2021-01-121-0/+6
* Apply dirlist style to unselected directoriesEyal Sawady2021-01-121-1/+1
* Reapply 'Fix nil pointer deref on Envelope'Shaw Vrana2021-01-031-3/+6
* Freshen up readme with binary packagesy0ast2020-12-271-13/+34
* s/RFC 8022/RFC 2822/Bor Grošelj Simić2020-12-261-1/+1
* Make makefile compatible with 3.81 (default MacOS)y0ast2020-12-241-1/+1
* add italics supporty0ast2020-12-241-0/+3
* update tcell to v2 and enable TrueColor supporty0ast2020-12-1831-41/+36
* Use extensions for querying the mime type of attachmentsReto Brunner2020-12-151-8/+16
* fix aerc-stylesets(7) typosReto Brunner2020-12-132-3/+3
* notmuch: trim excluded tagsKalyan Sriram2020-12-021-0/+3
* notmuch: remove gc close hooksReto Brunner2020-12-023-2/+5
* fix mailto parsingReto Brunner2020-11-281-1/+5
* Refactor send commandReto Brunner2020-11-211-201/+304