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:
da6e483
)
* elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
author
teranisi
<teranisi>
Sun, 12 Dec 2004 11:35:23 +0000
(11:35 +0000)
committer
teranisi
<teranisi>
Sun, 12 Dec 2004 11:35:23 +0000
(11:35 +0000)
`auto'.
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-vars.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
db9d1c1
..
8deb0dc
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-1,5
+1,8
@@
2004-12-12 Yuuichi Teranishi <teranisi@gohome.org>
+ * elmo-vars.el (elmo-msgdb-convert-type): Changed default value to
+ `auto'.
+
* modb-standard.el (modb-standard-economize-entity-size): Changed
default value to `t'.
diff --git
a/elmo/elmo-vars.el
b/elmo/elmo-vars.el
index
2893d81
..
62945c3
100644
(file)
--- a/
elmo/elmo-vars.el
+++ b/
elmo/elmo-vars.el
@@
-80,7
+80,7
@@
you have to add it to `elmo-digest-flags'.
:group 'elmo
:group 'elmo-setting)
-(defcustom elmo-msgdb-convert-type nil
+(defcustom elmo-msgdb-convert-type 'auto
"*MODB conversion type."
:type '(radio (const sync)
(const auto)