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
/
msgview
Age
Commit message (
Expand
)
Author
2022-03-24
save: add -a option to save all attachments
Robin Jarry
2022-03-23
logging: added a log on panic
Moritz Poldrack
2022-03-18
statusline: implement per-account status
Koni Marti
2022-03-14
viewer: add key passthrough mode
kt programs
2022-03-12
all: fix minor issues found by staticcheck
Moritz Poldrack
2022-02-25
aerc: always check SelectedAccount return value
Robin Jarry
2021-11-05
go.mod: change base git url
Robin Jarry
2021-01-30
Get rid of the aerc.PushError(" " + $string) idiom
Reto Brunner
2021-01-30
Refactor lib/open to accept user provided arguments
Reto Brunner
2021-01-14
save: if part name is a path, only use the filename
Robin Opletal
2020-07-08
Allow open to be asynchronous
Andrew Jeffery
2020-05-28
Revert "Add Style configuration"
Drew DeVault
2020-05-28
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-27
Remove duration from the status methods
Reto Brunner
2020-05-27
Add Style configuration
Reto Brunner
2020-05-25
pgp: fail gracefully from email decryption
Ray Ganardi
2020-05-17
FetchBodyPart doesn't need the parent body structure
Reto Brunner
2020-04-06
Try to open attachments with correct extension
Galen Abell
2020-03-09
Refactoring: remove store from PartInfo
Drew DeVault
2020-03-03
Initial support for PGP decryption & signatures
Drew DeVault
2020-01-20
msgview/open: remove manual decoding
Reto Brunner
2020-01-20
msgview/save: Adapt to already decoded reader
Reto Brunner
2020-01-05
FetchBodyParts: decode source in the workers
Reto Brunner
2019-12-07
failback to Content-Type filename when encoded Content-Disposition is used
Leszek Cimała
2019-10-16
Cleanup pager processes after closing a msgviewer
Kevin Kuehler
2019-09-20
Make commands join args with spaces
Jeffas
2019-09-04
commands: move ParseNextPrevMessage error value to its last return value
Wagner Riffel
2019-09-04
all: use fmt.Errorf for fomartting errors
Wagner Riffel
2019-09-04
all: purge redundant underscores
Wagner Riffel
2019-08-13
Revert "add close command at global level"
Drew DeVault
2019-08-13
add close command at global level
Aditya Srivastava
2019-08-07
Implement next-message in msgview using account
Jelle Besseling
2019-07-05
Make :pipe command more generic
Drew DeVault
2019-07-04
Use "open" instead of "xdg-open" on Darwin systems
Ben Burwell
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-25
msgview/save: Use defaultSavePath if no path is provided
Reto Brunner
2019-06-17
commands/msgview: add open command
Réouven Assouly
2019-06-16
Make part encoding checks case insensitive
Réouven Assouly
2019-06-14
Support directories in path to :save
Clayton Craft
2019-06-11
commands/msgview: Add next/prev commands
Kevin Kuehler
2019-06-07
implements ability to view headers in message view
Yash Srivastav
2019-05-27
Add :save and :pipe commands to viewer
Galen Abell
2019-05-20
Implement :next-part, :prev-part
Drew DeVault
2019-05-18
Fix scdoc & gofmt issues
Drew DeVault
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-03-30
Add message view commands, :close
Drew DeVault