diff options
author | David Runge <dave@sleepmap.de> | 2016-09-22 21:18:29 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-09-22 21:18:29 +0200 |
commit | a7d6464071bff0cd0f4c83e54f641fbcd78b03ea (patch) | |
tree | 0bcc6b7a64baa29be12a4ed82347a8dc8791dd4b /.offlineimaprc | |
parent | b658d77cbb5760869f06ab4fc53f32e13d485df0 (diff) | |
download | dotfiles-a7d6464071bff0cd0f4c83e54f641fbcd78b03ea.tar.gz dotfiles-a7d6464071bff0cd0f4c83e54f641fbcd78b03ea.tar.bz2 dotfiles-a7d6464071bff0cd0f4c83e54f641fbcd78b03ea.tar.xz dotfiles-a7d6464071bff0cd0f4c83e54f641fbcd78b03ea.zip |
.offlineimaprc: Adding the execution of 'notmuch new' as postsynchook of the sleepmap mail account.
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 61c7ea6..2b9f07f 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -56,6 +56,7 @@ remoterepository = sleepmap-remote status_backend = sqlite autorefresh = 3 quick = 7 +postsynchook = notmuch new [Repository sleepmap-local] type = Maildir |