* mu4e-utils,mu4e-log: some cleanup, small additions:

- move logging vars to mu4e-utils
  - some typos fixed
  - add mu4e-ask-maildir-check-exists, which is like mu4e-ask-maildir, but
    checks that the maildir exists, if not, ask the user
This commit is contained in:
djcb
2012-04-24 19:17:42 +03:00
parent b893b16d81
commit ec94a7a2e7
2 changed files with 49 additions and 18 deletions

View File

@ -309,12 +309,6 @@ in which case it will be equal to `:to'.)")
viewed in view mode.")
(defvar mu4e-log-max-lines 1200
"*internal* Last <n> number of lines to keep around in the buffer.")
(defconst mu4e-log-buffer-name "*mu4e-log*"
"*internal* Name of the logging buffer.")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; our handlers funcs