diff --git a/profiles/applications/aerc.nix b/profiles/applications/aerc.nix index d516ea9..699c061 100644 --- a/profiles/applications/aerc.nix +++ b/profiles/applications/aerc.nix @@ -37,6 +37,7 @@ "L" = ":expand-folder"; "v" = ":mark -t"; + "x" = ":mark -t:next"; "V" = ":mark -v"; "T" = ":toggle-threads"; @@ -99,7 +100,6 @@ }; compose = { - "$noinherit" = "true"; "$ex" = ""; "" = ":prev-field"; @@ -141,11 +141,18 @@ extraConfig = { general.unsafe-accounts-conf = true; ui = { - this-day-time-format =''" 15:04"''; + this-day-time-format = ''" 15:04"''; this-year-time-format = "Mon Jan 02 15:04"; - timestamp-format = "2006-01-02 15:04"; + timestamp-format = "2006-01-02 15:04"; + + mouse-enabled = true; + spinner = "[ ⡿ ],[ ⣟ ],[ ⣯ ],[ ⣷ ],[ ⣾ ],[ ⣽ ],[ ⣻ ],[ ⢿ ]"; + border-char-vertical = "┃"; + border-char-horizontal = "━"; }; + viewer = { always-show-mime = true; }; + compose = { no-attachment-warning = "^[^>]*attach(ed|ment)"; }; triggers = { new-email = ''exec notify-send "New email from %n" "%s"''; }; @@ -158,6 +165,19 @@ "image/*" = "${pkgs.catimg}/bin/catimg -"; }; }; + stylesets = { + default = { + "border.bg" = 0; + "border.fg" = 7; + "msglist_default.bg" = 0; + "msglist_unread.fg" = 3; + "msglist_unread.bold" = "true"; + "msglist_marked.bg" = 4; + "dirlist_default.bg" = 0; + "dirlist_unread.fg" = 3; + "*.selected.reverse" = "toggle"; + }; + }; }; accounts.email.accounts = { Personal = {