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
/
pipe.go
Age
Commit message (
Expand
)
Author
2022-03-23
logging: added a log on panic
Moritz Poldrack
2022-02-25
pipe: allow piping multiple marked messages
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-06
Implement style configuration.
Kalyan Sriram
2020-07-30
Revert "Implement style configuration."
Reto Brunner
2020-07-30
Implement style configuration.
Kalyan Sriram
2020-07-05
pipe: don't crash if part is nil
Reto Brunner
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-17
FetchBodyPart doesn't need the parent body structure
Reto Brunner
2020-05-01
store.FetchFull: Change callback type to expose entire message
Ben Fiedler
2020-04-24
gofmt fixes
Drew DeVault
2020-04-23
Use aerc.PushError where appropriate
Ben Fiedler
2020-03-09
Refactoring: remove store from PartInfo
Drew DeVault
2020-01-05
FetchBodyParts: decode source in the workers
Reto Brunner
2019-09-04
all: purge redundant underscores
Wagner Riffel
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
Fix :pipe -b actually writing to stdin
Drew DeVault
2019-07-08
Fix re-opening of expired pipe tabs
Drew DeVault
2019-07-08
:exec, :pipe: show exit status on completion
Drew DeVault
2019-07-08
Add :exec and :pipe -b(ackground)
Drew DeVault
2019-07-05
Make :pipe command more generic
Drew DeVault