system stuff even
This commit is contained in:
parent
c62c8e46f3
commit
d8032cc35d
3 changed files with 14 additions and 10 deletions
|
|
@ -1,9 +1,11 @@
|
|||
# Colors
|
||||
|
||||
color indicator default brightblack
|
||||
color status $my_primary_color default
|
||||
color index $my_primary_color default '~N'
|
||||
|
||||
# color indicator default foreground
|
||||
color index_flags brightmagenta default '.*'
|
||||
color index_date cyan default
|
||||
color index brightgreen default '~N'
|
||||
color header brightblack default ".*"
|
||||
color header brightgreen default "^(Subject)"
|
||||
color header yellow default "^(From|To|CC|BCC)"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ let
|
|||
set nm_record_tags = "+sent -inbox -unread +${ accountName }";
|
||||
set my_signature = ${ pkgs.writeText "signature.txt" config.accounts.email.accounts.${accountName}.signature.text }
|
||||
set status_format = "— [ %r ] $my_account %f (%lB) %>— %m messages%?n? [ %n new ]?%?d? [ %d to delete ]?%?t? [ %t tagged ]? —"
|
||||
source colors.neomuttrc
|
||||
'';
|
||||
|
||||
makeAccount = accountName: {
|
||||
|
|
@ -84,11 +85,11 @@ in
|
|||
'';
|
||||
};
|
||||
neomutt = {
|
||||
extraConfig = makeConfig name + ''
|
||||
color status blue default
|
||||
extraConfig = ''
|
||||
set my_primary_color=blue
|
||||
alternates ^tstraube@(em|rz)?.uni-frankfurt.de$
|
||||
set smime_is_default
|
||||
'';
|
||||
'' + makeConfig name;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -105,6 +106,7 @@ in
|
|||
neomutt = {
|
||||
extraConfig = makeConfig name + ''
|
||||
color status green default
|
||||
set my_primary_color=green
|
||||
alternates @t9e.me$ @ktiu.net$ ^(tillkowski|till.straube)@gmail.com$
|
||||
set reverse_name
|
||||
'';
|
||||
|
|
@ -126,6 +128,7 @@ in
|
|||
neomutt = {
|
||||
extraConfig = makeConfig name + ''
|
||||
color status red default
|
||||
set my_primary_color=red
|
||||
'';
|
||||
};
|
||||
passwordCommand = "pass ksh/systemli";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue