aerc/commands/account
Evan Gates 1aa32bf377 compose: parse headers correctly from -H
By using :compose -H <header> a user should be able to add
arbitrary headers to an email.  The existing implementation from
5b523880b4 added the headers as lines
to the beginning of the body.  These lines were not interpreted as
headers anywhere and ended up as plain text in the body of the email.
Fix the code to parse and add the headers correctly.

Signed-off-by: Evan Gates <evan.gates@gmail.com>
Tested-by: Moritz Poldrack <moritz@poldrack.dev>
2022-04-06 15:37:13 +02:00
..
account.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
cf.go statusline: make statusline folder-specific 2022-03-23 20:55:30 +01:00
clear.go statusline: implement per-account status 2022-03-18 23:42:07 +01:00
compose.go compose: parse headers correctly from -H 2022-04-06 15:37:13 +02:00
connection.go statusline: implement per-account status 2022-03-18 23:42:07 +01:00
expand-folder.go commands: add expand-folder and collapse-folder 2022-02-23 21:09:01 +01:00
mkdir.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
next-folder.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
next-result.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
next.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
recover.go logging: added a log on panic 2022-03-23 20:56:09 +01:00
rmdir.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
search.go statusline: implement per-account status 2022-03-18 23:42:07 +01:00
select.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
sort.go statusline: indicate when sorting is in progress 2022-03-25 13:07:25 +01:00
view.go aerc: always check SelectedAccount return value 2022-02-25 13:56:53 +01:00