about summary refs log tree commit diff stats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* Make grid sizes dynamicJeffas2020-06-091-8/+13
* Revert "Add Style configuration"Drew DeVault2020-05-281-40/+29
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-2/+3
* Remove duration from the status methodsReto Brunner2020-05-271-3/+2
* Add Style configurationReto Brunner2020-05-271-29/+40
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+9
* Add recall commandJeffas2020-04-241-1/+1
* Add postpone commandJeffas2020-04-241-19/+25
* Remove ability to specify headers in the editorReto Brunner2020-04-241-147/+42
* compose: add space between headers and editorDrew DeVault2020-03-031-3/+5
* 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