summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Implement ui.empty-message config optionDrew DeVault2019-05-173-18/+1
* Remove debug loggingDrew DeVault2019-05-171-1/+0
* Refactor STARTTLS to prevent downgrade attacksDrew DeVault2019-05-171-23/+27
* Fix date header on outgoing emailsDrew DeVault2019-05-171-1/+1
* s/Sent/Message sent/Drew DeVault2019-05-161-2/+2
* Abort if accounts.conf is world readableReto Brunner2019-05-162-4/+31
* Revert "Abort if accounts.conf is world readable"Drew DeVault2019-05-162-30/+4
* Revert "s/aerc.conf/address.conf/ in permission check"Drew DeVault2019-05-161-1/+1
* s/aerc.conf/address.conf/ in permission checkCole Helbling2019-05-161-1/+1
* Fix issues with OOB uidsDrew DeVault2019-05-161-3/+3
* Abort if accounts.conf is world readableReto Brunner2019-05-162-4/+30
* Improve reply-all recipient enumeration strategyDrew DeVault2019-05-161-0/+16
* Decode email when reading it for quotingDrew DeVault2019-05-162-2/+26
* Change default bindings for repliesDrew DeVault2019-05-161-4/+4
* Don't prefix Re: if prefix already presentDrew DeVault2019-05-161-1/+6
* Change default reply keybindingsDrew DeVault2019-05-161-8/+8
* Implement :reply -q and :reply -aDrew DeVault2019-05-164-19/+73
* Implement (basic form) of :replyDrew DeVault2019-05-166-7/+139
* Let caller pass in custom headers to composeDrew DeVault2019-05-163-8/+38
* Copy sent emails to the Sent folderDrew DeVault2019-05-1511-20/+132
* Fix default bindings for quit and editDrew DeVault2019-05-141-1/+4
* Move ! bind to [messages]Drew DeVault2019-05-141-1/+1
* Add (non-functional) reply commands to bindingsDrew DeVault2019-05-141-2/+9
* Add ! to default keybindingsDrew DeVault2019-05-141-0/+1
* Implement move, mv commandsDrew DeVault2019-05-143-6/+65
* Force INBOX to be included in dirlistDrew DeVault2019-05-141-0/+11
* Implement :copy (aka :cp)Drew DeVault2019-05-147-3/+101
* Implement abort commandCole Helbling2019-05-141-0/+23
* Update tab name as subject changesDrew DeVault2019-05-145-10/+40
* Add $EDITOR, internal config for composeDrew DeVault2019-05-144-6/+30
* Add IRC link to README.mdDrew DeVault2019-05-141-0/+2
* Remove tab before going asyncDrew DeVault2019-05-141-1/+1
* Add distinct keybindings for each compose viewDrew DeVault2019-05-146-14/+51
* Send emails asyncronouslyDrew DeVault2019-05-141-47/+73
* Implement sending emails /o/Drew DeVault2019-05-144-24/+160
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-145-6/+121
* Remove leftover debug loggingDrew DeVault2019-05-131-3/+0
* Handle external message deletionsDrew DeVault2019-05-132-1/+7
* Handle incoming emails gracefullyDrew DeVault2019-05-135-9/+36
* Spec out review message screenDrew DeVault2019-05-132-9/+61
* Populate "From" header from config for new emailsDrew DeVault2019-05-135-14/+31
* Add outgoing account configurationDrew DeVault2019-05-122-5/+10
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-126-5/+70
* Expand compose focus handling a bitDrew DeVault2019-05-121-19/+30
* Add initial compose widgetDrew DeVault2019-05-127-3/+169
* Move aerc to dedicated mailing listDrew DeVault2019-05-111-1/+1
* "Press any key to close" for completed processesDrew DeVault2019-05-112-1/+10
* Refactor ctx stashing out of exlineDrew DeVault2019-05-112-8/+4
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-114-107/+163
* lib/ui: fix UI.Exit race conditionSimon Ser2019-05-052-4/+15