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
/
account
Age
Commit message (
Expand
)
Author
2022-03-23
logging: added a log on panic
Moritz Poldrack
2022-03-23
statusline: make statusline folder-specific
Koni Marti
2022-03-18
statusline: implement per-account status
Koni Marti
2022-03-16
commands: use SelectedAccountUiConfig instead of explicit nil check
kt programs
2022-03-07
commands: implement fuzzy completion for commands and options
kt programs
2022-02-25
aerc: always check SelectedAccount return value
Robin Jarry
2022-02-23
commands: add expand-folder and collapse-folder
Koni Marti
2022-02-23
search/filter: display in extra status
Robin Jarry
2022-02-19
search/filter: remove from status bar after 20 seconds
Robin Jarry
2022-02-19
filter/search: display current search/filter arguments
inwit
2022-01-29
recover: recover emails from tempdir after a crash
Koni Marti
2022-01-19
compose: add default template for new messages
Robin Jarry
2022-01-19
docs: mention missing -T options for compose and forward
Robin Jarry
2021-11-05
imap: add manual {dis,}connect support
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
2020-08-31
handle message unknown charset error
Jeff Martin
2020-08-19
Add support for :rmdir
ARaspiK
2020-07-17
run go fmt
Reto Brunner
2020-07-09
Use PushStatus instead of SetStatus where it makes sense
Heiko Carrasco
2020-06-09
Rework msglist scrolling
Jeffas
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-04-24
gofmt fixes
Drew DeVault
2020-04-24
Add recall command
Jeffas
2020-04-24
Add postpone command
Jeffas
2020-04-24
Remove ability to specify headers in the editor
Reto Brunner
2020-04-23
Use aerc.PushError where appropriate
Ben Fiedler
2020-03-03
Initial support for PGP decryption & signatures
Drew DeVault
2020-01-09
create OriginalMail struct
Leszek CimaĆa
2019-12-04
Fix crash when no message is selected
Wiktor Kwapisiewicz
2019-11-17
commands/account: Disable :view for deleted msgs
Kevin Kuehler
2019-11-10
Add Templates with Parsing
Srivathsan Murali
2019-09-20
Make commands join args with spaces
Jeffas
2019-09-20
Add sorting functionality
Jeffas
2019-09-12
Add signatures
Jeffas
2019-09-04
commands: move ParseNextPrevMessage error value to its last return value
Wagner Riffel
2019-09-04
all: rewrite references to strings.Index to strings.Contains
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-29
extract search criteria parsing into the backends
Reto Brunner
2019-08-13
Add optional body argument to compose command
Daniel Bridges
2019-08-12
Joining the args in cf for folders with spaces
Ben Cohen
2019-08-12
Ignore scroll command when msgstore is nil
Jelle Besseling
2019-08-12
Let user edit arbitrary headers in composer
Daniel Bridges
2019-08-07
Implement next-message in msgview using account
Jelle Besseling
2019-08-07
Implement next-folder using NextPrev with amount
Jelle Besseling
[next]