diff --git a/flake.lock b/flake.lock index b535dee..0932201 100644 --- a/flake.lock +++ b/flake.lock @@ -61,10 +61,10 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1755188789, - "narHash": "sha256-8s6kwLLQ9MlDuL5F7OH6MZWOqkhmbgcWkh8MQJ1pmhs=", + "lastModified": 1754945619, + "narHash": "sha256-kcvY8kUakGwUUWvk6mgIbp5Xj2ABsjj0oBcKQ3MtjTM=", "ref": "main", - "rev": "3ab6e74c67efd3af2be6d13b286b715e3f404e05", + "rev": "6878e000fef8449ed6d640436a3bc630fa8788b2", "shallow": true, "type": "git", "url": "ssh://git@git.epha.se:24422/ephase/nix-private.git" diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index 690d3ad..ae0d96c 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -9,7 +9,6 @@ }; primary = "a"; }; - dav.enable = true; application = { gnupg = { enable = true; diff --git a/modules/home-manager/accounts/email/default.nix b/modules/home-manager/accounts/email/default.nix index e746ad8..0f9b089 100644 --- a/modules/home-manager/accounts/email/default.nix +++ b/modules/home-manager/accounts/email/default.nix @@ -134,7 +134,6 @@ 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'"; @@ -146,7 +145,6 @@ in }; extraConfig = '' ${(builtins.readFile ./files/theme.muttrc)} - set reverse_name charset-hook ^iso-8859-1$ cp1252 ignore * diff --git a/modules/home-manager/accounts/email/files/theme.muttrc b/modules/home-manager/accounts/email/files/theme.muttrc index 307911e..e3e0baa 100644 --- a/modules/home-manager/accounts/email/files/theme.muttrc +++ b/modules/home-manager/accounts/email/files/theme.muttrc @@ -20,7 +20,6 @@ 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 ----------------------------------------------------------------