| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: fix typo in stylesets-dirs | Dian M Fay | 2021-11-29 | 1 | -1/+1 |
* | imap: fix segfault when disconnecting | Robin Jarry | 2021-11-22 | 1 | -3/+2 |
* | doc: fix default values for dynamic date formats | Robin Jarry | 2021-11-13 | 1 | -4/+4 |
* | notmuch: allow sort by file order | Kalyan Sriram | 2021-11-13 | 4 | -24/+43 |
* | binds: add escape to clear search | Kalyan Sriram | 2021-11-13 | 1 | -0/+1 |
* | notmuch: allow empty searches | Kalyan Sriram | 2021-11-13 | 1 | -1/+4 |
* | messages: allow displaying email threads | y0ast | 2021-11-13 | 15 | -100/+700 |
* | Release version 0.6.0 0.6.0 | Robin Jarry | 2021-11-09 | 1 | -1/+1 |
* | doc: update authors | Robin Jarry | 2021-11-09 | 11 | -27/+46 |
* | config: use dynamic time format for default config | Robin Jarry | 2021-11-06 | 1 | -7/+7 |
* | index: add this-week-time-format | Robin Jarry | 2021-11-06 | 6 | -8/+36 |
* | doc: fix typo today-time-format -> this-day-time-format | Robin Jarry | 2021-11-06 | 2 | -2/+2 |
* | imap: add manual {dis,}connect support | Robin Jarry | 2021-11-05 | 3 | -30/+82 |
* | viewer: add colon after header names | Robin Jarry | 2021-11-05 | 2 | -4/+4 |
* | go.mod: cleanup | Robin Jarry | 2021-11-05 | 2 | -63/+5 |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 126 | -255/+255 |
* | bindings: remove unsupported s-tab key | Robin Jarry | 2021-11-05 | 1 | -2/+0 |
* | imap: use builtin idle support | Robin Jarry | 2021-11-02 | 4 | -12/+2 |
* | main: set xterm title | Robin Jarry | 2021-11-02 | 1 | -0/+19 |
* | maildir: track the recent flag correctly | Reto Brunner | 2021-11-01 | 2 | -31/+55 |
* | go: update all dependencies | Robin Jarry | 2021-11-01 | 2 | -26/+428 |
* | readme: update with fork info | Robin Jarry | 2021-10-30 | 2 | -4/+11 |
* | view,list: fix crash when viewing incomplete imap messages | Robin Jarry | 2021-10-28 | 2 | -48/+7 |
* | view,compose: use border color to separate headers from body | Robin Jarry | 2021-10-28 | 5 | -22/+28 |
* | index: allow dynamic formatting of message dates | Robin Jarry | 2021-10-28 | 6 | -7/+53 |
* | filters: allow matching any email header | Robin Jarry | 2021-10-28 | 1 | -0/+2 |
* | bindings: support more modified keys | Robin Jarry | 2021-10-28 | 3 | -4/+40 |
* | bindings: prepare for more modifers | Robin Jarry | 2021-10-28 | 3 | -168/+174 |
* | lib/ui/textinput: Optimize ensureScroll | Adnan Maolood | 2021-08-30 | 1 | -5/+5 |
* | README: freenode -> libera.chat | Noam Preil | 2021-08-26 | 1 | -2/+2 |
* | notmuch/maildir: remove double emit of the dirinfo | Reto Brunner | 2021-04-28 | 2 | -7/+3 |
* | load config: do not overwrite the config upon error | Reto Brunner | 2021-04-17 | 1 | -8/+9 |
* | widgets/terminal: Only call vterm.ScreenCell.Attrs once in styleFromCell | Clayton Craft | 2021-04-13 | 1 | -6/+7 |
* | config: proper error handle [filters] config | wagner riffel | 2021-04-12 | 1 | -1/+4 |
* | fix typo in quoted reply template | Eric Bower | 2021-03-07 | 2 | -2/+2 |
* | templates: fixup error in template modification | Reto Brunner | 2021-03-07 | 2 | -2/+2 |
* | templates: Use wrap instead of wrapText | NĂcolas F. R. A. Prado | 2021-03-07 | 2 | -2/+2 |
* | add mimeType to OriginalMail struct for both forward and reply | Reto Brunner | 2021-03-07 | 3 | -12/+23 |
* | 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 |