| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move select functionality from msglist to msgstore | Kevin Kuehler | 2019-06-11 | 1 | -43/+20 |
* | Select user's preferred mimetype in MessageViewer | Clayton Craft | 2019-06-09 | 1 | -2/+13 |
* | Add archive command | Robert Günzler | 2019-06-09 | 1 | -0/+2 |
* | msglist: use distinct style for unread emails | Yash Srivastav | 2019-06-08 | 1 | -0/+15 |
* | Truncate long subject lines | Drew DeVault | 2019-06-07 | 1 | -1/+5 |
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 2 | -24/+11 |
* | Move ANSI stripping from filters to Go | Drew DeVault | 2019-06-07 | 1 | -4/+20 |
* | Remove unnecessary branch | Drew DeVault | 2019-06-07 | 1 | -3/+0 |
* | Execute the editor with the shell | Drew DeVault | 2019-06-07 | 1 | -1/+1 |
* | Add binding to toggle headers | Drew DeVault | 2019-06-07 | 1 | -1/+1 |
* | implements ability to view headers in message view | Yash Srivastav | 2019-06-07 | 1 | -53/+91 |
* | Skip rendering dirlist if sidebar width is 0 | Lucas F. Souza | 2019-06-07 | 1 | -1/+3 |
* | Use SetAddressList for From header | Drew DeVault | 2019-06-05 | 1 | -2/+10 |
* | Introduce :new-account -t | JanUlrich | 2019-06-05 | 1 | -14/+22 |
* | Add date to message viewer | Drew DeVault | 2019-06-02 | 2 | -5/+11 |
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 3 | -1/+41 |
* | Only add message to store if store exists | Kevin Kuehler | 2019-06-02 | 1 | -8/+12 |
* | Enumerate Cc and Bcc lists in composer | Drew DeVault | 2019-06-02 | 1 | -1/+20 |
* | Simplify layout of message viewer grid | Drew DeVault | 2019-06-02 | 1 | -17/+3 |
* | Use forked version of tcell | Drew DeVault | 2019-06-01 | 1 | -1/+1 |
* | widgets/terminal: Don't segfault on resize | Kevin Kuehler | 2019-06-01 | 1 | -10/+15 |
* | Add :save and :pipe commands to viewer | Galen Abell | 2019-05-27 | 2 | -0/+23 |
* | Update terminal color handling per vterm changes | Drew DeVault | 2019-05-26 | 1 | -43/+22 |
* | Update to the latest go-libvterm | Drew DeVault | 2019-05-26 | 1 | -1/+1 |
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -27/+51 |
* | msgviewer: copy stderr into pager | Drew DeVault | 2019-05-26 | 1 | -1/+17 |
* | Fix special characters in address.PersonalName | Drew DeVault | 2019-05-25 | 1 | -6/+9 |
* | Show account wizard if no accounts configured | Drew DeVault | 2019-05-22 | 2 | -5/+8 |
* | Implement opening tutorial after account wizard | Drew DeVault | 2019-05-22 | 1 | -1/+21 |
* | Write new accounts to config and open tab | Drew DeVault | 2019-05-22 | 1 | -7/+139 |
* | Fix always showing last account tab | Drew DeVault | 2019-05-22 | 1 | -2/+2 |
* | Remove excess padding from incoming config page | Drew DeVault | 2019-05-21 | 1 | -1/+1 |
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 2 | -0/+627 |
* | Load IMAP worker for imap+insecure | Drew DeVault | 2019-05-20 | 1 | -1/+5 |
* | Show unsupported mimetype message in red | Drew DeVault | 2019-05-20 | 1 | -1/+1 |
* | Show attachment names in multipart view | Drew DeVault | 2019-05-20 | 1 | -1/+5 |
* | Implement :next-part, :prev-part | Drew DeVault | 2019-05-20 | 1 | -2/+31 |
* | Flesh out multipart switcher | Drew DeVault | 2019-05-20 | 1 | -65/+141 |
* | Refactor message part into dedicated widget | Drew DeVault | 2019-05-20 | 1 | -86/+148 |
* | Verify TLS certificates | Drew DeVault | 2019-05-20 | 1 | -7/+1 |
* | Advance cursor after :delete and :move | Drew DeVault | 2019-05-19 | 1 | -4/+5 |
* | Reset message list cursor when switching stores | Drew DeVault | 2019-05-19 | 1 | -1/+1 |
* | Advance message list cursor when messages arrive | Drew DeVault | 2019-05-19 | 1 | -0/+13 |
* | Update internal state and draw from the same goroutine | Simon Ser | 2019-05-19 | 3 | -28/+22 |
* | widgets/terminal: fix damage race condition | Simon Ser | 2019-05-19 | 1 | -1/+12 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 10 | -27/+27 |
* | Remove unimplemented color configuration | Drew DeVault | 2019-05-17 | 2 | -3/+3 |
* | Implement ui.empty-message config option | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
* | Fix date header on outgoing emails | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
* | Decode email when reading it for quoting | Drew DeVault | 2019-05-16 | 1 | -0/+1 |