mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
switched to zfs on the thinkpad
This commit is contained in:
parent
cb5c8e1717
commit
be6057ebf0
6 changed files with 103 additions and 41 deletions
|
@ -53,6 +53,11 @@ in
|
|||
create = "maildir";
|
||||
expunge = "both";
|
||||
groups.rfive = {
|
||||
channels.inbox = {
|
||||
nearPattern = "INBOX";
|
||||
farPattern = "INBOX";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.trash = {
|
||||
nearPattern = "Trash";
|
||||
farPattern = "Gel&APY-schte Elemente";
|
||||
|
@ -63,6 +68,11 @@ in
|
|||
farPattern = "Gesendete Elemente";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.junk = {
|
||||
nearPattern = "Junk";
|
||||
farPattern = "Junk-E-Mail";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.drafts = {
|
||||
nearPattern = "Drafts";
|
||||
farPattern = "Entw&APw-rfe";
|
||||
|
@ -78,7 +88,7 @@ in
|
|||
neomutt = {
|
||||
enable = true;
|
||||
mailboxName = "--rouven@rfive.de--";
|
||||
extraMailboxes = [ "Sent" "Trash" "Junk-E-Mail" "Drafts" ];
|
||||
extraMailboxes = [ "Sent" "Trash" "Junk" "Drafts" ];
|
||||
};
|
||||
};
|
||||
"TU-Dresden" = {
|
||||
|
@ -102,6 +112,16 @@ in
|
|||
create = "maildir";
|
||||
expunge = "both";
|
||||
groups.tud = {
|
||||
channels.inbox = {
|
||||
nearPattern = "INBOX";
|
||||
farPattern = "INBOX";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.opal = {
|
||||
nearPattern = "Opal";
|
||||
farPattern = "Opal";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.trash = {
|
||||
nearPattern = "Trash";
|
||||
farPattern = "Gel&APY-schte Elemente";
|
||||
|
@ -112,6 +132,11 @@ in
|
|||
farPattern = "Gesendete Elemente";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.junk = {
|
||||
nearPattern = "Junk";
|
||||
farPattern = "Junk-E-Mail";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.drafts = {
|
||||
nearPattern = "Drafts";
|
||||
farPattern = "Entw&APw-rfe";
|
||||
|
@ -128,8 +153,7 @@ in
|
|||
neomutt = {
|
||||
enable = true;
|
||||
mailboxName = "--TU Dresden-------";
|
||||
# mbsync can't handle umlauts, crap
|
||||
extraMailboxes = [ "Opal" "Sent" "Trash" "Junk-E-Mail" "Drafts" ];
|
||||
extraMailboxes = [ "Opal" "Sent" "Trash" "Junk" "Drafts" ];
|
||||
};
|
||||
};
|
||||
"gmail" = rec {
|
||||
|
@ -150,6 +174,11 @@ in
|
|||
create = "maildir";
|
||||
expunge = "both";
|
||||
groups.googlemail = {
|
||||
channels.inbox = {
|
||||
nearPattern = "INBOX";
|
||||
farPattern = "INBOX";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.trash = {
|
||||
nearPattern = "Trash";
|
||||
farPattern = "[Gmail]/Papierkorb";
|
||||
|
@ -160,6 +189,11 @@ in
|
|||
farPattern = "[Gmail]/Gesendet";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.junk = {
|
||||
nearPattern = "Junk";
|
||||
farPattern = "[Gmail]/Spam";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.drafts = {
|
||||
nearPattern = "Drafts";
|
||||
farPattern = "[Gmail]/Entw&APw-rfe";
|
||||
|
@ -176,7 +210,7 @@ in
|
|||
neomutt = {
|
||||
enable = true;
|
||||
mailboxName = "--gmail------------";
|
||||
extraMailboxes = [ "Sent" "Trash" "[Gmail]/Spam" "Drafts" ];
|
||||
extraMailboxes = [ "Sent" "Trash" "Junk" "Drafts" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue