home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9a4c50f0d6ec09086232e97d7a9b25fc8d560321
parent 3618269369fee29cbce4d08e8bfb08a1ef623abf
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 24 Feb 2019 17:53:07 +0100

mails: remove comments

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/mails.nix | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/profiles/mails.nix b/modules/profiles/mails.nix @@ -119,13 +119,10 @@ in [MailMover] folders = perso/Inbox redhat/Inbox - # "perso/[Gmail]/All Mail" "redhat/[Gmail]/All Mail" rename = true perso/Inbox = 'NOT tag:Inbox':"perso/[Gmail]/All Mail" redhat/Inbox = 'NOT tag:Inbox':"redhat/[Gmail]/All Mail" - #"perso/[Gmail]/All Mail" = 'tag:Inbox':perso/Inbox - #"redhat/[Gmail]/All Mail" = 'tag:Inbox':redhat/Inbox ''; }; programs.notmuch.enable = true;