about summary refs log tree commit diff stats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* Correct spellingReto Brunner2020-01-161-1/+1
* remove Original* checkLeszek Cimała2020-01-091-2/+1
* create OriginalMail structLeszek Cimała2020-01-091-2/+3
* Add address book completion in composerBen Burwell2019-12-211-3/+20
* Composer: fix EOF errorsDrew DeVault2019-12-121-6/+10
* remove garbage headers in reply messageLeszek Cimała2019-12-081-1/+2
* Parse headers from templateRobert Günzler2019-12-071-3/+50
* Revert "Parse headers from template"Drew DeVault2019-12-041-39/+3
* Parse headers from templateRobert Günzler2019-12-041-3/+39
* Allow fields in compose widget to be clickedGreg Anders2019-11-171-2/+32
* Add some defaults for template optionsDrew DeVault2019-11-101-2/+4
* Add Templates with ParsingSrivathsan Murali2019-11-101-3/+34
* Add signaturesJeffas2019-09-121-1/+65
* Add MouseableJeffas2019-09-111-4/+17
* widgets: rewrite references to os.SET_SEEK to io.SeekStartWagner Riffel2019-09-041-4/+4
* Add forwarding as attachment featureJelle Besseling2019-08-201-0/+9
* Add addresses argument to forward commandJelle Besseling2019-08-201-0/+7
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-071-0/+17
* cc/bcc: Append to existing headers if called twiceKevin Kuehler2019-08-071-1/+6
* Add cc and bcc commandsDaniel Bridges2019-08-031-14/+44
* Fix sending attachments with less than 512 bytesBen Burwell2019-08-021-1/+1
* Include body MIME terminator in multipart messagesBen Burwell2019-08-021-23/+30
* Add :detach commandGalen Abell2019-07-271-0/+20
* Fix review message not filling entire spaceGalen Abell2019-07-271-1/+1
* Add command history and cyclingGalen Abell2019-07-261-2/+7
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-113/+138
* Add [a]ttach to the review message promptsDrew DeVault2019-07-191-1/+1
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+7
* Add :attach command for composeGalen Abell2019-07-191-17/+129
* When reviewing an email don't pass characters onJeffas2019-07-171-1/+4
* Use go-message implementation of GenerateMessageIDBen Burwell2019-07-041-2/+1
* Reopening mailcontent file to fix #166Stefan Rakel2019-06-271-1/+7
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-7/+7
* Execute the editor with the shellDrew DeVault2019-06-071-1/+1
* Use SetAddressList for From headerDrew DeVault2019-06-051-2/+10
* Enumerate Cc and Bcc lists in composerDrew DeVault2019-06-021-1/+20
* Implement :edit in compose screenDrew DeVault2019-05-261-27/+51
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-6/+9
* s/aerc2/aerc/gDrew DeVault2019-05-171-4/+4
* Fix date header on outgoing emailsDrew DeVault2019-05-171-1/+1
* Decode email when reading it for quotingDrew DeVault2019-05-161-0/+1
* Implement :reply -q and :reply -aDrew DeVault2019-05-161-0/+9
* Implement (basic form) of :replyDrew DeVault2019-05-161-3/+11
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-6/+32
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-1/+9
* Update tab name as subject changesDrew DeVault2019-05-141-0/+12
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-5/+12
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-0/+10
* Implement sending emails /o/Drew DeVault2019-05-141-18/+42
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-141-0/+79