| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lib/ui/tab: Add Replace method | Kevin Kuehler | 2019-06-11 | 1 | -0/+4 |
* | 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 |