about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Pass ServerName to tls.Config for SMTPDrew DeVault2019-05-201-2/+12
* Show unsupported mimetype message in redDrew DeVault2019-05-201-1/+1
* Show attachment names in multipart viewDrew DeVault2019-05-201-1/+5
* Implement :next-part, :prev-partDrew DeVault2019-05-203-2/+76
* Flesh out multipart switcherDrew DeVault2019-05-205-70/+146
* Refactor message part into dedicated widgetDrew DeVault2019-05-201-86/+148
* Verify TLS certificatesDrew DeVault2019-05-202-18/+1
* asdfDrew DeVault2019-05-202-48/+4
* pipe.go: let tab widget handle ellipsisDrew DeVault2019-05-201-2/+1
* Missed a spotDrew DeVault2019-05-191-0/+1
* Rename :delete-message et al to :delete et alDrew DeVault2019-05-195-16/+20
* Advance cursor after :delete and :moveDrew DeVault2019-05-193-4/+7
* Reset message list cursor when switching storesDrew DeVault2019-05-191-1/+1
* Advance message list cursor when messages arriveDrew DeVault2019-05-191-0/+13
* Implement :pwd commandAmin Bandali2019-05-192-0/+28
* worker/types/worker: remove mutexSimon Ser2019-05-191-36/+21
* worker/types/worker: make ID allocation atomicSimon Ser2019-05-192-10/+11
* worker/types/worker: set ID before sending messageSimon Ser2019-05-191-3/+9
* lib/ui/ui: use atomic instead of channelSimon Ser2019-05-191-26/+21
* Update internal state and draw from the same goroutineSimon Ser2019-05-197-51/+32
* Update go-imap and go-imap-idleSimon Ser2019-05-192-19/+16
* widgets/terminal: fix damage race conditionSimon Ser2019-05-191-1/+12
* Fix scdoc & gofmt issuesDrew DeVault2019-05-188-35/+29
* Implement loading passwords from external commandsGalen Abell2019-05-184-8/+94
* s/aerc2/aerc/gDrew DeVault2019-05-1747-76/+76
* Document dependenciesDrew DeVault2019-05-171-0/+6
* Install filters to /usr/share/aerc/filtersDrew DeVault2019-05-172-4/+12
* Add install target to MakefileDrew DeVault2019-05-171-2/+12
* Add man pagesDrew DeVault2019-05-177-2/+554
* Remove unimplemented color configurationDrew DeVault2019-05-173-45/+3
* 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