| Commit message (Expand) | Author | Age | Files | Lines |
* | Ring bell when new messages arrive 0.2.0 | Ben Burwell | 2019-07-29 | 3 | -0/+20 |
* | Add index option to change-tab | Jeffas | 2019-07-27 | 1 | -0/+10 |
* | Add :detach command | Galen Abell | 2019-07-27 | 1 | -0/+20 |
* | Fix review message not filling entire space | Galen Abell | 2019-07-27 | 1 | -1/+1 |
* | Add tab completion to textinputs | Jeffas | 2019-07-26 | 1 | -7/+1 |
* | Add command history and cycling | Galen Abell | 2019-07-26 | 3 | -6/+32 |
* | Support configurable header layout in compose widget | Daniel Bridges | 2019-07-26 | 4 | -152/+191 |
* | Move msgstore map to dirstore | Jeffas | 2019-07-26 | 2 | -25/+35 |
* | Add new-email trigger | Jeffas | 2019-07-26 | 3 | -5/+19 |
* | Show the directory being selected in gray | Jeffas | 2019-07-25 | 1 | -0/+3 |
* | Add change tab command | Jeffas | 2019-07-23 | 1 | -0/+22 |
* | Fix alternatives config | Drew DeVault | 2019-07-19 | 1 | -2/+5 |
* | Add [a]ttach to the review message prompts | Drew DeVault | 2019-07-19 | 1 | -1/+1 |
* | Add Unix socket for communicating with aerc | Drew DeVault | 2019-07-19 | 2 | -0/+47 |
* | Implement :filter, :clear | Kevin Kuehler | 2019-07-19 | 2 | -14/+17 |
* | Add :attach command for compose | Galen Abell | 2019-07-19 | 1 | -17/+129 |
* | Add option to always show mimetype in viewer | Jeffas | 2019-07-17 | 1 | -4/+6 |
* | Remove passing of showHeaders explicitly | Jeffas | 2019-07-17 | 1 | -12/+12 |
* | Ensure new partswitcher doesn't start on multipart | Jeffas | 2019-07-17 | 1 | -0/+2 |
* | Display user specified headers in viewer if present | Daniel Bridges | 2019-07-17 | 1 | -40/+61 |
* | Show currently pressed keys in statusline | Jeffas | 2019-07-17 | 2 | -1/+17 |
* | Revert "Ensure new partswitcher doesn't start on multipart" | Drew DeVault | 2019-07-17 | 1 | -1/+0 |
* | When reviewing an email don't pass characters on | Jeffas | 2019-07-17 | 1 | -1/+4 |
* | Ensure new partswitcher doesn't start on multipart | Jeffas | 2019-07-17 | 1 | -0/+1 |
* | Don't initialize an invalid pty size | Drew DeVault | 2019-07-13 | 1 | -0/+3 |
* | Add clickable tabs | Jeffas | 2019-07-11 | 1 | -0/+2 |
* | Add backtab to tutorial navigation | Jeffas | 2019-07-11 | 1 | -1/+3 |
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 3 | -5/+13 |
* | Factor IMAP-specific structs out of UI models | Ben Burwell | 2019-07-08 | 3 | -15/+11 |
* | Factor UI models out of the worker message package | Ben Burwell | 2019-07-08 | 5 | -17/+18 |
* | Make :pipe command more generic | Drew DeVault | 2019-07-05 | 3 | -11/+18 |
* | Sort out dirstore once and for all | Drew DeVault | 2019-07-04 | 1 | -0/+1 |
* | dirlist: simplify nextPrev() considerably | Reto Brunner | 2019-07-04 | 1 | -25/+11 |
* | dirlist: remove the additional filtering in Draw() | Reto Brunner | 2019-07-04 | 1 | -7/+0 |
* | dirlist: sync dirstore in filterDirsByFoldersConfig | Reto Brunner | 2019-07-04 | 1 | -9/+7 |
* | Add IMAP folder tab completion | Gregory Mullen | 2019-07-04 | 1 | -1/+5 |
* | Use go-message implementation of GenerateMessageID | Ben Burwell | 2019-07-04 | 1 | -2/+1 |
* | Revert "Remove dirs field and references to it" | Drew DeVault | 2019-07-02 | 1 | -11/+10 |
* | Remove dirs field and references to it | Robert Günzler | 2019-06-30 | 1 | -10/+11 |
* | Add new lib/dirstore to source completions from | Gregory Mullen | 2019-06-29 | 1 | -4/+7 |
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 3 | -8/+26 |
* | Reopening mailcontent file to fix #166 | Stefan Rakel | 2019-06-27 | 1 | -1/+7 |
* | Fix jumping around in search | Drew DeVault | 2019-06-26 | 1 | -10/+5 |
* | Implement :search, :next-result, :prev-result | Drew DeVault | 2019-06-26 | 1 | -0/+1 |
* | account-wizard: look up imap and smtp server by SRV records (#100) | Daniel Lublin | 2019-06-25 | 1 | -1/+42 |
* | Fix Cc & Bcc handling in replies | Drew DeVault | 2019-06-21 | 2 | -7/+11 |
* | account-wizard: automatically replace imap.* with smtp.* | Noah Loomans | 2019-06-18 | 1 | -1/+6 |
* | Set empty message in dirlist if no folder exist. | Reto Brunner | 2019-06-14 | 2 | -18/+28 |
* | imap: respect the folder config option | Reto Brunner | 2019-06-14 | 2 | -12/+32 |
* | Fix automatic scrolling when messages arrive/leave | Drew DeVault | 2019-06-11 | 1 | -2/+2 |