Compare commits

..

No commits in common. "30f6943fda2f1d7e22384b8cbcf9b7f9d2d1edf4" and "99952316127ffcef4810864dd607862a1d0cc972" have entirely different histories.

4 changed files with 3 additions and 7 deletions

6
flake.lock generated
View file

@ -61,10 +61,10 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1755188789, "lastModified": 1754945619,
"narHash": "sha256-8s6kwLLQ9MlDuL5F7OH6MZWOqkhmbgcWkh8MQJ1pmhs=", "narHash": "sha256-kcvY8kUakGwUUWvk6mgIbp5Xj2ABsjj0oBcKQ3MtjTM=",
"ref": "main", "ref": "main",
"rev": "3ab6e74c67efd3af2be6d13b286b715e3f404e05", "rev": "6878e000fef8449ed6d640436a3bc630fa8788b2",
"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

@ -9,7 +9,6 @@
}; };
primary = "a"; primary = "a";
}; };
dav.enable = true;
application = { application = {
gnupg = { gnupg = {
enable = true; enable = true;

View file

@ -134,7 +134,6 @@ 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'";
@ -146,7 +145,6 @@ 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,7 +20,6 @@ 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 ----------------------------------------------------------------