* wl-vars.el (wl-draft-queue-save-variables): Add variables.
authorokada <okada>
Fri, 6 Oct 2000 12:44:01 +0000 (12:44 +0000)
committerokada <okada>
Fri, 6 Oct 2000 12:44:01 +0000 (12:44 +0000)
wl/ChangeLog
wl/wl-vars.el

index 0a7cb46..ffdce61 100644 (file)
@@ -1,5 +1,9 @@
 2000-10-06  Kenichi OKADA      <okada@opaopa.org>
 
+       * wl-vars.el (wl-draft-queue-save-variables): Add variables.
+
+2000-10-06  Kenichi OKADA      <okada@opaopa.org>
+
        * wl-score.el (wl-score-headers): Fix for the confusing macro
        `elmo-kill-buffer'.
 
index dc4b188..4e30f65 100644 (file)
@@ -897,9 +897,13 @@ ex.
   :group 'wl-draft)
 
 (defcustom wl-draft-queue-save-variables
-  '(wl-envelope-from
-    wl-smtp-posting-server smtp-service
-    wl-nntp-posting-server elmo-default-nntp-port)
+  '(wl-envelope-from wl-from
+    wl-smtp-posting-server wl-smtp-posting-user wl-smtp-posting-port
+    wl-smtp-authenticate-type wl-smtp-connection-type 
+    wl-pop-before-smtp-server wl-pop-before-smtp-user wl-pop-before-smtp-port
+    wl-pop-before-smtp-stream-type wl-pop-before-smtp-authenticate-type
+    wl-nntp-posting-server wl-nntp-posting-server
+    wl-nntp-posting-user wl-nntp-posting-port wl-nntp-posting-stream-type)
   "*Saving variables in queue info."
   :type '(repeat (sexp :tag "Variable"))
   :group 'wl-draft)