| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement :reply -q and :reply -a | Drew DeVault | 2019-05-16 | 1 | -0/+9 |
* | Implement (basic form) of :reply | Drew DeVault | 2019-05-16 | 2 | -7/+19 |
* | Let caller pass in custom headers to compose | Drew DeVault | 2019-05-16 | 1 | -6/+32 |
* | Copy sent emails to the Sent folder | Drew DeVault | 2019-05-15 | 1 | -1/+9 |
* | Force INBOX to be included in dirlist | Drew DeVault | 2019-05-14 | 1 | -0/+11 |
* | Implement :copy (aka :cp) | Drew DeVault | 2019-05-14 | 1 | -0/+4 |
* | Update tab name as subject changes | Drew DeVault | 2019-05-14 | 1 | -0/+12 |
* | Add $EDITOR, internal config for compose | Drew DeVault | 2019-05-14 | 1 | -5/+12 |
* | Add distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 2 | -2/+19 |
* | Implement sending emails /o/ | Drew DeVault | 2019-05-14 | 1 | -18/+42 |
* | Add :send-message, prepares & writes email to /tmp | Drew DeVault | 2019-05-14 | 2 | -4/+86 |
* | Handle external message deletions | Drew DeVault | 2019-05-13 | 1 | -1/+0 |
* | Handle incoming emails gracefully | Drew DeVault | 2019-05-13 | 2 | -6/+7 |
* | Spec out review message screen | Drew DeVault | 2019-05-13 | 1 | -6/+58 |
* | Populate "From" header from config for new emails | Drew DeVault | 2019-05-13 | 2 | -12/+24 |
* | Implement :{next,prev}-field in compose view | Drew DeVault | 2019-05-12 | 2 | -1/+19 |
* | Expand compose focus handling a bit | Drew DeVault | 2019-05-12 | 1 | -19/+30 |
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 3 | -1/+125 |
* | "Press any key to close" for completed processes | Drew DeVault | 2019-05-11 | 1 | -0/+6 |
* | Refactor ctx stashing out of exline | Drew DeVault | 2019-05-11 | 1 | -8/+2 |
* | Split ex line text handling into dedicated widget | Drew DeVault | 2019-05-11 | 3 | -107/+27 |
* | lib/msgstore: protect with a mutex | Simon Ser | 2019-04-29 | 1 | -0/+18 |
* | widgets/msglist: fix MessageList.store race | Simon Ser | 2019-04-29 | 1 | -23/+32 |
* | lib/ui: introduce Invalidatable | Simon Ser | 2019-04-27 | 8 | -95/+45 |
* | widgets/spinner: fix Spinner.frame race | Simon Ser | 2019-04-27 | 1 | -12/+15 |
* | Re-render terminal on invalidate | Drew DeVault | 2019-04-15 | 1 | -4/+13 |
* | Fix segfault on :view-message for unloaded message | Tom Lebreux | 2019-04-10 | 1 | -0/+4 |
* | Lowercase MIME types while matching filters | Gokberk Yaltirakli | 2019-04-07 | 1 | -1/+2 |
* | Clear damage on each terminal.Draw call | Drew DeVault | 2019-04-05 | 1 | -0/+2 |
* | Fix wrong row due to typo | Tom Lebreux | 2019-04-05 | 1 | -1/+1 |