mu4e: Disable fortune by default

master
Pierre Neidhardt 2018-07-12 17:27:56 +02:00
parent 3a090b485e
commit be22f9bf1e
1 changed files with 4 additions and 2 deletions

View File

@ -87,13 +87,15 @@ Default to unread messages if the header buffer does not already exist."
;;; https://github.com/djcb/mu/issues/1062
;; (setq mu4e-use-fancy-chars t)
;;; REVIEW: Sorting in ascending order is impeded by `mu4e-search-results-limit': the 500 oldest e-mails will be displayed first.
;;; REVIEW: Sorting in ascending order is impeded by
;;; `mu4e-search-results-limit': the 500 oldest e-mails will be displayed first.
;;; https://github.com/djcb/mu/issues/809
;; (setq mu4e-headers-sort-direction 'ascending)
;;; Since we sort in ascending direction, we default to the end of buffer.
;; (add-hook 'mu4e-headers-found-hook 'end-of-buffer)
(defvar ambrevar/mu4e-compose-fortune-p t "Whether or not to include a fortune in the signature.")
(defvar ambrevar/mu4e-compose-fortune-p nil
"Whether or not to include a fortune in the signature.")
(defun ambrevar/mu4e-add-fortune-signature ()
(require 'functions) ; For `call-process-to-string'.
(setq mu4e-compose-signature