Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix :copy arg handling | Drew DeVault | 2019-06-09 | 1 | -3/+3 | |
* | Fix :move command's arg parsing | Drew DeVault | 2019-06-09 | 1 | -3/+3 | |
* | Update reply to use getopt posix optind format | Clayton Craft | 2019-06-09 | 1 | -2/+2 | |
* | Add :read and :unread commands | Drew DeVault | 2019-06-09 | 1 | -0/+38 | |
* | commands/msg/copy: remove unnecessary code | Drew DeVault | 2019-06-09 | 1 | -4/+0 | |
* | Add archive command | Robert Günzler | 2019-06-09 | 3 | -6/+102 | |
* | Mark sent emails as read | Yash Srivastav | 2019-06-08 | 1 | -1/+2 | |
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 1 | -22/+3 | |
* | implements ability to view headers in message view | Yash Srivastav | 2019-06-07 | 1 | -0/+25 | |
* | Introduce :new-account -t | JanUlrich | 2019-06-05 | 1 | -2/+10 | |
* | Allow no arguments to :cd | Tadeo Kondrak | 2019-06-05 | 1 | -3/+5 | |
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 6 | -17/+49 | |
* | Fix infinite recursion in reply.go:findPlaintext | Drew DeVault | 2019-06-02 | 1 | -1/+1 | |
* | Fetch plaintext part when replying | Drew DeVault | 2019-06-01 | 1 | -6/+34 | |
* | Add :save and :pipe commands to viewer | Galen Abell | 2019-05-27 | 4 | -37/+163 | |
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -0/+21 | |
* | Implement :forward | Drew DeVault | 2019-05-25 | 1 | -31/+81 | |
* | Fix special characters in address.PersonalName | Drew DeVault | 2019-05-25 | 2 | -27/+35 | |
* | Implement :help | Drew DeVault | 2019-05-22 | 1 | -0/+21 | |
* | Write new accounts to config and open tab | Drew DeVault | 2019-05-22 | 1 | -1/+1 | |
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 1 | -0/+20 | |
* | Pass ServerName to tls.Config for SMTP | Drew DeVault | 2019-05-20 | 1 | -2/+12 | |
* | Implement :next-part, :prev-part | Drew DeVault | 2019-05-20 | 1 | -0/+43 | |
* | Flesh out multipart switcher | Drew DeVault | 2019-05-20 | 1 | -2/+2 | |
* | asdf | Drew DeVault | 2019-05-20 | 1 | -6/+2 | |
* | pipe.go: let tab widget handle ellipsis | Drew DeVault | 2019-05-20 | 1 | -2/+1 | |
* | Missed a spot | Drew DeVault | 2019-05-19 | 1 | -0/+1 | |
* | Rename :delete-message et al to :delete et al | Drew DeVault | 2019-05-19 | 4 | -2/+6 | |
* | Advance cursor after :delete and :move | Drew DeVault | 2019-05-19 | 2 | -0/+2 | |
* | Implement :pwd command | Amin Bandali | 2019-05-19 | 1 | -0/+25 | |
* | Fix scdoc & gofmt issues | Drew DeVault | 2019-05-18 | 5 | -17/+11 | |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 25 | -29/+29 | |
* | Remove debug logging | Drew DeVault | 2019-05-17 | 1 | -1/+0 | |
* | Refactor STARTTLS to prevent downgrade attacks | Drew DeVault | 2019-05-17 | 1 | -23/+27 | |
* | s/Sent/Message sent/ | Drew DeVault | 2019-05-16 | 1 | -2/+2 | |
* | Improve reply-all recipient enumeration strategy | Drew DeVault | 2019-05-16 | 1 | -0/+16 | |
* | Decode email when reading it for quoting | Drew DeVault | 2019-05-16 | 1 | -2/+25 | |
* | Don't prefix Re: if prefix already present | Drew DeVault | 2019-05-16 | 1 | -1/+6 | |
* | Implement :reply -q and :reply -a | Drew DeVault | 2019-05-16 | 1 | -19/+61 | |
* | 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 |