Skip to content

Commit

Permalink
remove personal address
Browse files Browse the repository at this point in the history
  • Loading branch information
dds committed Sep 28, 2020
1 parent 9df741e commit a6a4824
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .doom.d/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,6 @@
)
mu4e-compose-dont-reply-to-self t
mu4e-change-filenames-when-moving t
mu4e-user-mail-address-list
'(
"[email protected]"
"[email protected]"
"[email protected]"
"[email protected]"
)
mu4e-refile-folder (lambda (msg) (mu4e//maildir-subfolder "archive" msg))
mu4e-trash-folder (lambda (msg) (mu4e//maildir-subfolder "trash" msg))
mu4e-drafts-folder "/drafts"
Expand Down Expand Up @@ -391,10 +384,7 @@
(setq! mu4e-query-fragments-list
`(("%recent" . "date:18m..")
("%spam" . "maildir:/.*\/spam/")
("%hidden" . "(maildir:/ripple\/.*/ or maildir:/.*\/trash/ or %spam or flag:draft or flag:trashed)")
("%family" . ,(mapconcat (lambda (c) (format "contact:\"%s\"" c))
'("propilotmag.com" "wargolem" "ajsmith" "joelleegger")
" or ")))
("%hidden" . "(maildir:/.*\/trash/ or %spam or flag:draft or flag:trashed)"))
mu4e-query-fragments-append " and %recent and not %hidden"))

(defun mu4e//maildir-subfolder (subfolder msg)
Expand Down

0 comments on commit a6a4824

Please sign in to comment.