Disable imapnotify for gmail domains
This commit is contained in:
parent
ecd92d9238
commit
c6aa0a23c7
1 changed files with 3 additions and 1 deletions
|
@ -115,6 +115,8 @@ in
|
|||
sent = "[Gmail].Sent Mail";
|
||||
trash = "[Gmail].Bin";
|
||||
};
|
||||
# IMAPNotify doesn't seem to work for imap.gmail.com.
|
||||
imapnotify.enable = false;
|
||||
};
|
||||
};
|
||||
postbot = makeAccount {
|
||||
|
@ -280,7 +282,7 @@ in
|
|||
};
|
||||
Service = { ExecStart = "${pkgs.vdirsyncer}/bin/vdirsyncer sync"; };
|
||||
};
|
||||
} // lib.listToAttrs (map genNotifyImapPatch [ "jonggroen" "personal" "postbot" "posteo" "webmaster" "work" ]);
|
||||
} // lib.listToAttrs (map genNotifyImapPatch [ "personal" "postbot" "posteo" "webmaster" "work" ]);
|
||||
timers = {
|
||||
offlineimap = {
|
||||
Unit = { Description = "OfflineIMAP email fetcher"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue