Browse Source

whitespace

master
Levi Olson 5 years ago
parent
commit
e9451552db
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      init.el
  2. +1
    -1
      init.org

+ 1
- 1
init.el View File

@ -640,7 +640,7 @@
mu4e-change-filenames-when-moving t ;; Rename files when moving (required by mbsync) mu4e-change-filenames-when-moving t ;; Rename files when moving (required by mbsync)
mu4e-compose-in-new-frame t ;; New compose gets new frame mu4e-compose-in-new-frame t ;; New compose gets new frame
mu4e-context-policy 'pick-first mu4e-context-policy 'pick-first
mu4e-get-mail-command "mbsync -a" ;; MBSYNC is the mail cmd
mu4e-get-mail-command "mbsync -a" ;; MBSYNC is the mail cmd
mu4e-html2text-command "/usr/bin/w3m -T text/html" ;; HTML to text command mu4e-html2text-command "/usr/bin/w3m -T text/html" ;; HTML to text command
mu4e-headers-include-related nil ;; Stop threading in INBOX mu4e-headers-include-related nil ;; Stop threading in INBOX
mu4e-sent-messages-behavior 'delete ;; Delete sent messages mu4e-sent-messages-behavior 'delete ;; Delete sent messages

+ 1
- 1
init.org View File

@ -748,7 +748,7 @@ Simply run `org-babel-tangle` to make it RAIN!
mu4e-change-filenames-when-moving t ;; Rename files when moving (required by mbsync) mu4e-change-filenames-when-moving t ;; Rename files when moving (required by mbsync)
mu4e-compose-in-new-frame t ;; New compose gets new frame mu4e-compose-in-new-frame t ;; New compose gets new frame
mu4e-context-policy 'pick-first mu4e-context-policy 'pick-first
mu4e-get-mail-command "mbsync -a" ;; MBSYNC is the mail cmd
mu4e-get-mail-command "mbsync -a" ;; MBSYNC is the mail cmd
mu4e-html2text-command "/usr/bin/w3m -T text/html" ;; HTML to text command mu4e-html2text-command "/usr/bin/w3m -T text/html" ;; HTML to text command
mu4e-headers-include-related nil ;; Stop threading in INBOX mu4e-headers-include-related nil ;; Stop threading in INBOX
mu4e-sent-messages-behavior 'delete ;; Delete sent messages mu4e-sent-messages-behavior 'delete ;; Delete sent messages

Loading…
Cancel
Save