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

6
flake.lock generated
View file

@ -61,10 +61,10 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1754945619, "lastModified": 1755188789,
"narHash": "sha256-kcvY8kUakGwUUWvk6mgIbp5Xj2ABsjj0oBcKQ3MtjTM=", "narHash": "sha256-8s6kwLLQ9MlDuL5F7OH6MZWOqkhmbgcWkh8MQJ1pmhs=",
"ref": "main", "ref": "main",
"rev": "6878e000fef8449ed6d640436a3bc630fa8788b2", "rev": "3ab6e74c67efd3af2be6d13b286b715e3f404e05",
"shallow": true, "shallow": true,
"type": "git", "type": "git",
"url": "ssh://git@git.epha.se:24422/ephase/nix-private.git" "url": "ssh://git@git.epha.se:24422/ephase/nix-private.git"

View file

@ -134,6 +134,7 @@ in
edit_headers = "yes"; edit_headers = "yes";
send_charset = "utf-8"; send_charset = "utf-8";
envelope_from = "yes"; envelope_from = "yes";
use_envelope_from = "no";
my_status = "' %o/%m | %l 󰉉 | %f %* Sort: %s-%S Pos: %P '"; my_status = "' %o/%m | %l 󰉉 | %f %* Sort: %s-%S Pos: %P '";
my_pager = "' %F | %s %* Pos: %P '"; my_pager = "' %F | %s %* Pos: %P '";
compose_format = "' COMPOSE %a | 󰉉 %l'"; compose_format = "' COMPOSE %a | 󰉉 %l'";
@ -145,6 +146,7 @@ in
}; };
extraConfig = '' extraConfig = ''
${(builtins.readFile ./files/theme.muttrc)} ${(builtins.readFile ./files/theme.muttrc)}
set reverse_name
charset-hook ^iso-8859-1$ cp1252 charset-hook ^iso-8859-1$ cp1252
ignore * ignore *

View file

@ -20,6 +20,7 @@ color indicator color21 color19 # inverse, brighter
color status color00 color06 ' Pos: ([[:alnum:]]|%)+ ' color status color00 color06 ' Pos: ([[:alnum:]]|%)+ '
color status color20 color19 ' Sort: ([[:alpha:]]|-)+ ' color status color20 color19 ' Sort: ([[:alpha:]]|-)+ '
color status color18 color04 ' COMPOSE '
# Message Index ---------------------------------------------------------------- # Message Index ----------------------------------------------------------------