fix(mail): outgoing mails did not go go
Incompatilility between Neomutt and MSMTP parameters
This commit is contained in:
parent
9995231612
commit
baf21e031c
3 changed files with 6 additions and 3 deletions
|
@ -134,6 +134,7 @@ in
|
|||
edit_headers = "yes";
|
||||
send_charset = "utf-8";
|
||||
envelope_from = "yes";
|
||||
use_envelope_from = "no";
|
||||
my_status = "' %o/%m | %l | %f %* Sort: %s-%S Pos: %P '";
|
||||
my_pager = "' %F | %s %* Pos: %P '";
|
||||
compose_format = "' COMPOSE %a | %l'";
|
||||
|
@ -145,6 +146,7 @@ in
|
|||
};
|
||||
extraConfig = ''
|
||||
${(builtins.readFile ./files/theme.muttrc)}
|
||||
set reverse_name
|
||||
charset-hook ^iso-8859-1$ cp1252
|
||||
ignore *
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ color indicator color21 color19 # inverse, brighter
|
|||
|
||||
color status color00 color06 ' Pos: ([[:alnum:]]|%)+ '
|
||||
color status color20 color19 ' Sort: ([[:alpha:]]|-)+ '
|
||||
color status color18 color04 ' COMPOSE '
|
||||
|
||||
# Message Index ----------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue