index
:
aerc
master
topic/asc_sort_imap
wip/asc_sort_imap
A pretty good email client
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commands
/
msg
/
reply.go
Age
Commit message (
Expand
)
Author
2020-01-09
add .OriginalMIMEType variable to reply template
Leszek Cimała
2020-01-09
create OriginalMail struct
Leszek Cimała
2020-01-05
FetchBodyParts: decode source in the workers
Reto Brunner
2019-12-07
use correct headers for message part
Leszek Cimała
2019-11-10
Add Templates with Parsing
Srivathsan Murali
2019-09-12
Add signatures
Jeffas
2019-09-11
Check the subject line for lowercase re
Jeffas
2019-09-11
Ensure mimetype parts are converted to lower case
Jeffas
2019-09-04
all: purge redundant underscores
Wagner Riffel
2019-08-20
Move forward command to it's own file
Jelle Besseling
2019-07-26
Support configurable header layout in compose widget
Daniel Bridges
2019-07-15
commands: Don't crash when store is nil
Kevin Kuehler
2019-07-10
Fix crashes when operating on empty folder (#216)
Daniel Bridges
2019-07-08
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-09
Update reply to use getopt posix optind format
Clayton Craft
2019-06-07
Message list: implement index-format option
Yash Srivastav
2019-06-02
widget: Add ProvidesMessage interface
Kevin Kuehler