aboutsummaryrefslogtreecommitdiff
path: root/commands
AgeCommit message (Expand)Author
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-17Remove debug loggingDrew DeVault
2019-05-17Refactor STARTTLS to prevent downgrade attacksDrew DeVault
2019-05-16s/Sent/Message sent/Drew DeVault
2019-05-16Improve reply-all recipient enumeration strategyDrew DeVault
2019-05-16Decode email when reading it for quotingDrew DeVault
2019-05-16Don't prefix Re: if prefix already presentDrew DeVault
2019-05-16Implement :reply -q and :reply -aDrew DeVault
2019-05-16Implement (basic form) of :replyDrew DeVault
2019-05-16Let caller pass in custom headers to composeDrew DeVault
2019-05-15Copy sent emails to the Sent folderDrew DeVault
2019-05-14Implement move, mv commandsDrew DeVault
2019-05-14Implement :copy (aka :cp)Drew DeVault
2019-05-14Implement abort commandCole Helbling
2019-05-14Update tab name as subject changesDrew DeVault
2019-05-14Add $EDITOR, internal config for composeDrew DeVault
2019-05-14Remove tab before going asyncDrew DeVault
2019-05-14Add distinct keybindings for each compose viewDrew DeVault
2019-05-14Send emails asyncronouslyDrew DeVault
2019-05-14Implement sending emails /o/Drew DeVault
2019-05-14Add :send-message, prepares & writes email to /tmpDrew DeVault
2019-05-13Populate "From" header from config for new emailsDrew DeVault
2019-05-12Implement :{next,prev}-field in compose viewDrew DeVault
2019-05-12Add initial compose widgetDrew DeVault
2019-05-11"Press any key to close" for completed processesDrew DeVault
2019-04-17Fix segfault on :select-message for unloaded messagesTom Lebreux
2019-04-10Fix segfault on :view-message for unloaded messageTom Lebreux
2019-03-31Make tab width of :pipe consistentDrew DeVault
2019-03-31Add basic filter implementationDrew DeVault
2019-03-31Rename FetchMessageBodies to FetchFullMessagesDrew DeVault
2019-03-31Make the message viewer real, part oneDrew DeVault
2019-03-31Don't parse mail in worker; send a reader insteadDrew DeVault
2019-03-30Add message view commands, :closeDrew DeVault
2019-03-30Add basic message viewer mockupDrew DeVault
2019-03-30Correct color of error messagesDrew DeVault
2019-03-30Implement :pipeDrew DeVault
2019-03-29Add body fetching support codeDrew DeVault
2019-03-21Add terminal command contextDrew DeVault
2019-03-21Add context-specific commandsDrew DeVault
2019-03-20Implement :delete-messageDrew DeVault
2019-03-17s/:term-close/:close/gDrew DeVault
2019-03-17Wrap Terminal in TermHostDrew DeVault
2019-03-17Add :term-closeDrew DeVault
2019-03-17Handle terminal title, login shellDrew DeVault
2019-03-17Implement :next-tab, :prev-tabDrew DeVault
2019-03-17Move exline handling up to aerc, add :termDrew DeVault
2019-03-17commands: handle case where no account selectedDrew DeVault
2019-03-15Implement :select-messageDrew DeVault
2019-03-15Fix usage message for :next-messageDrew DeVault
2019-03-15Implement :next-message n%Drew DeVault