mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
updates
This commit is contained in:
parent
7e4cb1f4ca
commit
7b09649d5f
4 changed files with 25 additions and 21 deletions
|
@ -192,11 +192,11 @@ in
|
|||
extraConfig.Create = "near";
|
||||
};
|
||||
# There is a lot of spam around, maybe we should not include that folder
|
||||
#channels.junk = {
|
||||
#nearPattern = "Junk";
|
||||
#farPattern = "Public/Spam";
|
||||
#extraConfig.Create = "near";
|
||||
#};
|
||||
channels.junk = {
|
||||
nearPattern = "Junk";
|
||||
farPattern = "Public/Spam";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.drafts = {
|
||||
nearPattern = "Drafts";
|
||||
farPattern = "Drafts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue