| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement (basic form) of :reply | Drew DeVault | 2019-05-16 | 1 | -0/+83 |
* | Let caller pass in custom headers to compose | Drew DeVault | 2019-05-16 | 1 | -2/+2 |
* | Copy sent emails to the Sent folder | Drew DeVault | 2019-05-15 | 2 | -15/+53 |
* | Implement move, mv commands | Drew DeVault | 2019-05-14 | 1 | -0/+38 |
* | Implement :copy (aka :cp) | Drew DeVault | 2019-05-14 | 2 | -1/+51 |
* | Implement abort command | Cole Helbling | 2019-05-14 | 1 | -0/+23 |
* | Update tab name as subject changes | Drew DeVault | 2019-05-14 | 2 | -9/+10 |
* | Add $EDITOR, internal config for compose | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
* | Remove tab before going async | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
* | Add distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
* | Send emails asyncronously | Drew DeVault | 2019-05-14 | 1 | -47/+73 |
* | Implement sending emails /o/ | Drew DeVault | 2019-05-14 | 1 | -6/+114 |
* | Add :send-message, prepares & writes email to /tmp | Drew DeVault | 2019-05-14 | 1 | -0/+29 |
* | Populate "From" header from config for new emails | Drew DeVault | 2019-05-13 | 1 | -2/+2 |
* | Implement :{next,prev}-field in compose view | Drew DeVault | 2019-05-12 | 2 | -0/+46 |
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -0/+28 |
* | "Press any key to close" for completed processes | Drew DeVault | 2019-05-11 | 1 | -1/+4 |
* | Fix segfault on :select-message for unloaded messages | Tom Lebreux | 2019-04-17 | 1 | -0/+3 |
* | Fix segfault on :view-message for unloaded message | Tom Lebreux | 2019-04-10 | 1 | -0/+6 |
* | Make tab width of :pipe consistent | Drew DeVault | 2019-03-31 | 1 | -5/+3 |
* | Add basic filter implementation | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
* | Rename FetchMessageBodies to FetchFullMessages | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
* | Make the message viewer real, part one | Drew DeVault | 2019-03-31 | 2 | -3/+27 |
* | Don't parse mail in worker; send a reader instead | Drew DeVault | 2019-03-31 | 2 | -34/+2 |
* | Add message view commands, :close | Drew DeVault | 2019-03-30 | 3 | -4/+38 |
* | Add basic message viewer mockup | Drew DeVault | 2019-03-30 | 3 | -8/+6 |
* | Correct color of error messages | Drew DeVault | 2019-03-30 | 2 | -5/+5 |
* | Implement :pipe | Drew DeVault | 2019-03-30 | 2 | -0/+74 |
* | Add body fetching support code | Drew DeVault | 2019-03-29 | 1 | -0/+29 |
* | Add terminal command context | Drew DeVault | 2019-03-21 | 2 | -4/+19 |
* | Add context-specific commands | Drew DeVault | 2019-03-21 | 13 | -30/+72 |
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 1 | -0/+25 |
* | s/:term-close/:close/g | Drew DeVault | 2019-03-17 | 1 | -2/+3 |
* | Wrap Terminal in TermHost | Drew DeVault | 2019-03-17 | 2 | -19/+6 |
* | Add :term-close | Drew DeVault | 2019-03-17 | 2 | -2/+40 |
* | Handle terminal title, login shell | Drew DeVault | 2019-03-17 | 1 | -5/+16 |
* | Implement :next-tab, :prev-tab | Drew DeVault | 2019-03-17 | 1 | -0/+42 |
* | Move exline handling up to aerc, add :term | Drew DeVault | 2019-03-17 | 1 | -0/+33 |
* | commands: handle case where no account selected | Drew DeVault | 2019-03-17 | 4 | -0/+12 |
* | Implement :select-message | Drew DeVault | 2019-03-15 | 1 | -0/+31 |
* | Fix usage message for :next-message | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Implement :next-message n% | Drew DeVault | 2019-03-15 | 1 | -1/+10 |
* | Add :quit command | Drew DeVault | 2019-03-15 | 1 | -0/+24 |
* | Fix help string for :cd | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Rename :cd -> :cf, add :cd | Drew DeVault | 2019-03-15 | 2 | -11/+56 |
* | Implement :{next,prev}-message | Drew DeVault | 2019-03-14 | 2 | -3/+46 |
* | Implement :cd command | Drew DeVault | 2019-03-14 | 2 | -4/+38 |
* | Flesh out command parsing & handling | Drew DeVault | 2019-03-10 | 3 | -22/+44 |
* | Start building out command subsystem | Drew DeVault | 2019-03-10 | 3 | -0/+58 |