Age | Commit message (Expand) | Author |
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 |
2019-05-13 | Handle external message deletions | Drew DeVault |
2019-05-13 | Handle incoming emails gracefully | Drew DeVault |
2019-05-13 | Spec out review message screen | Drew DeVault |
2019-05-13 | Populate "From" header from config for new emails | Drew DeVault |
2019-05-12 | Implement :{next,prev}-field in compose view | Drew DeVault |
2019-05-12 | Expand compose focus handling a bit | Drew DeVault |
2019-05-12 | Add initial compose widget | Drew DeVault |
2019-05-11 | "Press any key to close" for completed processes | Drew DeVault |
2019-05-11 | Refactor ctx stashing out of exline | Drew DeVault |
2019-05-11 | Split ex line text handling into dedicated widget | Drew DeVault |
2019-04-29 | lib/msgstore: protect with a mutex | Simon Ser |
2019-04-29 | widgets/msglist: fix MessageList.store race | Simon Ser |
2019-04-27 | lib/ui: introduce Invalidatable | Simon Ser |
2019-04-27 | widgets/spinner: fix Spinner.frame race | Simon Ser |
2019-04-15 | Re-render terminal on invalidate | Drew DeVault |
2019-04-10 | Fix segfault on :view-message for unloaded message | Tom Lebreux |
2019-04-07 | Lowercase MIME types while matching filters | Gokberk Yaltirakli |