diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 97d3527..3ac69ea 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -59,7 +59,7 @@ (nnimap-server-port 143) (nnimap-authenticator plain) (nnimap-user "bandali@archive.local") - ;; (nnmail-expiry-wait immediate) + (nnmail-expiry-wait immediate) (nnmail-expiry-target nnmail-fancy-expiry-target) (nnmail-fancy-expiry-targets (("from" ".*" "nnimap+ia:Archive.%Y")))) |