mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
beautifying vim
This commit is contained in:
parent
668e6901fb
commit
4922c9fcb4
8 changed files with 62 additions and 33 deletions
|
@ -87,7 +87,7 @@ in
|
|||
};
|
||||
neomutt = {
|
||||
enable = true;
|
||||
mailboxName = "--rouven@rfive.de--";
|
||||
mailboxName = " rfive.de";
|
||||
extraMailboxes = [ "Sent" "Trash" "Junk" "Drafts" ];
|
||||
};
|
||||
};
|
||||
|
@ -151,7 +151,7 @@ in
|
|||
msmtp.enable = true;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
mailboxName = "--TU Dresden-------";
|
||||
mailboxName = " TU Dresden";
|
||||
extraMailboxes = [ "Opal" "Sent" "Trash" "Junk" "Drafts" ];
|
||||
};
|
||||
};
|
||||
|
@ -212,7 +212,7 @@ in
|
|||
msmtp.enable = true;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
mailboxName = "--iFSR-------------";
|
||||
mailboxName = " iFSR";
|
||||
extraMailboxes = [ "Sent" "Trash" "Drafts" ];
|
||||
};
|
||||
};
|
||||
|
@ -269,7 +269,7 @@ in
|
|||
msmtp.enable = true;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
mailboxName = "--gmail------------";
|
||||
mailboxName = " gmail";
|
||||
extraMailboxes = [ "Sent" "Trash" "Junk" "Drafts" ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,7 +11,7 @@ set vfolder_format = " %N %?n?%3n& ? %8m · %f"
|
|||
set attach_format = "%u%D %T%-75.75d %?T?%& ? %5s · %m/%M"
|
||||
|
||||
# no addressed to me, to me, group, cc, sent by me, mailing list
|
||||
set to_chars="➜"
|
||||
set to_chars="➜"
|
||||
# unchanged mailbox, changed, read only, attach mode
|
||||
set status_chars = " "
|
||||
ifdef crypt_chars set crypt_chars = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue