Age | Commit message (Expand) | Author |
2019-06-18 | Insert nil check before handling prev/next message | Martin Hafskjold Thoresen |
2019-06-17 | commands/msgview: add open command | Réouven Assouly |
2019-06-16 | Make part encoding checks case insensitive | Réouven Assouly |
2019-06-14 | Support directories in path to :save | Clayton Craft |
2019-06-11 | commands/msgview: Add next/prev commands | Kevin Kuehler |
2019-06-11 | Move select functionality from msglist to msgstore | Kevin Kuehler |
2019-06-11 | commands/msg/archive: Work with msgviwer | Kevin Kuehler |
2019-06-09 | Implement :mkdir command | Drew DeVault |
2019-06-09 | Fix :new-account getopts | Drew DeVault |
2019-06-09 | Fix :copy arg handling | Drew DeVault |
2019-06-09 | Fix :move command's arg parsing | Drew DeVault |
2019-06-09 | Update reply to use getopt posix optind format | Clayton Craft |
2019-06-09 | Add :read and :unread commands | Drew DeVault |
2019-06-09 | commands/msg/copy: remove unnecessary code | Drew DeVault |
2019-06-09 | Add archive command | Robert Günzler |
2019-06-08 | Mark sent emails as read | Yash Srivastav |
2019-06-07 | Message list: implement index-format option | Yash Srivastav |
2019-06-07 | implements ability to view headers in message view | Yash Srivastav |
2019-06-05 | Introduce :new-account -t | JanUlrich |
2019-06-05 | Allow no arguments to :cd | Tadeo Kondrak |
2019-06-02 | widget: Add ProvidesMessage interface | Kevin Kuehler |
2019-06-02 | Fix infinite recursion in reply.go:findPlaintext | Drew DeVault |
2019-06-01 | Fetch plaintext part when replying | Drew DeVault |
2019-05-27 | Add :save and :pipe commands to viewer | Galen Abell |
2019-05-26 | Implement :edit in compose screen | Drew DeVault |
2019-05-25 | Implement :forward | Drew DeVault |
2019-05-25 | Fix special characters in address.PersonalName | Drew DeVault |
2019-05-22 | Implement :help | Drew DeVault |
2019-05-22 | Write new accounts to config and open tab | Drew DeVault |
2019-05-21 | New account wizard, part one | Drew DeVault |
2019-05-20 | Pass ServerName to tls.Config for SMTP | Drew DeVault |
2019-05-20 | Implement :next-part, :prev-part | Drew DeVault |
2019-05-20 | Flesh out multipart switcher | Drew DeVault |
2019-05-20 | asdf | Drew DeVault |
2019-05-20 | pipe.go: let tab widget handle ellipsis | Drew DeVault |
2019-05-19 | Missed a spot | Drew DeVault |
2019-05-19 | Rename :delete-message et al to :delete et al | Drew DeVault |
2019-05-19 | Advance cursor after :delete and :move | Drew DeVault |
2019-05-19 | Implement :pwd command | Amin Bandali |
2019-05-18 | Fix scdoc & gofmt issues | Drew DeVault |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault |
2019-05-17 | Remove debug logging | Drew DeVault |
2019-05-17 | Refactor STARTTLS to prevent downgrade attacks | Drew DeVault |
2019-05-16 | s/Sent/Message sent/ | Drew DeVault |
2019-05-16 | Improve reply-all recipient enumeration strategy | Drew DeVault |
2019-05-16 | Decode email when reading it for quoting | Drew DeVault |
2019-05-16 | Don't prefix Re: if prefix already present | 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 |