| Commit message (Expand) | Author | Age | Files | Lines |
* | Only fetch the directory contents when we are switching directories | Reto Brunner | 2020-02-16 | 1 | -8/+0 |
* | lib: fix an out of bounds panic in the server | Daniel Martí | 2020-02-13 | 1 | -1/+2 |
* | compose: don't call ti.tabcomplete when it is nil | Timmy Douglas | 2020-01-09 | 1 | -0/+4 |
* | template: add exec and wrap | Leszek Cimała | 2020-01-09 | 1 | -0/+23 |
* | template: remove last \n to fix additional new lines after quote | Leszek Cimała | 2020-01-09 | 1 | -0/+2 |
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 1 | -15/+18 |
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 1 | -12/+16 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -3/+14 |
* | Don't select completions until tab has been pressed | Ben Burwell | 2020-01-05 | 1 | -6/+8 |
* | Fix double >\n when quoting empty line | Srivathsan Murali | 2020-01-04 | 1 | -0/+1 |
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 2 | -0/+5 |
* | fix invalid format string | Reto Brunner | 2019-12-22 | 1 | -1/+1 |
* | msglist: highlight marked messages | Reto Brunner | 2019-12-21 | 1 | -2/+7 |
* | msgstore: add marking functionality | Reto Brunner | 2019-12-21 | 1 | -4/+127 |
* | Show textinput completions in popovers | Ben Burwell | 2019-12-21 | 1 | -50/+223 |
* | Add popovers | Ben Burwell | 2019-12-21 | 3 | -9/+102 |
* | Break early when delete happens in outdated state | Kiril Vladimiroff | 2019-12-12 | 1 | -0/+5 |
* | Initialize an empty message map in the message store on initialization | Rafael Castillo | 2019-12-07 | 1 | -2/+3 |
* | Fix crash if there is no to address for %F | Thorben Günther | 2019-11-25 | 1 | -1/+1 |
* | Complete the F rune. | Srivathsan Murali | 2019-11-17 | 1 | -3/+20 |
* | Add UI options to save/pipe messages with unsupported mimetypes | Greg Anders | 2019-11-17 | 1 | -1/+2 |
* | Correct capitalization in quoted_reply | Drew DeVault | 2019-11-10 | 1 | -12/+32 |
* | Add some defaults for template options | Drew DeVault | 2019-11-10 | 1 | -2/+2 |
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 1 | -0/+160 |
* | lib/msgstore: fix invalid callback invocation | Reto Brunner | 2019-10-14 | 1 | -1/+1 |
* | Fix tab refocus on remove | Jeffas | 2019-10-14 | 1 | -8/+14 |
* | Fix pushing invalid tabs to history | Jeffas | 2019-10-14 | 1 | -1/+4 |
* | Revert "Show spinner when fetching contents" | Drew DeVault | 2019-10-09 | 1 | -6/+3 |
* | Preserve sorting order in search results | Jeffas | 2019-10-09 | 2 | -0/+18 |
* | Show spinner when fetching contents | Jeffas | 2019-10-09 | 1 | -3/+6 |
* | Print success to socket if no error was thrown | Heiko Carrasco | 2019-09-29 | 1 | -1/+5 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 2 | -1/+72 |
* | Focus new tab after remove | Jeffas | 2019-09-18 | 1 | -0/+4 |
* | Revert "Fix out-of-order messages by sorting as we display" | Drew DeVault | 2019-09-18 | 1 | -1/+1 |
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -0/+9 |
* | Add display of unread messages in dirlist | Jeffas | 2019-09-11 | 1 | -0/+8 |
* | Add Mouseable | Jeffas | 2019-09-11 | 6 | -24/+164 |
* | widgets: remove redundant key check, delete is no-op if key is empty | Wagner Riffel | 2019-09-04 | 1 | -6/+2 |
* | extract search criteria parsing into the backends | Reto Brunner | 2019-08-29 | 1 | -4/+2 |
* | Fix out-of-order messages by sorting as we display | Stephen Brennan | 2019-08-29 | 1 | -1/+1 |
* | Add delete forward <C-k> and backward <C-u> | Christopher Vittal | 2019-08-12 | 1 | -0/+29 |
* | Implement next-folder using NextPrev with amount | Jelle Besseling | 2019-08-07 | 1 | -3/+3 |
* | Remove aerc specific code from the ui | Nicolai Dagestad | 2019-08-03 | 1 | -7/+5 |
* | Fix test failures | Drew DeVault | 2019-07-29 | 1 | -1/+1 |
* | Ring bell when new messages arrive 0.2.0 | Ben Burwell | 2019-07-29 | 3 | -4/+23 |
* | lib/msgstore: Fix Select, Next, Prev with filter | Kevin Kuehler | 2019-07-29 | 1 | -8/+10 |
* | Fix tabstrip over-drawing when not enough space | Jeffas | 2019-07-26 | 1 | -1/+8 |
* | Add tab completion to textinputs | Jeffas | 2019-07-26 | 1 | -10/+74 |
* | Fix invalid tab state when deselecting removed tab | Drew DeVault | 2019-07-26 | 1 | -1/+1 |
* | Add command history and cycling | Galen Abell | 2019-07-26 | 1 | -0/+13 |