Age | Commit message (Expand) | Author |
2019-06-07 | Skip rendering dirlist if sidebar width is 0 | Lucas F. Souza |
2019-06-05 | Use SetAddressList for From header | Drew DeVault |
2019-06-05 | Introduce :new-account -t | JanUlrich |
2019-06-02 | Add date to message viewer | Drew DeVault |
2019-06-02 | widget: Add ProvidesMessage interface | Kevin Kuehler |
2019-06-02 | Only add message to store if store exists | Kevin Kuehler |
2019-06-02 | Enumerate Cc and Bcc lists in composer | Drew DeVault |
2019-06-02 | Simplify layout of message viewer grid | Drew DeVault |
2019-06-01 | Use forked version of tcell | Drew DeVault |
2019-06-01 | widgets/terminal: Don't segfault on resize | Kevin Kuehler |
2019-05-27 | Add :save and :pipe commands to viewer | Galen Abell |
2019-05-26 | Update terminal color handling per vterm changes | Drew DeVault |
2019-05-26 | Update to the latest go-libvterm | Drew DeVault |
2019-05-26 | Implement :edit in compose screen | Drew DeVault |
2019-05-26 | msgviewer: copy stderr into pager | Drew DeVault |
2019-05-25 | Fix special characters in address.PersonalName | Drew DeVault |
2019-05-22 | Show account wizard if no accounts configured | Drew DeVault |
2019-05-22 | Implement opening tutorial after account wizard | Drew DeVault |
2019-05-22 | Write new accounts to config and open tab | Drew DeVault |
2019-05-22 | Fix always showing last account tab | Drew DeVault |
2019-05-21 | Remove excess padding from incoming config page | Drew DeVault |
2019-05-21 | New account wizard, part one | Drew DeVault |
2019-05-20 | Load IMAP worker for imap+insecure | Drew DeVault |
2019-05-20 | Show unsupported mimetype message in red | Drew DeVault |
2019-05-20 | Show attachment names in multipart view | Drew DeVault |
2019-05-20 | Implement :next-part, :prev-part | Drew DeVault |
2019-05-20 | Flesh out multipart switcher | Drew DeVault |
2019-05-20 | Refactor message part into dedicated widget | Drew DeVault |
2019-05-20 | Verify TLS certificates | Drew DeVault |
2019-05-19 | Advance cursor after :delete and :move | Drew DeVault |
2019-05-19 | Reset message list cursor when switching stores | Drew DeVault |
2019-05-19 | Advance message list cursor when messages arrive | Drew DeVault |
2019-05-19 | Update internal state and draw from the same goroutine | Simon Ser |
2019-05-19 | widgets/terminal: fix damage race condition | Simon Ser |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault |
2019-05-17 | Remove unimplemented color configuration | Drew DeVault |
2019-05-17 | Implement ui.empty-message config option | Drew DeVault |
2019-05-17 | Fix date header on outgoing emails | Drew DeVault |
2019-05-16 | Decode email when reading it for quoting | Drew DeVault |
2019-05-16 | Implement :reply -q and :reply -a | Drew DeVault |
2019-05-16 | Implement (basic form) of :reply | Drew DeVault |
2019-05-16 | Let caller pass in custom headers to compose | Drew DeVault |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault |
2019-05-14 | Force INBOX to be included in dirlist | Drew DeVault |
2019-05-14 | Implement :copy (aka :cp) | Drew DeVault |
2019-05-14 | Update tab name as subject changes | Drew DeVault |
2019-05-14 | Add $EDITOR, internal config for compose | Drew DeVault |
2019-05-14 | Add distinct keybindings for each compose view | Drew DeVault |
2019-05-14 | Implement sending emails /o/ | Drew DeVault |
2019-05-14 | Add :send-message, prepares & writes email to /tmp | Drew DeVault |