summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/net/jao-maildir.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/jao-maildir.el b/lib/net/jao-maildir.el
index 76a9f9e..d68fbe0 100644
--- a/lib/net/jao-maildir.el
+++ b/lib/net/jao-maildir.el
@@ -135,7 +135,7 @@
(setq jao-maildir--watches
(mapcar (lambda (mbox)
(file-notify-add-watch (jao-maildir--maildir-new mbox)
- '(change attribute-change)
+ '(change)
(jao-maildir--watcher mbox cb)))
jao-maildir--maildirs)))