| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move msgstore map to dirstore | Jeffas | 2019-07-26 | 1 | -2/+13 |
* | Add new-email trigger | Jeffas | 2019-07-26 | 2 | -19/+58 |
* | Fix :close on terminal panic | Jeffas | 2019-07-25 | 1 | -0/+5 |
* | Fix grid creating too large subcontexts | Jeffas | 2019-07-25 | 1 | -0/+9 |
* | Fix panic when tabs.popHistory is nonexistent | Drew DeVault | 2019-07-25 | 1 | -1/+1 |
* | Make :next-result :prev-result relative to cursor | Kevin Kuehler | 2019-07-25 | 1 | -0/+9 |
* | Add change tab command | Jeffas | 2019-07-23 | 1 | -5/+20 |
* | Forward mailto links to server via ./aerc <mailto> | Drew DeVault | 2019-07-19 | 1 | -0/+17 |
* | Add Unix socket for communicating with aerc | Drew DeVault | 2019-07-19 | 1 | -0/+82 |
* | Implement :filter, :clear | Kevin Kuehler | 2019-07-19 | 1 | -14/+33 |
* | Display user specified headers in viewer if present | Daniel Bridges | 2019-07-17 | 1 | -0/+14 |
* | Fix grid widths when using weighted widths | Jeffas | 2019-07-17 | 1 | -3/+14 |
* | Add MouseEnabled config setting | Jeffas | 2019-07-17 | 1 | -1/+3 |
* | Fix text input cursor position with non-ASCII text | Tuomas Siipola | 2019-07-17 | 1 | -3/+3 |
* | Fix read reply flag formatting | Jeffas | 2019-07-12 | 1 | -5/+19 |
* | Create UIDStore package | Ben Burwell | 2019-07-12 | 1 | -0/+62 |
* | Add clickable tabs | Jeffas | 2019-07-11 | 3 | -0/+36 |
* | #190 Handle gmail duplicate folder | Daniel Bridges | 2019-07-11 | 1 | -0/+2 |
* | Support imaps with oauthbearer authentication (Gmail) | Frode Aannevik | 2019-07-11 | 1 | -0/+42 |