| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | FindFirstNonMultipart: return the proper path | Reto Brunner | 2021-03-07 | 1 | -1/+1 |
* | send: fix missing error return | Reto Brunner | 2021-02-28 | 1 | -0/+4 |
* | Fix linter warnings | Reto Brunner | 2021-02-26 | 4 | -9/+8 |
* | lib/parse: simplify parseAddressList | Reto Brunner | 2021-02-22 | 1 | -13/+5 |
* | aerc: try to recover from a panic | Reto Brunner | 2021-02-11 | 1 | -0/+19 |
* | maildir: don't read the full file into memory | Reto Brunner | 2021-02-08 | 1 | -8/+2 |
* | notmuch: don't read the full file into memory | Reto Brunner | 2021-02-08 | 1 | -9/+3 |
* | Makefile: use git version string if we can | Reto Brunner | 2021-02-07 | 1 | -0/+6 |
* | terminal: Add support for Shift+Tab | Alexey Yerin | 2021-02-07 | 1 | -0/+1 |
* | send: fix crash if invalid password is given | Reto Brunner | 2021-02-05 | 1 | -1/+2 |
* | Get rid of the aerc.PushError(" " + $string) idiom | Reto Brunner | 2021-01-30 | 18 | -29/+29 |
* | Refactor lib/open to accept user provided arguments | Reto Brunner | 2021-01-30 | 5 | -45/+70 |
* | send: don't block the UI thread during the sending | Reto Brunner | 2021-01-24 | 1 | -35/+34 |
* | save: if part name is a path, only use the filename | Robin Opletal | 2021-01-14 | 1 | -1/+9 |
* | correct permission check on accounts.conf | Bor Grošelj Simić | 2021-01-14 | 1 | -2/+1 |
* | compose: apply default style to header separator | Eyal Sawady | 2021-01-14 | 1 | -3/+3 |
* | trim <> from messageIDs when handling mailto links | Reto Brunner | 2021-01-12 | 1 | -0/+6 |
* | Apply dirlist style to unselected directories | Eyal Sawady | 2021-01-12 | 1 | -1/+1 |
* | Reapply 'Fix nil pointer deref on Envelope' | Shaw Vrana | 2021-01-03 | 1 | -3/+6 |
* | Freshen up readme with binary packages | y0ast | 2020-12-27 | 1 | -13/+34 |
* | s/RFC 8022/RFC 2822/ | Bor Grošelj Simić | 2020-12-26 | 1 | -1/+1 |
* | Make makefile compatible with 3.81 (default MacOS) | y0ast | 2020-12-24 | 1 | -1/+1 |
* | add italics support | y0ast | 2020-12-24 | 1 | -0/+3 |
* | update tcell to v2 and enable TrueColor support | y0ast | 2020-12-18 | 31 | -41/+36 |
* | Use extensions for querying the mime type of attachments | Reto Brunner | 2020-12-15 | 1 | -8/+16 |
* | fix aerc-stylesets(7) typos | Reto Brunner | 2020-12-13 | 2 | -3/+3 |
* | notmuch: trim excluded tags | Kalyan Sriram | 2020-12-02 | 1 | -0/+3 |
* | notmuch: remove gc close hooks | Reto Brunner | 2020-12-02 | 3 | -2/+5 |
* | fix mailto parsing | Reto Brunner | 2020-11-28 | 1 | -1/+5 |
* | Refactor send command | Reto Brunner | 2020-11-21 | 1 | -201/+304 |
* | reply: add References header | Reto Brunner | 2020-11-14 | 1 | -1/+28 |
* | imap: strip <> from message-ids | Reto Brunner | 2020-11-14 | 1 | -1/+9 |
* | lib/parse: use go-message msgid parsing if it succeeds | Reto Brunner | 2020-11-14 | 1 | -2/+6 |
* | allow the loading of existing headers | Reto Brunner | 2020-11-14 | 1 | -2/+4 |
* | format: remove parse methods, use the one from go-message | Reto Brunner | 2020-11-14 | 3 | -38/+9 |
* | compose: use a proper header instead of a string map | Reto Brunner | 2020-11-14 | 14 | -217/+318 |
* | models: add RFC822 headers to OriginalMail | Reto Brunner | 2020-11-14 | 3 | -16/+15 |
* | rename header to heditors | Reto Brunner | 2020-11-14 | 1 | -6/+6 |
* | templates: Remove ParseTemplate as it's unused | Reto Brunner | 2020-11-14 | 1 | -14/+0 |
* | remove models.Address in favor of go-message Address | Reto Brunner | 2020-11-14 | 6 | -57/+58 |
* | version bump: 0.5.2 0.5.2 | Reto Brunner | 2020-11-14 | 1 | -1/+1 |
* | makefile: add debug target | Reto Brunner | 2020-11-13 | 1 | -1/+5 |
* | Check account's from value is not empty | Andrew Jeffery | 2020-11-13 | 1 | -0/+3 |
* | templates: better error message | Reto Brunner | 2020-11-11 | 1 | -2/+3 |
* | update the makefile version 0.5.1 | Reto Brunner | 2020-11-10 | 1 | -1/+1 |
* | Document pin-tab and unpin-tab commands 0.5.0 | Daniel Sockwell | 2020-11-08 | 1 | -0/+8 |
* | Apply relevant msglist styles in order | Chris Vittal | 2020-11-01 | 4 | -17/+90 |
* | update go-imap-sortthread | y0ast | 2020-10-18 | 2 | -3/+3 |
* | update go-imap | y0ast | 2020-10-15 | 2 | -3/+3 |
* | refactor ParseMessageFormat to use a ctx object | Reto Brunner | 2020-10-14 | 3 | -60/+74 |