From 7acb70d3bf0323a7545ba4b89981d0ffd47a2c7a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 12 Dec 2016 03:29:39 -0500 Subject: [PATCH] Enable mu4e mode-line & notifications; and fix up error in .mbsyncrc --- isync/.mbsyncrc | 2 +- spacemacs/.emacs.d/private/aminb/packages.el | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index 2a19b5d..15bfbec 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -2,9 +2,9 @@ CopyArrivalDate yes ###### -User amin@aminb.org IMAPAccount amin Host nix.aminb.org +User amin@aminb.org PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" SSLType IMAPS diff --git a/spacemacs/.emacs.d/private/aminb/packages.el b/spacemacs/.emacs.d/private/aminb/packages.el index 23be6fa..36c9400 100644 --- a/spacemacs/.emacs.d/private/aminb/packages.el +++ b/spacemacs/.emacs.d/private/aminb/packages.el @@ -145,6 +145,8 @@ erc-modified-channels-alist. Should be executed on window change." mu4e-update-interval 300 ;; update every 5 minutes mu4e-view-show-addresses t mu4e-headers-include-related t + mu4e-enable-notifications t + mu4e-enable-mode-line t mu4e-compose-signature-auto-include t mu4e-compose-signature (concat @@ -187,7 +189,10 @@ erc-modified-channels-alist. Should be executed on window change." (smtpmail-default-smtp-server . "smtp.gmail.com") (smtpmail-smtp-server . "smtp.gmail.com") (smtpmail-stream-type . starttls) - (smtpmail-smtp-service . 587))))))) + (smtpmail-smtp-service . 587))))) + (with-eval-after-load 'mu4e-alert + ;; Enable Desktop notifications + (mu4e-alert-set-default-style 'notifications)))) (use-package gnus-dired ;; A special version of the gnus-dired-mail-buffers function -- 2.20.1