about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* reply: add References headerReto Brunner2020-11-141-1/+28
* imap: strip <> from message-idsReto Brunner2020-11-141-1/+9
* lib/parse: use go-message msgid parsing if it succeedsReto Brunner2020-11-141-2/+6
* allow the loading of existing headersReto Brunner2020-11-141-2/+4
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-143-38/+9
* compose: use a proper header instead of a string mapReto Brunner2020-11-1414-217/+318
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-143-16/+15
* rename header to heditorsReto Brunner2020-11-141-6/+6
* templates: Remove ParseTemplate as it's unusedReto Brunner2020-11-141-14/+0
* remove models.Address in favor of go-message AddressReto Brunner2020-11-146-57/+58
* version bump: 0.5.2 0.5.2Reto Brunner2020-11-141-1/+1
* makefile: add debug targetReto Brunner2020-11-131-1/+5
* Check account's from value is not emptyAndrew Jeffery2020-11-131-0/+3
* templates: better error messageReto Brunner2020-11-111-2/+3
* update the makefile version 0.5.1Reto Brunner2020-11-101-1/+1
* Document pin-tab and unpin-tab commands 0.5.0Daniel Sockwell2020-11-081-0/+8
* Apply relevant msglist styles in orderChris Vittal2020-11-014-17/+90
* update go-imap-sortthready0ast2020-10-182-3/+3
* update go-imapy0ast2020-10-152-3/+3
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-143-60/+74