summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:10:38 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:19:12 -0500
commit65a5662ffb11e76b68f81ee24c37d74e49bd0d98 (patch)
tree30328ca34c875f595a33f6d94065327c15e311de /.config/emacs
parentc5c39eb8c02c040f077b8a43999e88af40790a42 (diff)
Revamp mail filtering and organization
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/wl.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/emacs/wl.el b/.config/emacs/wl.el
index c27c87e..08d9ec3 100644
--- a/.config/emacs/wl.el
+++ b/.config/emacs/wl.el
@@ -18,12 +18,12 @@
;; note: all below are dirs (Maildirs) under elmo-maildir-folder-path
;; the '.'-prefix is for marking them as maildirs
- wl-fcc ".Sent" ;; sent msgs go to the "sent"-folder
- wl-default-folder ".FOLDERS.Ham" ;; my main inbox
- wl-draft-folder ".Draft" ;; store drafts in 'postponed'
- wl-trash-folder ".Trash" ;; put trash in 'trash'
- wl-spam-folder ".FOLDERS.Spam.training" ;; put spam in 'Bulk Mail'
- wl-queue-folder ".FOLDERS.Queue" ;; we don't use this
+ wl-default-folder ".MAIN/Ham.2017"
+ wl-spam-folder ".QUEUES/Spam"
+ wl-draft-folder ".WL/Draft"
+ wl-trash-folder ".WL/Trash"
+ wl-queue-folder ".WL/Queue"
+ wl-fcc ".WL/Sent"
;; check this folder periodically, and update modeline
;wl-biff-check-folder-list '(".todo") ;; check every 180 seconds