| Commit message (Expand) | Author | Age | Files | Lines |
* | Add signatures | Jeffas | 2019-09-12 | 2 | -2/+66 |
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -3/+3 |
* | Add display of unread messages in dirlist | Jeffas | 2019-09-11 | 1 | -1/+98 |
* | Fix segfault on delete | Devon Johnson | 2019-09-11 | 1 | -1/+5 |
* | Add Mouseable | Jeffas | 2019-09-11 | 8 | -23/+212 |
* | widgets: gofmt | Wagner Riffel | 2019-09-04 | 1 | -2/+2 |
* | widgets: rewrite references to os.SET_SEEK to io.SeekStart | Wagner Riffel | 2019-09-04 | 1 | -4/+4 |
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 2 | -3/+3 |
* | Use sort.Stable for sorting displayed messages | a3v | 2019-09-02 | 1 | -1/+1 |
* | Allow custom spinner via config file | Paul Spooren | 2019-08-30 | 3 | -21/+12 |
* | Fix out-of-order messages by sorting as we display | Stephen Brennan | 2019-08-29 | 1 | -0/+31 |
* | Add :prompt command | Christopher Vittal | 2019-08-26 | 2 | -6/+69 |
* | Only compile regex portion of folder filter | Daniel Xu | 2019-08-20 | 1 | -1/+1 |
* | folder filter: only assume regex if filter is ~fmt | Drew DeVault | 2019-08-20 | 1 | -4/+9 |
* | Add forwarding as attachment feature | Jelle Besseling | 2019-08-20 | 1 | -0/+9 |
* | Add addresses argument to forward command | Jelle Besseling | 2019-08-20 | 1 | -0/+7 |
* | Add support for <C-j> as '<Enter>' in ExLine | Christopher Vittal | 2019-08-19 | 1 | -1/+1 |
* | Support regex filters for folders | Daniel Xu | 2019-08-19 | 1 | -1/+11 |
* | Revert "add close command at global level" | Drew DeVault | 2019-08-13 | 1 | -8/+0 |
* | add close command at global level | Aditya Srivastava | 2019-08-13 | 1 | -0/+8 |
* | Prevent drawing terminal with nil cmd | Drew DeVault | 2019-08-12 | 1 | -1/+1 |
* | Ignore scroll command when msgstore is nil | Jelle Besseling | 2019-08-12 | 1 | -0/+3 |
* | Close backends prior to shutdown | Reto Brunner | 2019-08-08 | 1 | -0/+19 |
* | Implement next-folder using NextPrev with amount | Jelle Besseling | 2019-08-07 | 1 | -3/+3 |
* | Allow cc/bcc command to receive no arguments | Daniel Bridges | 2019-08-07 | 1 | -0/+17 |
* | cc/bcc: Append to existing headers if called twice | Kevin Kuehler | 2019-08-07 | 1 | -1/+6 |
* | Fixing #231 (alternative preferred mimetypes) | Ben Cohen | 2019-08-03 | 1 | -10/+10 |
* | Add cc and bcc commands | Daniel Bridges | 2019-08-03 | 1 | -14/+44 |
* | Fix sending attachments with less than 512 bytes | Ben Burwell | 2019-08-02 | 1 | -1/+1 |
* | Include body MIME terminator in multipart messages | Ben Burwell | 2019-08-02 | 1 | -23/+30 |
* | msglist: add initialization state | Reto Brunner | 2019-08-02 | 2 | -15/+33 |
* | 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 |