fix(mail): outgoing mails did not go go

Incompatilility between Neomutt and MSMTP parameters
This commit is contained in:
Yorick Barbanneau 2025-08-17 23:05:35 +02:00
parent 9995231612
commit baf21e031c
Signed by: ephase
GPG key ID: 246042E52B41FFCF
3 changed files with 6 additions and 3 deletions

View file

@ -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 *

View file

@ -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 ----------------------------------------------------------------