Small fix to emacs email

This commit is contained in:
Random936 2025-01-13 08:39:31 -08:00
parent d896434ebe
commit f17ba0162b
2 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ This section contains the ~mu4e~ emacs specific configuration.
;; Config mu4e bookmarks ;; Config mu4e bookmarks
(setq mu4e-bookmarks (setq mu4e-bookmarks
'((:name "Filtered unread messages" :query "flag:unread AND (maildir:/Archive OR maildir:/Inbox) AND NOT flag:trashed" :key ?u) '((:name "Filtered unread messages" :query "flag:unread AND (maildir:/Archive OR maildir:/INBOX) AND NOT flag:trashed" :key ?u)
(:name "All unread messages" :query "flag:unread" :key ?U) (:name "All unread messages" :query "flag:unread" :key ?U)
(:name "Today's messages" :query "date:today..now" :key ?t) (:name "Today's messages" :query "date:today..now" :key ?t)
(:name "Last 7 days" :query "date:7d..now" :hide-unread t :key ?w) (:name "Last 7 days" :query "date:7d..now" :hide-unread t :key ?w)
@ -100,7 +100,7 @@ This section contains the ~mu4e~ emacs specific configuration.
(setq mu4e-maildir-shortcuts (setq mu4e-maildir-shortcuts
;; Proton folders ;; Proton folders
'((:maildir "INBOX" :key ?i) '((:maildir "/INBOX" :key ?i)
(:maildir "/Archive" :key ?a) (:maildir "/Archive" :key ?a)
(:maildir "/Drafts" :key ?d) (:maildir "/Drafts" :key ?d)
(:maildir "/Sent" :key ?s) (:maildir "/Sent" :key ?s)

View File

@ -1,7 +1,7 @@
IMAPAccount protonmail IMAPAccount protonmail
Host 127.0.0.1 Host 127.0.0.1
User jadenprovost@proton.me User jadenprovost@proton.me
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.emacs.d/.mbsyncpass.gpg | awk '/1143/ {print $NF}'" PassCmd "cat ~/.authinfo | awk '/machine 127.0.0.1 port 1143/ {print $NF}'"
Port 1143 Port 1143
TLSType STARTTLS TLSType STARTTLS
AuthMechs LOGIN AuthMechs LOGIN
@ -21,5 +21,5 @@ Far :protonmail-remote:
Near :protonmail-local: Near :protonmail-local:
Patterns * "!All Mail" Patterns * "!All Mail"
Create Both Create Both
Expunge None Expunge Both
SyncState * SyncState *