projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafa4ce
)
(wl-draft-mime-bcc-body): Customization type fix.
author
okazaki
<okazaki>
Fri, 19 Dec 2003 11:05:33 +0000
(11:05 +0000)
committer
okazaki
<okazaki>
Fri, 19 Dec 2003 11:05:33 +0000
(11:05 +0000)
wl/wl-vars.el
patch
|
blob
|
history
diff --git
a/wl/wl-vars.el
b/wl/wl-vars.el
index
e8c7359
..
159b436
100644
(file)
--- a/
wl/wl-vars.el
+++ b/
wl/wl-vars.el
@@
-1187,7
+1187,8
@@
This can either be a regular expression or list of regular expressions."
(defcustom wl-draft-mime-bcc-body nil
"Body string for MIME-encapsulated Bcc.
If nil, a string `This is a blind carbon copy.' is used."
- :type '(string :tag "Body")
+ :type '(choice (const :tag "default" nil)
+ (string :tag "Body"))
:group 'wl-draft)
(defcustom wl-draft-disable-bcc-for-mime-bcc t