index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
widgets
/
compose.go
Age
Commit message (
Expand
)
Author
2019-09-12
Add signatures
Jeffas
2019-09-11
Add Mouseable
Jeffas
2019-09-04
widgets: rewrite references to os.SET_SEEK to io.SeekStart
Wagner Riffel
2019-08-20
Add forwarding as attachment feature
Jelle Besseling
2019-08-20
Add addresses argument to forward command
Jelle Besseling
2019-08-07
Allow cc/bcc command to receive no arguments
Daniel Bridges
2019-08-07
cc/bcc: Append to existing headers if called twice
Kevin Kuehler
2019-08-03
Add cc and bcc commands
Daniel Bridges
2019-08-02
Fix sending attachments with less than 512 bytes
Ben Burwell
2019-08-02
Include body MIME terminator in multipart messages
Ben Burwell
2019-07-27
Add :detach command
Galen Abell
2019-07-27
Fix review message not filling entire space
Galen Abell
2019-07-26
Add command history and cycling
Galen Abell
2019-07-26
Support configurable header layout in compose widget
Daniel Bridges
2019-07-19
Add [a]ttach to the review message prompts
Drew DeVault
2019-07-19
Add Unix socket for communicating with aerc
Drew DeVault
2019-07-19
Add :attach command for compose
Galen Abell
2019-07-17
When reviewing an email don't pass characters on
Jeffas
2019-07-04
Use go-message implementation of GenerateMessageID
Ben Burwell
2019-06-27
Reopening mailcontent file to fix #166
Stefan Rakel
2019-06-21
Fix Cc & Bcc handling in replies
Drew DeVault
2019-06-07
Execute the editor with the shell
Drew DeVault
2019-06-05
Use SetAddressList for From header
Drew DeVault
2019-06-02
Enumerate Cc and Bcc lists in composer
Drew DeVault
2019-05-26
Implement :edit in compose screen
Drew DeVault
2019-05-25
Fix special characters in address.PersonalName
Drew DeVault
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-17
Fix date header on outgoing emails
Drew DeVault
2019-05-16
Decode email when reading it for quoting
Drew DeVault
2019-05-16
Implement :reply -q and :reply -a
Drew DeVault
2019-05-16
Implement (basic form) of :reply
Drew DeVault
2019-05-16
Let caller pass in custom headers to compose
Drew DeVault
2019-05-15
Copy sent emails to the Sent folder
Drew DeVault
2019-05-14
Update tab name as subject changes
Drew DeVault
2019-05-14
Add $EDITOR, internal config for compose
Drew DeVault
2019-05-14
Add distinct keybindings for each compose view
Drew DeVault
2019-05-14
Implement sending emails /o/
Drew DeVault
2019-05-14
Add :send-message, prepares & writes email to /tmp
Drew DeVault
2019-05-13
Spec out review message screen
Drew DeVault
2019-05-13
Populate "From" header from config for new emails
Drew DeVault
2019-05-12
Implement :{next,prev}-field in compose view
Drew DeVault
2019-05-12
Expand compose focus handling a bit
Drew DeVault
2019-05-12
Add initial compose widget
Drew DeVault