* mu4e-send.el: update some var names, remove some debuging stuff, fix some

byte-compiling errors
This commit is contained in:
djcb
2012-04-11 02:06:40 +03:00
parent 7950e6b47b
commit 86c4e7042a
2 changed files with 22 additions and 18 deletions

View File

@ -279,21 +279,27 @@ display with `mu4e-view-toggle-hide-cited (default keybinding:
"Customizations for composing/sending messages."
:group 'mu4e)
(defcustom mu4e-send-citation-prefix " > "
(defcustom mu4e-citation-prefix " > "
"String to prefix cited message parts with."
:type 'string
:group 'mu4e-compose)
(defcustom mu4e-send-reply-prefix "Re: "
(defcustom mu4e-reply-prefix "Re: "
"String to prefix the subject of replied messages with."
:type 'string
:group 'mu4e-compose)
(defcustom mu4e-send-forward-prefix "Fwd: "
(defcustom mu4e-forward-prefix "Fwd: "
"String to prefix the subject of forwarded messages with."
:type 'string
:group 'mu4e-compose)
(defcustom mu4e-reply-to-address nil
"The Reply-To address (if this, for some reason, is not equal to
the From: address.)"
:type 'string
:group 'mu4e-compose)
(defcustom mu4e-user-agent nil
"The user-agent string; leave at `nil' for the default."
:type 'string