1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-06-01 20:36:03 +02:00
aerc/commands
Reto Brunner c574a838fa Remove hard coded bodystruct path everywhere
Aerc usually used the path []int{1} if it didn't know what the proper path is.
However this only works for multipart messages and breaks if it isn't one.

This patch removes all the hard coding and extracts the necessary helpers to lib.
2020-07-27 09:19:27 +02:00
..
account run go fmt 2020-07-17 17:50:24 +02:00
compose Use PushStatus instead of SetStatus where it makes sense 2020-07-09 08:37:01 +02:00
msg Remove hard coded bodystruct path everywhere 2020-07-27 09:19:27 +02:00
msgview Allow open to be asynchronous 2020-07-08 09:07:43 +02:00
terminal all: purge redundant underscores 2019-09-04 16:30:57 -10:00
cd.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
choose.go gofmt fixes 2020-04-24 12:59:40 -04:00
commands.go msg/archive: complete the possible options 2020-04-11 10:46:46 -04:00
ct.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
exec.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
global.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
help.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
history.go Add command history and cycling 2019-07-26 14:29:34 -04:00
move-tab.go Add move-tab command 2020-03-03 20:08:29 +01:00
new-account.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
next-tab.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
pin-tab.go Add pinned tabs 2020-03-09 09:31:02 -04:00
prompt.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
pwd.go Revert "Remove duration from the status methods" 2020-05-28 10:32:32 -04:00
quit.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
set.go Make grid sizes dynamic 2020-06-09 08:48:47 +02:00
term.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
util.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00