* wl.el (wl): Call `wl-check-type'
[elisp/wanderlust.git] / wl / wl-vars.el
1 ;;; wl-vars.el --- Variable definitions for Wanderlust.
2
3 ;; Copyright (C) 1998,1999,2000,2001 Yuuichi Teranishi <teranisi@gohome.org>
4 ;; Copyright (C) 1998,1999,2000,2001 Masahiro MURATA <muse@ba2.so-net.ne.jp>
5
6 ;; Author: Yuuichi Teranishi <teranisi@gohome.org>
7 ;;      Masahiro MURATA <muse@ba2.so-net.ne.jp>
8 ;; Keywords: mail, net news
9
10 ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
11
12 ;; This program is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16 ;;
17 ;; This program is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 ;; GNU General Public License for more details.
21 ;;
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
26 ;;
27
28 ;;; Commentary:
29 ;;
30
31 ;;; Code:
32 ;;
33
34 (require 'elmo-vars)
35 (require 'elmo-util)
36 (require 'custom)
37
38 ;;; Customizable Variables
39
40 (defgroup wl nil
41   "Wanderlust, a news and mail reading software."
42   :tag "Wanderlust"
43   :link (` (custom-manual
44             (, (if (and (boundp 'current-language-environment)
45                         (string-equal "Japanese"
46                                       (symbol-value 'current-language-environment)))
47                    "(wl-ja)Top"
48                  "(wl)Top"))))
49   :group 'news
50   :group 'mail)
51
52 (defgroup wl-pref nil
53   "Wanderlust, Preferences."
54   :prefix "wl-"
55   :group 'wl)
56
57 (defgroup wl-folder nil
58   "Wanderlust, folder buffer."
59   :prefix "wl-"
60   :group 'wl)
61
62 (defgroup wl-summary nil
63   "Wanderlust, summary buffer."
64   :prefix "wl-"
65   :group 'wl)
66
67 (defgroup wl-summary-marks nil
68   "Wanderlust, marks used in summary buffers."
69   :prefix "wl-summary-"
70   :group 'wl-summary)
71
72 (defgroup wl-expire nil
73   "Wanderlust, Expiring and archiving."
74   :prefix "wl-"
75   :group 'wl)
76
77 (defgroup wl-score nil
78   "Wanderlust, Score file handling."
79   :prefix "wl-"
80   :group 'wl)
81
82 (defgroup wl-highlight nil
83   "Wanderlust, Highlights."
84   :prefix "wl-"
85   :group 'wl)
86
87 (defgroup wl-draft nil
88   "Wanderlust, draft mode."
89   :prefix "wl-"
90   :group 'wl)
91
92 (defgroup wl-setting nil
93   "Wanderlust common settings."
94   :prefix "wl-"
95   :group 'wl)
96
97 ;;; Emacsen
98 (defconst wl-on-xemacs (featurep 'xemacs))
99
100 (defconst wl-on-emacs21 (and (not wl-on-xemacs)
101                              (>= emacs-major-version 21)))
102
103 (defconst wl-on-mule (featurep 'mule))
104
105 (defconst wl-on-mule3
106   (and wl-on-mule (or wl-on-xemacs
107                       (> emacs-major-version 19))))
108
109 (defconst wl-on-nemacs nil) ; backward compatibility.
110
111 (eval-when-compile
112   (defun-maybe locate-data-directory (a)))
113
114 (defvar wl-cs-noconv
115   (cond (wl-on-mule3 'binary)
116         (wl-on-mule  '*noconv*)
117         (t           nil)))
118
119 (defvar wl-cs-autoconv
120   (cond (wl-on-mule3 'undecided)
121         (wl-on-mule  '*autoconv*)
122         (t           nil)))
123
124 (defvar wl-cs-local
125   (cond (wl-on-mule3  'junet)
126         (wl-on-mule   '*junet*)
127         (t           nil)))
128
129 (defvar wl-cs-cache wl-cs-local)
130
131 (defvar wl-use-semi (module-installed-p 'mime-view) ; If nil, use tm.
132   "*Use SEMI or not.")
133
134 (defcustom wl-from (and user-mail-address
135                         (concat (and user-full-name
136                                      (concat (elmo-address-quote-specials
137                                               user-full-name)
138                                              " "))
139                                 "<" user-mail-address ">"))
140   "*From string used in draft."
141   :type  'string
142   :group 'wl
143   :group 'wl-setting)
144
145 (defcustom wl-user-mail-address-list nil
146   "*A list of user's mail addresses.
147 This list is used to judge whether an address is user's or not.
148 You should set this variable if you use multiple e-mail addresses.
149 If you don't have multiple e-mail addresses, you don't have to set this."
150   :type '(repeat string)
151   :group 'wl
152   :group 'wl-setting)
153
154 (defcustom wl-organization (getenv "ORGANIZATION")
155   "Organization name."
156   :type '(choice (const :tag "none" nil)
157                  string)
158   :group 'wl
159   :group 'wl-setting)
160
161 (defcustom wl-temporary-file-directory "~/tmp/"
162   "*Default temporary directory to save message, part."
163   :type 'directory
164   :group 'wl)
165
166 (defcustom wl-icon-directory (if (fboundp 'locate-data-directory)
167                                  (locate-data-directory "wl")
168                                (let ((icons (expand-file-name "wl/icons/"
169                                                               data-directory)))
170                                  (if (file-directory-p icons)
171                                      icons)))
172   "*Directory to load the icon files from, or nil if none."
173   :type '(choice (const :tag "none" nil)
174                  string)
175   :group 'wl)
176
177 (defcustom wl-summary-from-function 'wl-summary-default-from
178   "*A function for displaying sender (From: field) information."
179   :type 'function
180   :group 'wl-summary)
181
182 (defcustom wl-summary-subject-function 'wl-summary-default-subject
183   "*A function for displaying subject."
184   :type 'function
185   :group 'wl-summary)
186
187 (defcustom wl-summary-subject-filter-function 'wl-summary-default-subject-filter
188   "*A filter function for comparing subjects."
189   :type 'function
190   :group 'wl-summary)
191
192 (defcustom wl-summary-search-parent-by-subject-regexp "^[ \t]*\\(\\[[^:]+[,: ][0-9]+\\]\\)?[ \t]*re[\\^[:> ]"
193   "*If message does not have in-reply-to field nor references field and
194  subject matches this regexp, search parent message by subject matching."
195   :type 'string
196   :group 'wl-summary)
197
198 ;; Important folders
199 (defcustom wl-default-folder "%inbox"
200   "*Default folder used in `wl-summary-goto-folder'."
201   :type 'string
202   :group 'wl)
203 (defcustom wl-draft-folder "+draft"
204   "*Draft folder"
205   :type 'string
206   :group 'wl)
207 (defcustom wl-trash-folder "+trash"
208   "*Trash folder"
209   :type 'string
210   :group 'wl
211   :group 'wl-setting)
212 (defcustom wl-queue-folder "+queue"
213   "*Queue folder"
214   :type 'string
215   :group 'wl)
216
217 (defcustom wl-default-spec "%"
218   "*Default spec"
219   :type 'string
220   :group 'wl)
221
222 (defcustom wl-insert-mail-followup-to nil
223   "*Insert Mail-Followup-To: field if non-nil."
224   :type 'boolean
225   :group 'wl-draft)
226
227 (defcustom wl-insert-mail-reply-to nil
228   "*Insert Mail-Reply-To: field if non-nil."
229   :type 'boolean
230   :group 'wl-draft)
231
232 (defcustom wl-insert-message-id t
233   "*Insert Message-ID: field if non-nil."
234   :type 'boolean
235   :group 'wl-draft)
236
237 (defcustom wl-auto-insert-x-face t
238   "*Insert X-Face: field automatically."
239   :type 'boolean
240   :group 'wl-draft)
241
242 (defcustom wl-x-face-file "~/.xface"
243   "*X-Face field is inserted using its contents.
244 If file exists and `wl-auto-insert-x-face' is non-nil."
245   :type 'file
246   :group 'wl-draft)
247
248 (defcustom wl-subscribed-mailing-list nil
249   "*Subscribed mailing list.
250 You had better set this variable if you set 'wl-insert-mail-followup-to' as t."
251   :type '(repeat string)
252   :group 'wl-pref
253   :group 'wl-setting)
254
255 (defcustom wl-demo t
256   "*Display demo at start time."
257   :type 'boolean
258   :group 'wl-pref)
259
260 (defcustom wl-envelope-from nil
261   "*Envelope From used in SMTP.
262 If nil, `wl-from' is used."
263   :type '(choice (const :tag "Same as 'From' field." nil)
264                  string)
265   :group 'wl
266   :group 'wl-setting)
267
268 (defcustom wl-draft-add-in-reply-to t
269   "*If non-nil, message-id of the cited message is inserted to the
270 in-reply-to field of the current draft."
271   :type 'boolean
272   :group 'wl)
273
274 (defcustom wl-draft-add-references nil
275   "*If non-nil, message-id of the cited message is inserted to the
276 references field of the current draft."
277   :type 'boolean
278   :group 'wl)
279
280 (defcustom wl-smtp-connection-type nil
281   "*SMTP connection type.
282 If nil, default smtp connection type is used."
283   :type '(choice (const :tag "default" nil)
284                  (const :tag "Use STARTTLS" starttls)
285                  symbol)
286   :group 'wl)
287
288 (defcustom wl-smtp-posting-user nil
289   "*SMTP authentication user."
290   :type '(choice (const :tag "none" nil)
291                  string)
292   :group 'wl
293   :group 'wl-setting)
294
295 (defcustom wl-smtp-posting-server nil
296   "*SMTP server name to send mail (wl-draft-send-mail-with-smtp)."
297   :type '(choice (const :tag "none" nil)
298                  string)
299   :group 'wl
300   :group 'wl-setting)
301
302 (defcustom wl-smtp-posting-port nil
303   "*SMTP port number in `wl-smtp-posting-server'.
304 If nil, default SMTP port number(25) is used."
305   :type '(choice (const :tag "Default (25)" nil)
306                  integer)
307   :group 'wl
308   :group 'wl-setting)
309
310 (defcustom wl-smtp-authenticate-type nil
311   "*SMTP Authentication type.
312 If nil, don't authenticate."
313   :type '(choice (const :tag "none" nil)
314                  (const :tag "PLAIN" "plain")
315                  (const :tag "CRAM-MD5" "cram-md5")
316                  (const :tag "LOGIN" "login")
317                  (string :tag "Other"))
318   :group 'wl
319   :group 'wl-setting)
320
321 (defcustom wl-pop-before-smtp-user nil
322   "*POP3 user name to send mail using POP-before-SMTP.
323 If nil, `elmo-pop3-default-user' is used.
324 To use POP-before-SMTP,
325 \(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp\)"
326   :type '(choice (const :tag "none" nil)
327                  string)
328   :group 'wl
329   :group 'wl-setting)
330
331 (defcustom wl-pop-before-smtp-server nil
332   "*POP3 server for POP-before-SMTP.
333 If nil, `elmo-pop3-default-server' is used."
334   :type '(choice (const :tag "none" nil)
335                  string)
336   :group 'wl
337   :group 'wl-setting)
338
339 (defcustom wl-pop-before-smtp-port nil
340   "*POP3 port for POP-before-SMTP.
341 If nil, `elmo-pop3-default-port' is used."
342   :type '(choice (const :tag "none" nil)
343                  integer string)
344   :group 'wl
345   :group 'wl-setting)
346
347 (defcustom wl-pop-before-smtp-stream-type nil
348   "*Stream type for POP-before-SMTP.
349 If nil, `elmo-pop3-default-stream-type' is used."
350   :type 'boolean
351   :group 'wl)
352
353 (defcustom wl-pop-before-smtp-authenticate-type nil
354   "*Default Authentication type for POP-before-SMTP.
355 If nil, `elmo-pop3-default-authenticate-type' is used."
356   :type '(choice (const :tag "none" nil)
357                  (const :tag "APOP" 'apop)
358                  (const :tag "POP3" 'user))
359   :group 'wl
360   :group 'wl-setting)
361
362 (defcustom wl-nntp-posting-server nil
363   "*NNTP server name to post news.
364 If nil, `elmo-nntp-default-server' is used."
365   :type '(choice (const :tag "none" nil)
366                  string)
367   :group 'wl
368   :group 'wl-setting)
369 (defcustom wl-nntp-posting-user nil
370   "*NNTP user name to post news for authinfo.
371 If nil, `elmo-nntp-default-user' is used.
372 If nil, don't authenticate."
373   :type '(choice (const :tag "none" nil)
374                  string)
375   :group 'wl
376   :group 'wl-setting)
377 (defcustom wl-nntp-posting-port nil
378   "*NNTP port to post news.
379 If nil, `elmo-nntp-default-port' is used."
380   :type '(choice (const :tag "none" nil)
381                  integer string)
382   :group 'wl
383   :group 'wl-setting)
384 (defcustom wl-nntp-posting-stream-type nil
385   "*Stream type for posting Netnews.
386 If nil, `elmo-nntp-default-stream-type' is used."
387   :type 'boolean
388   :group 'wl)
389
390 (defcustom wl-prefetch-confirm t
391   "*Confirm prefetching if message size is larger than `wl-prefetch-threshold'."
392   :type 'boolean
393   :group 'wl-pref)
394
395 (defcustom wl-prefetch-threshold 30000
396   "*Maximum size of message prefetched without confirmation.
397 If nil, all messages prefetched regardless of its size.
398 If message size is larger than this value, confirm prefetching
399 when `wl-prefetch-confirm' is non-nil."
400   :type '(choice (integer :tag "Threshold (bytes)")
401                  (const :tag "No limitation" nil))
402   :group 'wl-pref
403   :group 'wl-setting)
404
405 (defcustom wl-cache-prefetch-threshold 30000
406   "*Quit forward cache prefetching if message size is larger than this value."
407   :type 'integer
408   :group 'wl-pref)
409
410 (defcustom wl-thread-insert-opened nil
411   "*Non-nil forces to insert thread as opened in updating."
412   :type 'boolean
413   :group 'wl-summary
414   :group 'wl-setting)
415
416 (defcustom wl-thread-open-reading-thread t
417   "*Non-nil forces to open reading thread."
418   :type 'boolean
419   :group 'wl-summary)
420
421 ;;;; Hooks
422 (defvar wl-folder-mode-hook nil
423   "A hook called when wanderlust folder mode is started.
424 This hook may contain the functions `wl-folder-init-icons' and
425 `wl-setup-folder' for reasons of system internal to accord facilities
426 for the Emacs variants.")
427 (defvar wl-summary-toggle-disp-on-hook nil
428   "A hook called when message is toggled.")
429 (defvar wl-summary-toggle-disp-off-hook nil
430   "A hook called when message is disappeared.")
431 (defvar wl-summary-toggle-disp-folder-on-hook nil
432   "A hook called when folder is toggled.")
433 (defvar wl-summary-toggle-disp-folder-off-hook nil
434   "A hook called when folder is disappeared.")
435 (defvar wl-summary-toggle-disp-folder-message-resumed-hook nil
436   "A hook called when message window is resumed when folder is toggled.")
437 (defvar wl-summary-mode-hook nil
438   "A hook called when summary mode is started.
439 This hook may contain the function `wl-setup-summary' for reasons of
440 system internal to accord facilities for the Emacs variants.")
441
442 (defvar wl-summary-prepared-pre-hook nil
443   "A hook called before the summary buffer has been generated.")
444 (defvar wl-summary-prepared-hook nil
445   "A hook called after the summary buffer has been generated.")
446 (defvar wl-summary-sync-updated-hook nil
447   "A hook called when update summary buffer.")
448 (defvar wl-summary-unread-message-hook nil
449   "A hook called when unread message is displayed.")
450 (defvar wl-summary-edit-addresses-hook nil
451   "A hook called when address book is edited.")
452 (defvar wl-summary-buffer-message-saved-hook nil
453   "A hook called when msgdb is saved.")
454 (defvar wl-summary-buffer-mark-saved-hook nil
455   "A hook called when mark is saved.")
456 (defvar wl-summary-divide-thread-when-subject-changed nil
457   "Divide thread when subject is changed.")
458 (defvar wl-init-hook nil
459   "A hook called when initialization is finished.  This hook may contain
460 the functions `wl-plugged-init-icons' and `wl-biff-init-icons' for
461 reasons of system internal to accord facilities for the Emacs variants.")
462 (defvar wl-hook nil
463   "A hook called when Wanderlust is invoked.")
464 (defvar wl-reply-hook nil
465   "A hook called when replied.")
466 (defvar wl-mail-setup-hook nil
467   "A hook called when Draft is prepared.")
468 (defvar wl-draft-reedit-hook nil
469   "A hook called when Draft is re-edited.")
470 (defvar wl-draft-send-hook '(wl-draft-config-exec)
471   "A hook called on the draft editing buffer before sending process starts.")
472 (defvar wl-mail-send-pre-hook nil
473   "A hook called just before the mail sending process starts.")
474 (defvar wl-news-send-pre-hook nil
475   "A hook called just before the news sending process starts.")
476 (defvar wl-message-buffer-created-hook nil
477   "A hook called when Message buffer is prepared.")
478 (defvar wl-message-redisplay-hook nil
479   "A hook called when Message is displayed.")
480 (defvar wl-message-exit-hook nil
481   "A hook called when quit message.")
482 (defvar wl-summary-exit-pre-hook nil
483   "A hook called before exit summary mode.")
484 (defvar wl-summary-exit-hook nil
485   "A hook called when exit summary mode.")
486 (defvar wl-highlight-headers-hook nil
487   "A hook called when header is highlighted.")
488 (defvar wl-highlight-message-hook nil
489   "A hook called when message is highlighted.")
490 (defvar wl-save-hook nil
491   "A hook called when save summary and folder status.")
492 (defvar wl-exit-hook nil
493   "A hook called when exit wanderlust.")
494 (defvar wl-folder-suspend-hook nil
495   "A hook called when suspend wanderlust.")
496 (defvar wl-biff-notify-hook '(ding)
497   "A hook called when a biff-notification is invoked.")
498 (defvar wl-biff-unnotify-hook nil
499   "A hook called when a biff-notification is removed.")
500 (defvar wl-auto-check-folder-pre-hook nil
501   "A hook called before auto check folders.")
502 (defvar wl-auto-check-folder-hook nil
503   "A hook called when auto check folders.")
504 (defvar wl-folder-check-entity-pre-hook nil
505   "A hook called before check entity.")
506 (defvar wl-folder-check-entity-hook nil
507   "A hook called when check entity.")
508 (defvar wl-draft-config-exec-hook nil
509   "A hook called when execute header-config on draft.")
510 (defvar wl-summary-expire-pre-hook nil
511   "A hook called before expire.")
512 (defvar wl-summary-expire-hook nil
513   "A hook called when expired.")
514 (defvar wl-summary-archive-pre-hook nil
515   "A hook called before archive.")
516 (defvar wl-summary-archive-hook nil
517   "A hook called when archived.")
518 (defvar wl-summary-line-inserted-hook nil
519   "A hook called when summary line is inserted.")
520 (defvar wl-summary-insert-headers-hook nil
521   "A hook called when insert header for search header.")
522 (defvar wl-message-display-internal-hook nil
523   "A hook called when message buffer is created and message is displayed.
524 This hook may contain the functions `wl-setup-message' for
525 reasons of system internal to accord facilities for the Emacs variants.")
526 (defvar wl-thread-update-children-number-hook nil
527   "A hook called when children number is updated.")
528 (defvar wl-folder-update-access-group-hook nil
529   "A hook called when update access group folder.")
530 (defvar wl-draft-cited-hook nil
531   "A hook called after a message is cited.")
532 (defvar wl-draft-insert-x-face-field-hook nil
533   "A hook called after a x-face field is inserted.")
534 (defvar wl-template-mode-hook nil
535   "A hook called when template mode is started.")
536 (defvar wl-score-mode-hook nil
537   "A hook called when score mode is started.")
538 (defvar wl-make-plugged-hook nil
539   "A hook called when make plugged alist.")
540
541 (defvar wl-plugged-exit-hook nil
542   "A hook called when exit plugged mode.")
543
544 ;;;; functions for draft
545 (defcustom wl-draft-send-function 'wl-draft-normal-send-func
546   "A function to send message."
547   :type 'function
548   :group 'wl-draft)
549
550 (defcustom wl-draft-send-news-function 'wl-draft-elmo-nntp-send
551   "A function to send news."
552   :type 'function
553   :group 'wl-draft)
554
555 (defcustom wl-draft-send-mail-function 'wl-draft-send-mail-with-smtp
556   "A function to send mail.
557 Prepared candidates are 'wl-draft-send-mail-with-smtp,
558 'wl-draft-send-mail-with-qmail and 'wl-draft-send-mail-with-pop-before-smtp."
559   :type '(radio (function-item wl-draft-send-mail-with-smtp)
560                 (function-item wl-draft-send-mail-with-qmail)
561                 (function-item wl-draft-send-mail-with-pop-before-smtp)
562                 (function :tag "Other"))
563   :group 'wl-draft)
564
565 (defcustom wl-draft-reply-with-argument-list
566   '(("Reply-To" . (("Reply-To") nil nil))
567     ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
568     ("From" . (("From") nil nil)))
569   "Alist of cons cell of
570 ('field-name' .  ('fields for To' 'fields for Cc' 'fields for Newsgroups'))
571 'field-name' is a string.
572 'fields for ***' is a list of strings.
573 If car of each cons cell exists in original message,
574 cdr of each cons cell is used for draft message.
575 Default is for 'reply-to-author'."
576   :type '(repeat (cons (choice (string :tag "Field Name")
577                                (repeat (string :tag "Field Name")))
578                        (list (repeat :tag "Fields For To" string)
579                              (repeat :tag "Fields For Cc" string)
580                              (repeat :tag "Fields For Newsgroups" string))))
581   :group 'wl-draft)
582
583 (defcustom wl-draft-reply-without-argument-list
584   '(("Followup-To" . (nil nil ("Followup-To")))
585     ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
586     ("Reply-To" . (("Reply-To") ("To" "Cc" "From") ("Newsgroups")))
587     ("From" . (("From") ("To" "Cc") ("Newsgroups"))))
588   "Alist of cons cell of
589 ('field-name' .  ('fields for To' 'fields for Cc' 'fields for Newsgroups'))
590 'field-name' is a string.
591 'fields for ***' is a list of strings.
592 If car of each cons cell exists in original message,
593 cdr of each cons cell is used for draft message.
594 Default is for 'reply-to-all'."
595   :type '(repeat (cons (choice (string :tag "Field Name")
596                                (repeat (string :tag "Field Name")))
597                        (list (repeat :tag "Fields For To" string)
598                              (repeat :tag "Fields For Cc" string)
599                              (repeat :tag "Fields For Newsgroups" string))))
600   :group 'wl-draft)
601
602 (defcustom wl-draft-reply-myself-with-argument-list
603   '(("Followup-To" . (("To") ("Cc") ("Followup-To")))
604     ("Newsgroups" . (("To") ("Cc") ("Newsgroups")))
605     ("From" . (("To") ("Cc") nil)))
606   "Alist of cons cell of
607 ('field-name' .  ('fields for To' 'fields for Cc' 'fields for Newsgroups'))
608 'field-name' is a string.
609 'fields for ***' is a list of strings.
610 If car of each cons cell exists in original message,
611 cdr of each cons cell is used for draft message.
612 Default is for 'reply-to-me'."
613   :type '(repeat (cons (choice (string :tag "Field Name")
614                                (repeat (string :tag "Field Name")))
615                        (list (repeat :tag "Fields For To" string)
616                              (repeat :tag "Fields For Cc" string)
617                              (repeat :tag "Fields For Newsgroups" string))))
618   :group 'wl-draft)
619
620 (defcustom wl-draft-reply-myself-without-argument-list
621   '(("Followup-To" . (("To") ("Cc") ("Followup-To")))
622     ("Newsgroups" . (("To") ("Cc") ("Newsgroups")))
623     ("From" . (("To") ("Cc") nil)))
624   "Alist of cons cell of
625 ('field-name' .  ('fields for To' 'fields for Cc' 'fields for Newsgroups'))
626 'field-name' is a string.
627 'fields for ***' is a list of strings.
628 If car of each cons cell exists in original message,
629 cdr of each cons cell is used for draft message.
630 Default is for 'followup-to-me'."
631   :type '(repeat (cons (choice (string :tag "Field Name")
632                                (repeat (string :tag "Field Name")))
633                        (list (repeat :tag "Fields For To" string)
634                              (repeat :tag "Fields For Cc" string)
635                              (repeat :tag "Fields For Newsgroups" string))))
636   :group 'wl-draft)
637
638 (defcustom wl-draft-always-delete-myself nil
639   "*Always delete myself from reciepient if non-nil."
640   :type 'boolean
641   :group 'wl-draft)
642
643 (defcustom wl-draft-delete-myself-from-bcc-fcc nil
644   "*Do not insert bcc or fcc if To and Cc fields is a member of
645 `wl-subscribed-mailing-list'"
646   :type 'boolean
647   :group 'wl-draft)
648
649 (defcustom wl-draft-resume-folder-window t
650   "*Resume folder window in `wl-draft-hide'."
651   :type 'boolean
652   :group 'wl-draft)
653
654 (defcustom wl-draft-use-frame nil
655   "*Raise new frame when composing draft."
656   :type 'boolean
657   :group 'wl-draft)
658
659 (defcustom wl-draft-qmail-send-plugged nil
660   "*Send mail when plugged is on, in the `wl-draft-send-mail-with-qmail'."
661   :type 'boolean
662   :group 'wl-draft)
663
664 (defcustom wl-draft-remove-group-list-contents t
665   "*If non-nil, remove group list contents in `wl-draft-send-mail-with-smtp'."
666   :type 'boolean
667   :group 'wl-draft)
668
669 ;;;;
670 (defcustom wl-init-file "~/.wl"
671   "*User customization setting file."
672   :type 'file
673   :group 'wl)
674
675 (defcustom wl-folders-file "~/.folders"
676   "*Folders file."
677   :type 'file
678   :group 'wl)
679
680 (defcustom wl-address-file "~/.addresses"
681   "*Addresses file."
682   :type 'file
683   :group 'wl)
684
685 (defcustom wl-alias-file "~/.im/Aliases"
686   "*Alias file for completion."
687   :type 'file
688   :group 'wl)
689
690 (defcustom wl-ldap-server "localhost"
691   "*LDAP server."
692   :type '(string :tag "Server")
693   :group 'wl
694   :group 'wl-setting)
695
696 (defcustom wl-ldap-port nil
697   "*LDAP port."
698   :type '(choice (const :tag "Default port" nil)
699                  integer)
700   :group 'wl
701   :group 'wl-setting)
702
703 (defcustom wl-ldap-base "c=US"
704   "*LDAP base."
705   :type '(string :tag "Base")
706   :group 'wl
707   :group 'wl-setting)
708
709 (defcustom wl-ldap-objectclass "person"
710   "*LDAP objectclass."
711   :type 'string
712   :group 'wl
713   :group 'wl-setting)
714
715 (defcustom wl-use-ldap nil
716   "*If non-nil, use LDAP for address completion."
717   :type 'boolean
718   :group 'wl
719   :group 'wl-setting)
720
721 (defcustom wl-use-acap nil
722   "*If non-nil, use ACAP for configuration."
723   :type 'boolean
724   :group 'wl)
725
726 (defcustom wl-folder-info-save t
727   "If non-nil, save elmo-folder-info-alist."
728   :type 'boolean
729   :group 'wl-folder)
730
731 (defcustom wl-summary-unread-mark "!"
732   "Mark for unread message."
733   :type '(string :tag "Mark")
734   :group 'wl-summary-marks)
735 (defcustom wl-summary-important-mark "$"
736   "Mark for important message."
737   :type '(string :tag "Mark")
738   :group 'wl-summary-marks)
739 (defcustom wl-summary-new-mark "N"
740   "Mark for new message."
741   :type '(string :tag "Mark")
742   :group 'wl-summary-marks)
743 (defcustom wl-summary-unread-uncached-mark "U"
744   "Mark for unread and uncached message."
745   :type '(string :tag "Mark")
746   :group 'wl-summary-marks)
747 (defcustom wl-summary-unread-cached-mark "!"
748   "Mark for unread but already cached message."
749   :type '(string :tag "Mark")
750   :group 'wl-summary-marks)
751 (defcustom wl-summary-read-uncached-mark "u"
752   "Mark for read but uncached message."
753   :type '(string :tag "Mark")
754   :group 'wl-summary-marks)
755 (defcustom wl-summary-score-over-mark "+"
756   "Score mark used for messages with high scores."
757   :type '(string :tag "Mark")
758   :group 'wl-summary-marks)
759 (defcustom wl-summary-score-below-mark "-"
760   "Score mark used for messages with low scores."
761   :type '(string :tag "Mark")
762   :group 'wl-summary-marks)
763
764 (defcustom wl-summary-no-mime-folder-list
765   (list (concat "^" (regexp-quote wl-draft-folder) "$"))
766   "*All folders that match this list don't analysis mime."
767   :type '(repeat string)
768   :group 'wl-summary)
769
770 (defcustom wl-summary-fix-timezone nil
771   "*Time zone of the date string in summary mode.
772 If nil, it is adjust to the default time zone information
773 \(system's default time zone or environment variable TZ\)."
774   :type '(choice (const :tag "Default time zone" nil)
775                  string)
776   :group 'wl-summary)
777
778 (defcustom wl-summary-default-score 0
779   "*Default message score level.
780 All scores generated by the score files will be added to this score.
781 If this variable is nil, scoring will be disabled."
782   :type '(choice (const :tag "disable" nil)
783                  integer)
784   :group 'wl-score)
785
786 (defcustom wl-summary-important-above nil
787   "*Mark all messages with a score above this variable as important.
788 This variable is local to the summary buffers."
789   :type '(choice (const :tag "off" nil)
790                  integer)
791   :group 'wl-score)
792
793 (defcustom wl-summary-target-above nil
794   "*Mark all messages with a score above this variable as target.
795 This variable is local to the summary buffers."
796   :type '(choice (const :tag "off" nil)
797                  integer)
798   :group 'wl-score)
799
800 (defcustom wl-summary-mark-below 0
801   "*Mark all messages with a score below this variable as read.
802 This variable is local to each summary buffer and usually set by the
803 score file."
804   :type 'integer
805   :group 'wl-score)
806
807 (defcustom wl-summary-expunge-below nil
808   "All messages that have a score less than this variable will be expunged.
809 This variable is local to the summary buffers."
810   :type '(choice (const :tag "off" nil)
811                  integer)
812   :group 'wl-score)
813
814 (defcustom wl-summary-score-marks
815   (list wl-summary-new-mark)
816   "Persistent marks to scoring."
817   :type '(repeat (string :tag "Mark"))
818   :group 'wl-score)
819
820 (defcustom wl-use-scoring t
821   "*If non-nil, enable scoring."
822   :type 'boolean
823   :group 'wl-pref)
824
825 (defcustom wl-summary-rescore-partial-threshold 200
826   "*Summary is not scored entirely if there are messages more than this value.
827 In sync-all or rescan."
828   :type 'integer
829   :group 'wl-score)
830
831 (defcustom wl-score-files-directory (concat elmo-msgdb-directory elmo-path-sep)
832   "*Name of the directory where score files will be stored.
833 (default \"~/.elmo\")."
834   :type 'directory
835   :group 'wl)
836
837 (defcustom wl-score-interactive-default-score 1000
838   "*Scoring commands will raise/lower the score with this number as the default."
839   :type 'integer
840   :group 'wl-score)
841
842 (defcustom wl-score-expiry-days 7
843   "*Number of days before unused score file entries are expired.
844 If this variable is nil, no score file entries will be expired."
845   :type '(choice (const :tag "never" nil)
846                  number)
847   :group 'wl-score)
848
849 (defcustom wl-score-update-entry-dates t
850   "*In non-nil, update matching score entry dates.
851 If this variable is nil, then score entries that provide matches
852 will be expired along with non-matching score entries."
853   :type 'boolean
854   :group 'wl-score)
855
856 (defcustom wl-score-folder-alist nil
857   "*Alist of folder regexp and score file."
858   :type '(repeat (list (regexp :tag "Folder Regexp")
859                        (repeat :inline t
860                                (choice file
861                                        (symbol :tag "Variable")))))
862   :group 'wl-score)
863
864 (defcustom wl-score-folder-alist-matchone t
865   "*If non-nil, getting only one element of `wl-score-folder-alist'."
866   :type 'boolean
867   :group 'wl-score)
868
869 (defcustom wl-score-default-file "all.SCORE"
870   "*Default score file name."
871   :type 'file
872   :group 'wl-score)
873
874 (defcustom wl-score-simplify-fuzzy-regexp
875   '("^[ \t]*\\[[^:]+[,: ][0-9]+\\][ \t]*")
876   "*Strings to be removed when doing fuzzy matches.
877 This can either be a regular expression or list of regular expressions."
878   :type '(repeat regexp)
879   :group 'wl-score)
880
881 (defcustom wl-score-header-default-entry
882   '(("number" -1000 perm =)
883     ("subject" -1000 nil nil)
884     ("from" -1000 perm s)
885     ("message-id" -1000 temp e)
886     ("references" -1000 perm e)
887     ("to" -1000 perm s)
888     ("cc" -1000 perm s)
889     ("date" -1000 temp nil)
890     ("xref" -1000 perm s)
891     ("extra" -1000 perm s)
892     ("chars" -1000 perm >)
893     ("lines" -1000 perm >)
894     ("followup" -1000 perm s)
895     ("thread" -1000 temp s))
896   "*Default entry when insert score entry."
897   :type '(repeat (list (string :tag "Header")
898                        (choice (integer :tag "Score")
899                                (const :tag "Ask" nil))
900                        (choice (const :tag "Permanent" perm)
901                                (const :tag "Temporary" temp)
902                                (const :tag "Ask" nil))
903                        (choice (const :tag "Regexp string" r)
904                                (const :tag "Substring" s)
905                                (const :tag "fuzzy string" f)
906                                (const :tag "Exact string" e)
907                                (const :tag "REGEXP STRING" R)
908                                (const :tag "SUBSTRING" S)
909                                (const :tag "FUZZY STRING" F)
910                                (const :tag "EXACT STRING" E)
911                                (const :tag "less than" <)
912                                (const :tag "less equal" <=)
913                                (const :tag "greater than" >)
914                                (const :tag "greater equal" >=)
915                                (const :tag "equal" =)
916                                (const :tag "Ask" nil))))
917   :group 'wl-score)
918
919 (defcustom wl-score-mode-mime-charset 'x-ctext
920   "*MIME Charset for score file."
921   :type 'symbol
922   :group 'wl-score)
923
924 (defcustom wl-draft-fields
925   '("To:" "Cc:" "Bcc:" "FCC:" "Distribution:" "Organization:"
926     "Newsgroups:" "Followup-To:" "Mail-Followup-To:" "From:" "Reply-To:")
927   "Fields used in draft mode."
928   :type '(repeat (string :tag "Field"))
929   :group 'wl-draft)
930
931 (defcustom wl-draft-config-alist nil
932   "Alist of configuration field on draft.
933 ex.
934 '((\"^To: .*wl@lists.airs.net\"
935    (\"From\" . wl-from2)
936    (\"Organization\" . wl-organization2))
937   (\"^To: .*hogehoge@\"
938    (\"From\" . \"Anonymous <hogehoge@aaa.ne.jp>\")
939    wl-my-draft-config-func-hoge))"
940   :type '(repeat (list (sexp :tag "Match")
941                        (repeat
942                         :inline t
943                         (choice (cons (sexp :tag "Field(Variable)")
944                                       (sexp :tag "Value"))
945                                 (sexp :tag "Function")))))
946   :group 'wl-draft
947   :group 'wl-setting)
948
949 (defcustom wl-draft-config-matchone nil
950   "*If non-nil, applied only one element of `wl-draft-config-alist'."
951   :type 'boolean
952   :group 'wl-draft
953   :group 'wl-setting)
954
955 (defcustom wl-draft-elide-ellipsis "\n[...]\n\n"
956   "*The string which is inserted for elided text."
957   :type 'string
958   :group 'wl-draft)
959
960 (defcustom wl-template-alist nil
961   "Alist of template."
962   :type '(repeat (list (string :tag "Name")
963                        (repeat
964                         :inline t
965                         (choice (cons (sexp :tag "Field(Variable)")
966                                       (sexp :tag "Value"))
967                                 (sexp :tag "Function")))))
968   :group 'wl-draft
969   :group 'wl-setting)
970
971 (defcustom wl-template-visible-select t
972   "*If non-nil, select template with visible."
973   :type 'boolean
974   :group 'wl-draft)
975
976 (defcustom wl-template-confirm nil
977   "*If non-nil, require your confirmation when selected template."
978   :type 'boolean
979   :group 'wl-draft)
980
981 (defcustom wl-template-buffer-lines 7
982   "*Lines of template buffer."
983   :type 'integer
984   :group 'wl-draft)
985
986 ;; queued sending.
987 (defcustom wl-draft-enable-queuing t
988   "*Non-nil enables queued sending."
989   :type 'boolean
990   :group 'wl-draft
991   :group 'wl-pref)
992
993 (defcustom wl-draft-force-queuing nil
994   "*Non-nil forces queued sending for mail and news."
995   :type 'boolean
996   :group 'wl-draft
997   :group 'wl-pref)
998
999 (defcustom wl-draft-force-queuing-mail nil
1000   "*Non-nil forces queued sending for mail."
1001   :type 'boolean
1002   :group 'wl-draft
1003   :group 'wl-pref)
1004
1005 (defcustom wl-draft-force-queuing-news nil
1006   "*Non-nil forces queued sending for news."
1007   :type 'boolean
1008   :group 'wl-draft
1009   :group 'wl-pref)
1010
1011 (defcustom wl-draft-use-cache nil
1012   "*If non-nil, sending message is cached."
1013   :type 'boolean
1014   :group 'wl-draft
1015   :group 'wl-pref)
1016
1017 (defcustom wl-auto-flush-queue t
1018   "*If non-nil, sending queue is flushed when network status is toggled."
1019   :type 'boolean
1020   :group 'wl-draft
1021   :group 'wl-pref)
1022
1023 (defcustom wl-draft-reply-buffer-style 'split
1024   "'split or 'full."
1025   :type '(radio (const split)
1026                 (const full))
1027   :group 'wl-draft)
1028
1029 (defcustom wl-draft-queue-save-variables
1030   '(wl-envelope-from wl-from
1031     wl-smtp-posting-server wl-smtp-posting-user wl-smtp-posting-port
1032     wl-smtp-authenticate-type wl-smtp-connection-type
1033     wl-pop-before-smtp-server wl-pop-before-smtp-user wl-pop-before-smtp-port
1034     wl-pop-before-smtp-stream-type wl-pop-before-smtp-authenticate-type
1035     wl-nntp-posting-server wl-nntp-posting-server
1036     wl-nntp-posting-user wl-nntp-posting-port wl-nntp-posting-stream-type)
1037   "*Saving variables in queue info."
1038   :type '(repeat (sexp :tag "Variable"))
1039   :group 'wl-draft)
1040
1041 (defcustom wl-draft-sendlog t
1042   "*Keep send state in log if non-nil."
1043   :type 'boolean
1044   :group 'wl-draft)
1045
1046 (defcustom wl-draft-sendlog-max-size 20000
1047   "*Max file size of sendlog."
1048   :type 'integer
1049   :group 'wl-draft)
1050
1051 (defcustom wl-summary-default-number-column 5
1052   "Number of columns in summary buffer."
1053   :type 'integer
1054   :group 'wl-summary)
1055
1056 (defcustom wl-summary-number-column-alist '(("\\*.*" . 6))
1057   "Alist of folder and its number column.
1058 If no matches, 'wl-summary-default-number-column' is used.
1059 ex.
1060 '((\"^%inbox@qmail-maildir\" . 9)
1061   (\"^-.*@news-server\" . 6))"
1062   :type '(repeat (cons (regexp :tag "Folder Regexp") integer))
1063   :group 'wl-summary)
1064
1065 (defcustom wl-summary-highlight t
1066   "Non-nil forces Summary buffer to be highlighted."
1067   :type 'boolean
1068   :group 'wl-summary
1069   :group 'wl-highlight)
1070
1071 (defcustom wl-summary-lazy-highlight (and (boundp 'window-scroll-functions)
1072                                           (not wl-on-xemacs))
1073   "Non-nil forces lazy summary highlighting using `window-scroll-functions'."
1074   :type 'boolean
1075   :group 'wl-summary
1076   :group 'wl-highlight)
1077
1078 (defcustom wl-summary-highlight-partial-threshold 1000
1079   "Summary is not highlighted entirely if there are lines more than this value.
1080 Available if only `wl-summary-lazy-highlight' is nil."
1081   :type 'integer
1082   :group 'wl-summary
1083   :group 'wl-highlight)
1084
1085 (defcustom wl-summary-partial-highlight-above-lines 30
1086   "If Summary has lines more than `wl-summary-highlight-partial-threshold',
1087 Summary lines are highlighted partialy above current position.
1088 Available if only `wl-summary-lazy-highlight' is nil."
1089   :type 'integer
1090   :group 'wl-summary
1091   :group 'wl-highlight)
1092
1093 (defcustom wl-summary-cache-use t
1094   "Non-nil forces wl-summary to use cache file."
1095   :type 'boolean
1096   :group 'wl-summary)
1097
1098 (defcustom wl-summary-auto-sync-marks t
1099   "Non-nil forces to synchronize unread/important marks."
1100   :type 'boolean
1101   :group 'wl-summary)
1102
1103 (defcustom wl-summary-cache-file ".wl-summary-cache"
1104   "*Cache file for summary mode contents."
1105   :type 'file
1106   :group 'wl-summary)
1107 (defcustom wl-summary-view-file ".wl-summary-view"
1108   "*Current summary view."
1109   :type 'file
1110   :group 'wl-summary)
1111 (defcustom wl-thread-top-file ".wl-thread-top"
1112   "*Current thread top entity... obsolete."
1113   :type 'file
1114   :group 'wl-summary)
1115 (defcustom wl-thread-entity-file ".wl-thread-entity"
1116   "*Thread entities."
1117   :type 'file
1118   :group 'wl-summary)
1119 (defcustom wl-thread-entity-list-file ".wl-thread-entity-list"
1120   "*Thread top entity list."
1121   :type 'file
1122   :group 'wl-summary)
1123
1124 (defcustom wl-print-buffer-function 'lpr-buffer
1125   "A function to print current buffer."
1126   :type 'function
1127   :group 'wl-pref)
1128
1129 (defcustom wl-ps-print-buffer-function
1130   (if window-system 'ps-print-buffer-with-faces 'ps-print-buffer)
1131   "A function to print current buffer with ps-print."
1132   :type 'function
1133   :group 'wl-pref)
1134
1135 ;;;; Preferences
1136 (defcustom wl-use-petname t
1137   "*Display petname in summary and default citation title."
1138   :type 'boolean
1139   :group 'wl-pref)
1140
1141 (defcustom wl-use-folder-petname
1142   '(modeline)
1143   "*List of situation using folder petname.
1144 Allowed situations are:
1145   modeline    : displayed on modeline.
1146   ask-folder  : displayed on minibuffer when ask folder.
1147   read-folder : can used for completion at `wl-summary-read-folder'."
1148   :type '(set (const modeline)
1149               (const ask-folder)
1150               (const read-folder))
1151   :group 'wl-summary
1152   :group 'wl-pref)
1153
1154 (defcustom wl-folder-petname-alist nil
1155   "A list of (realname . petname)."
1156   :type '(repeat (cons (string :tag "Realname") (string :tag "Petname")))
1157   :group 'wl-folder)
1158
1159 (defcustom wl-summary-weekday-name-lang "ja"
1160   "*Language to display week day."
1161   :type '(choice (const "ja")
1162                  (const "en")
1163                  (const "fr")
1164                  (const "de")
1165                  (string :tag "Other"))
1166   :group 'wl-summary
1167   :group 'wl-pref)
1168
1169 (defcustom wl-local-domain nil
1170   "*Domain part of this client (without hostname).
1171 Set this if (system-name) does not return FQDN."
1172   :type '(choice (const :tag "Use System Name" nil)
1173                  string)
1174   :group 'wl-pref)
1175
1176 (defcustom wl-message-id-domain nil
1177   "*Specific domain part of Message-ID."
1178   :type '(choice (const :tag "Use System Name" nil)
1179                  string)
1180   :group 'wl-pref)
1181
1182 (defcustom wl-unique-id-suffix ".wl"
1183   "*Specific string in generated Message-ID
1184 which appear just before @."
1185   :type 'string
1186   :group 'wl-pref)
1187
1188 (defcustom wl-break-pages t
1189   "*Break Pages at ^L."
1190   :type 'boolean
1191   :group 'wl-pref)
1192
1193 (defcustom wl-message-truncate-lines default-truncate-lines
1194   "*Truncate lines in Message Buffer."
1195   :type 'boolean
1196   :group 'wl-pref)
1197
1198 (defcustom wl-draft-truncate-lines default-truncate-lines
1199   "*Truncate lines in Draft Buffer."
1200   :type 'boolean
1201   :group 'wl-draft
1202   :group 'wl-pref)
1203
1204 (defcustom wl-message-scroll-amount 5
1205   "*Scroll amount by SPC key."
1206   :type 'integer
1207   :group 'wl-pref)
1208
1209 (defcustom wl-message-window-size '(1 . 4)
1210   "*Size of summary and message window.  cons cell of (Summary : Message)."
1211   :type '(cons integer integer)
1212   :group 'wl-pref)
1213
1214 (defcustom wl-message-sort-field-list '("Return-Path" "Received" "^To" "^Cc"
1215                                         "Newsgroups" "Subject" "^From")
1216   "*Sort order of header fields.  Each elements are regexp of field name."
1217   :type '(repeat (string :tag "Field Regexp"))
1218   :group 'wl-pref
1219   :group 'wl-setting)
1220
1221 (defcustom wl-message-ignored-field-list nil
1222   "All fields that match this list will be hidden in message buffer.
1223 Each elements are regexp of field-name."
1224   :type '(repeat (string :tag "Field Regexp"))
1225   :group 'wl-pref
1226   :group 'wl-setting)
1227
1228 (defcustom wl-message-visible-field-list nil
1229   "All fields that match this list will be displayed in message buffer.
1230 Each elements are regexp of field-name."
1231   :type '(repeat (string :tag "Field Regexp"))
1232   :group 'wl-pref
1233   :group 'wl-setting)
1234
1235 (defcustom wl-message-header-button-alist
1236   (` (("^\\(References\\|Message-Id\\|In-Reply-To\\):"
1237        "<[^>]+>"
1238        0 wl-message-button-refer-article  0)
1239       ("^[^:]+:"
1240        "\\(<\\(url: \\)?news:\\([^>\n ]*\\)>\\)"
1241        1 wl-message-button-refer-article 3)))
1242   "Alist of headers and regexps to match buttons in message headers."
1243   :type '(repeat
1244           (list (regexp :tag "Header")
1245                 regexp
1246                 (integer :tag "Button")
1247                 (function :tag "Callback")
1248                 (repeat :tag "Data"
1249                         :inline t
1250                         (integer :tag "Regexp group"))))
1251   :group 'wl-pref)
1252
1253 (defcustom wl-message-body-button-alist
1254   '(("<mailto:[^>]+>" 0 'ignore 0 1024)
1255     ("<[^>]+@[^>]+>" 0 wl-message-button-refer-article 0 1024))
1256   "Alist of regexps to match buttons in message body."
1257   :type '(repeat
1258           (list regexp
1259                 (integer :tag "Button")
1260                 (function :tag "Callback")
1261                 (repeat :tag "Data"
1262                         :inline t
1263                         (integer :tag "Regexp group"))
1264                 (integer :tag "Max Length")))
1265   :group 'wl-pref)
1266
1267 (defcustom wl-folder-window-width 20
1268   "*Width of folder window."
1269   :type 'integer
1270   :group 'wl-folder
1271   :group 'wl-pref)
1272
1273 (defcustom wl-summary-recenter t
1274   "*Recenter on redisplay."
1275   :type 'boolean
1276   :group 'wl-summary
1277   :group 'wl-pref)
1278
1279 (defcustom wl-folder-use-frame nil
1280   "*Use dedicated frame for folder mode if non-nil."
1281   :type 'boolean
1282   :group 'wl-pref)
1283
1284 (defcustom wl-summary-use-frame nil
1285   "*Use dedicated frame for each folder summary if non-nil."
1286   :type 'boolean
1287   :group 'wl-pref)
1288
1289 (defcustom wl-stay-folder-window nil
1290   "*Stay folder window when folder is selected if non-nil."
1291   :type 'boolean
1292   :group 'wl-pref)
1293
1294 (defcustom wl-reply-subject-prefix "Re: "
1295   "*Prefix of the subject of the replied message."
1296   :type 'string
1297   :group 'wl-draft
1298   :group 'wl-pref)
1299
1300 (defcustom wl-draft-reply-use-address-with-full-name t
1301   "*Use address with full-name in the draft of replied message."
1302   :type 'boolean
1303   :group 'wl-pref
1304   :group 'wl-draft)
1305
1306 (defcustom wl-subject-prefix-regexp "^[ \t]*\\([Rr][Ee][:>][ \t]*\\)*[ \t]*"
1307   "*Regexp matching \"Re: \" in the subject line."
1308   :type 'regexp
1309   :group 'wl-draft
1310   :group 'wl-pref)
1311
1312 (defcustom wl-folder-many-unsync-threshold 70
1313   "*Folders which contains messages more than this number are highlighted
1314 with wl-highlight-folder-many-face."
1315   :type 'integer
1316   :group 'wl-folder
1317   :group 'wl-pref)
1318
1319 (defcustom wl-fcc nil
1320   "*Folder Carbon Copy."
1321   :type '(choice (const :tag "disable" nil)
1322                  string function)
1323   :group 'wl-draft
1324   :group 'wl-pref)
1325
1326 (defcustom wl-fcc-force-as-read nil
1327   "*If non-nil, mark copied message as read."
1328   :type 'boolean
1329   :group 'wl-draft
1330   :group 'wl-pref)
1331
1332 (defcustom wl-bcc nil
1333   "*Blind Carbon Copy."
1334   :type '(choice (const :tag "disable" nil)
1335                  string)
1336   :group 'wl-draft
1337   :group 'wl-pref)
1338
1339 (defcustom wl-folder-desktop-name "Desktop"
1340   "*An implicit name of the folder top entity."
1341   :type 'string
1342   :group 'wl-folder
1343   :group 'wl-pref)
1344
1345 (defcustom wl-summary-indent-length-limit 46
1346   "*Limit of indent length for thread. Nil means unlimited"
1347   :type '(choice (const :tag "Unlimited" nil)
1348                  integer)
1349   :group 'wl-summary
1350   :group 'wl-pref)
1351
1352 (defcustom wl-summary-no-from-message "nobody@nowhere?"
1353   "*A string displayed in summary when no from field exists."
1354   :type 'string
1355   :group 'wl-summary)
1356
1357 (defcustom wl-summary-no-subject-message "(WL:No Subject in original.)"
1358   "*A string displayed in summary when no subject field exists."
1359   :type 'string
1360   :group 'wl-summary)
1361
1362 (defcustom wl-summary-cancel-message "I'd like to cancel my message."
1363   "*The body content of a cancel message."
1364   :type 'string
1365   :group 'wl-summary)
1366
1367 (defcustom wl-summary-width 80
1368   "*Set summary line width if non nil."
1369   :type '(choice (const :tag "Don't truncate" nil)
1370                  integer)
1371   :group 'wl-summary
1372   :group 'wl-pref)
1373
1374 (defcustom wl-summary-pick-field-default "Body"
1375   "*Default field for pick."
1376   :type '(radio (const "From")
1377                 (const "Subject")
1378                 (const "To")
1379                 (const "Cc")
1380                 (const "Body")
1381                 (const "Since")
1382                 (const "Before")
1383                 (const "Last")
1384                 (const "First")
1385                 (string :tag "Other"))
1386   :group 'wl-summary)
1387
1388 (defcustom wl-summary-from-width 17
1389   "*From width in summary."
1390   :type 'integer
1391   :group 'wl-summary
1392   :group 'wl-pref)
1393
1394 (defcustom wl-summary-subject-length-limit nil
1395   "*Set subject width in summary when wl-summary-width is nil.
1396 Nil means unlimited"
1397   :type '(choice (const :tag "Unlimited" nil)
1398                  integer)
1399   :group 'wl-summary
1400   :group 'wl-pref)
1401
1402 (defcustom wl-mime-charset 'x-ctext
1403   "*MIME Charset for summary and message."
1404   :type 'symbol
1405   :group 'wl-summary
1406   :group 'wl-pref)
1407
1408 (defcustom wl-generate-mailer-string-function 'wl-generate-user-agent-string
1409   "A function to create X-Mailer field string ."
1410   :type 'function
1411   :group 'wl-draft)
1412
1413 (defcustom wl-highlight-background-mode  (if (boundp 'hilit-background-mode)
1414                                              (or hilit-background-mode 'dark)
1415                                            'dark)
1416   "*Background mode of highlight (for Old Emacsen).  'dark or 'light."
1417   :type '(radio (const dark)
1418                 (const light))
1419   :group 'wl-highlight)
1420
1421 (defcustom wl-highlight-x-face-function nil
1422   "A function to display X-Face."
1423   :type 'function
1424   :group 'wl-highlight)
1425
1426 (defcustom wl-qmail-inject-program "/var/qmail/bin/qmail-inject"
1427   "Location of the qmail-inject program."
1428   :type '(string :tag "Program")
1429   :group 'wl-draft)
1430
1431 (defcustom wl-qmail-inject-args nil
1432   "Arguments passed to qmail-inject programs.
1433 This should be a list of strings, one string for each argument.
1434
1435 For e.g., if you wish to set the envelope sender address so that bounces
1436 go to the right place or to deal with listserv's usage of that address, you
1437 might set this variable to '(\"-f\" \"you@some.where\")."
1438   :type '(repeat (string :tag "Argument"))
1439   :group 'wl-draft)
1440
1441 (defcustom wl-rejected-letter-start
1442   "^[\t ]*-+[\t ]+\\(original\\|\\(\\(the \\)?unsent\\)\\) message\\( follows\\)?[\t ]+-+[\t ]*$"
1443   "Regexp specifying the beginning of the wrapper around a returned letter.
1444 This wrapper is generated by the mail system when rejecting a letter."
1445   :type 'regexp
1446   :group 'wl-draft)
1447
1448 (defcustom wl-ignored-forwarded-headers "\\(received\\|return-path\\|x-uidl\\)"
1449   "*All headers that match this regexp will be deleted when forwarding a message."
1450   :type 'regexp
1451   :group 'wl-draft)
1452
1453 (defcustom wl-ignored-resent-headers "\\(return-receipt\\|[bdf]cc\\)"
1454   "*All headers that match this regexp will be deleted when resending a message."
1455   :type 'regexp
1456   :group 'wl-draft)
1457
1458 (defcustom wl-refile-default-from-folder "+from"
1459   "*Folder name to refile by `wl-refile-guess-by-from'."
1460   :type '(string :tag "Folder")
1461   :group 'wl-pref)
1462
1463 (defcustom wl-summary-auto-refile-skip-marks
1464   (list wl-summary-new-mark
1465         wl-summary-unread-uncached-mark
1466         wl-summary-unread-cached-mark)
1467   "Persistent marks to skip auto-refiling."
1468   :type '(repeat (string :tag "Mark"))
1469   :group 'wl-summary)
1470
1471 (defcustom wl-summary-reserve-mark-list
1472   (list "o" "O" "D")
1473   "If a message is already marked as temporal marks in this list,
1474 the message is not marked by any mark command."
1475   :type '(repeat (string :tag "Temp-Mark"))
1476   :group 'wl-summary)
1477
1478 (defcustom wl-summary-skip-mark-list
1479   (list "D")
1480   "If a message is already marked as temporal marks in this list,
1481 the message is skipped at cursor move."
1482   :type '(repeat (string :tag "Temp-Mark"))
1483   :group 'wl-summary)
1484
1485 (defcustom wl-summary-incorporate-marks
1486   (list wl-summary-new-mark
1487         wl-summary-unread-uncached-mark)
1488   "Persistent marks to prefetch at `wl-summary-incorporate'."
1489   :type '(repeat (string :tag "Mark"))
1490   :group 'wl-summary)
1491
1492 (defcustom wl-refile-rule-alist nil
1493   "Refile rule alist.
1494 e.x.
1495 '(
1496   (\"From\"
1497    (\"teranisi@isl.ntt.co.jp\" . \"+teranisi\"))
1498   (\"x-ml-name\"
1499    (\"^Wanderlust\"    . \"+wl\")
1500    (\"^Elips\" . \"+elips\")))"
1501   :type '(repeat (list (string :tag "Field")
1502                        (repeat :inline t
1503                                (cons (regexp :tag "Value")
1504                                      (string :tag "Folder")))))
1505   :group 'wl-pref)
1506
1507 (defcustom wl-strict-diff-folders nil
1508   "List of regexps matching folders of which Wanderlust seriously counts unsync messages."
1509   :type '(choice (const :tag "Off" nil)
1510                  (repeat (regexp :tag "Folder Regexp")))
1511   :group 'wl-folder)
1512
1513 (defcustom wl-folder-use-server-diff t
1514   "Checked unread message number on IMAP4 server.
1515 Only IMAP4 folders have an effect."
1516   :type 'boolean
1517   :group 'wl-folder)
1518
1519 (defcustom wl-force-fetch-folders nil
1520   "Non-nil forces to fetch subfolders when user opened an 'access' folder."
1521   :type '(choice (const :tag "off" nil)
1522                  (const :menu-tag "on" t)
1523                  (repeat (regexp :tag "Folder Regexp")))
1524   :group 'wl-folder)
1525
1526 (defcustom wl-auto-check-folder-name nil
1527   "*A folder, a group or a list of folders and groups specified which
1528 will be automatically checked at the startup time."
1529   :type '(choice (string :tag "Folder")
1530                  (repeat (string :tag "Folder"))
1531                  (const none))
1532   :group 'wl-folder)
1533
1534 (defcustom wl-auto-uncheck-folder-list '("\\$.*")
1535   "All folders that match this list won't be checked at the startup
1536 time even if they are embedded in some groups specified by
1537 wl-auto-check-folder-name.
1538 Those folders are also skipped when you check on the Desktop.
1539 This value is preceded by wl-auto-check-folder-list.
1540 Each elements are regexp of folder name."
1541   :type '(repeat (regexp :tag "Folder Regexp"))
1542   :group 'wl-folder)
1543
1544 (defcustom wl-auto-check-folder-list nil
1545   "A list of patterns for exceptional folders against
1546 wl-auto-uncheck-folder-list.
1547 Each elements are regexp of folder name."
1548   :type '(repeat (regexp :tag "Folder Regexp"))
1549   :group 'wl-folder)
1550
1551 (defcustom wl-show-plug-status-on-modeline t
1552   "If it is non-nil, show plugged status in modeline."
1553   :type 'boolean
1554   :group 'wl-highlight)
1555
1556 (defcustom wl-plug-state-indicator-on  " [ON] "
1557   "String used to show plugged status ON."
1558   :type 'string
1559   :group 'wl-highlight)
1560
1561 (defcustom wl-plug-state-indicator-off " [--] "
1562   "String used to show plugged status OFF."
1563   :type 'string
1564   :group 'wl-highlight)
1565
1566 (defcustom wl-biff-check-folder-list nil
1567   "All folders that match this list are automatically checked
1568 every intervals specified by wl-biff-check-interval."
1569   :type '(repeat (regexp :tag "Folder Regexp"))
1570   :group 'wl-highlight)
1571
1572 (defcustom wl-biff-check-interval 40
1573   "Number of seconds between updates of new mails in the mode line."
1574   :type 'integer
1575   :group 'wl-highlight)
1576
1577 (defcustom wl-biff-state-indicator-on (if (and (featurep 'xemacs)
1578                                                (not (featurep 'mule)))
1579                                           "[Mail]"
1580                                         (decode-coding-string
1581                                          ;; Youbin mark
1582                                          (read "\"[\e$B\\\")\e(B]\"")
1583                                          (if (boundp 'MULE)
1584                                              '*iso-2022-jp*
1585                                            'iso-2022-jp)))
1586   "String used to show biff status ON."
1587   :type 'string
1588   :group 'wl-highlight)
1589
1590 (defcustom wl-biff-state-indicator-off (if (and (featurep 'xemacs)
1591                                                 (not (featurep 'mule)))
1592                                            "[--]"
1593                                           ;; Japanese short hyphen
1594                                          "[\e$B!>\e(B]")
1595   "String used to show biff status OFF."
1596   :type 'string
1597   :group 'wl-highlight)
1598
1599 (defcustom wl-mode-line-display-priority-list '(biff plug title)
1600   "Displaying order of items to be shown in modeline.  The first item will
1601 be placed in the leftmost.  The significant items are `biff' and `plug';
1602 otherwise, e.g. `title', corresponds to the things except for the biff
1603 staus nor the plugged status.  The default order is '(biff plug title)
1604 even if the value of this option is set to nil.  Here are some samples:
1605
1606 ;; Plugged status first:
1607 \(setq wl-mode-line-display-priority-list '(plug))
1608
1609 ;; Biff status, Title of Wanderlust, Plugged status:
1610 \(setq wl-mode-line-display-priority-list '(biff title plug))
1611
1612 "
1613   :type '(repeat (radio (const :format "%v " biff)
1614                         (const :format "%v " plug)
1615                         (sexp :tag "Other" :value title)))
1616   :group 'wl-highlight)
1617
1618 (defcustom wl-interactive-send t
1619   "*If non-nil, require your confirmation when sending draft message."
1620   :type 'boolean
1621   :group 'wl-pref
1622   :group 'wl-setting)
1623
1624 (defcustom wl-interactive-exit t
1625   "*If non-nil, require your confirmation when exiting WL."
1626   :type 'boolean
1627   :group 'wl-pref)
1628
1629 (defcustom wl-summary-move-order 'unread
1630   "*The order of priority when move in summary mode.
1631 If this variable is `unread', precede \"U\", \"!\", \"N\" mark.
1632 If this variable is `new', precede \"N\" mark."
1633   :type '(radio (const new)
1634                 (const unread))
1635   :group 'wl-summary
1636   :group 'wl-setting)
1637
1638 (defvar wl-summary-move-direction-downward t)
1639
1640 (defcustom wl-summary-move-direction-toggle t
1641   "*If non-nil, search direction for the next message will be determined
1642 depends on previous search direction.
1643 It uses wl-summary-move-direction-downward as a direction flag."
1644   :type 'boolean
1645   :group 'wl-summary)
1646
1647 (defcustom wl-auto-select-first nil
1648   "*If non-nil, display selected first message when enter summary."
1649   :type 'boolean
1650   :group 'wl-pref
1651   :group 'wl-setting)
1652
1653 (defcustom wl-auto-select-next nil
1654   "*If non-nil, offer to go to the next folder from the end of the previous.
1655 If the value is the symbol `unread', go to the next folder
1656 that no unread message exists.  If the value is the symbol `skip-no-unread',
1657 skip the folder that no unread message exists.
1658
1659 See also variable `wl-summary-next-no-unread-command'."
1660   :type '(radio (const :tag "off" nil)
1661                 (const :tag "on" t)
1662                 (const unread)
1663                 (const skip-no-unread))
1664   :group 'wl-pref
1665   :group 'wl-setting)
1666
1667 (defcustom wl-message-buffer-prefetch-folder-type-list t
1668   "*All folder types that match this list prefetch next message,
1669 and reserved buffer cache."
1670   :type `(choice (const :tag "all" t)
1671                  (const :tag "never" nil)
1672                  (set (const localdir)
1673                       (const localnews)
1674                       (const maildir)
1675                       (const imap4)
1676                       (const nntp)
1677                       (const pop3)
1678                       (const shimbun)
1679                       (const nmz)
1680                       (const archive)
1681                       (const mark)
1682                       (const cache)))
1683   :group 'wl-pref)
1684
1685 (defcustom wl-message-buffer-prefetch-folder-list nil
1686   "*All folders that match this list prefetch next message,
1687 and reserved buffer cache.
1688 e.x.
1689 '(\"^[-%]\")"
1690   :type '(repeat (regexp :tag "Folder Regexp"))
1691   :group 'wl-pref)
1692
1693 (defcustom wl-summary-always-sticky-folder-list nil
1694   "All folders that match this list has sticky summary.
1695 Each elements are regexp of folder name."
1696   :type '(radio (const :tag "none" nil)
1697                 (const :tag "all" t)
1698                 (repeat (regexp :tag "Folder Regexp")))
1699   :group 'wl-pref)
1700
1701 (defcustom wl-no-save-folder-list '("^/.*$" "^\\[.*$")
1702   "All folders that match this list won't save its msgdb.
1703 Each elements are regexp of folder name."
1704   :type '(repeat (regexp :tag "Folder Regexp"))
1705   :group 'wl-pref)
1706
1707 (defcustom wl-save-folder-list nil
1708   "All folders that match this list save its msgdb.
1709 Each elements are regexp of folder name."
1710   :type '(repeat (regexp :tag "Folder Regexp"))
1711   :group 'wl-pref)
1712
1713 (defcustom wl-folder-mime-charset-alist
1714   '(("^-alt\\.chinese" . big5)
1715     ("^-relcom\\." . koi8-r)
1716     ("^-tw\\." . big5)
1717     ("^-han\\." . euc-kr)
1718     ("@sponichi" . shift_jis))
1719   "Charset alist.  If no match, `wl-mime-charset' is used."
1720   :type '(repeat (cons (regexp :tag "Folder Regexp") (symbol :tag "Charset")))
1721   :group 'wl-summary
1722   :group 'wl-pref)
1723
1724 (defcustom wl-folder-weekday-name-lang-alist
1725   '(("^-alt\\.chinese" . "en")
1726     ("^-relcom\\." . "en")
1727     ("^-tw\\." . "en")
1728     ("^-han\\." . "en"))
1729   "Weekday name lang alist.
1730 If no match, `wl-summary-weekday-name-lang' is used.
1731 e.x.
1732 '((\"xemacs-beta$\" . \"en\")
1733   (\"^-fj\" . \"ja\"))"
1734   :type '(repeat (cons (regexp :tag "Folder Regexp")
1735                        (choice (const "ja")
1736                                (const "en")
1737                                (const "fr")
1738                                (const "de")
1739                                (string :tag "Other"))))
1740   :group 'wl-pref)
1741
1742 (defcustom wl-folder-thread-indent-set-alist
1743   '(("^-alt\\.chinese" . (2 "+" "+" "|" "-" " "))
1744     ("^-relcom\\." . (2 "+" "+" "|" "-" " "))
1745     ("^-tw\\." . (2 "+" "+" "|" "-" " "))
1746     ("^-han\\." . (2 "+" "+" "|" "-" " ")))
1747   "Thread indent set alist.
1748 If no match, following indent set is used.
1749 (wl-thread-indent-level
1750  wl-thread-have-younger-brother-str
1751  wl-thread-youngest-child-str
1752  wl-thread-vertical-str
1753  wl-thread-horizontal-str
1754  wl-thread-space-str)
1755 e.x.
1756 '((\"xemacs-beta$\" . (2 \"+\" \"+\" \"|\" \"-\" \" \")))"
1757   :type '(repeat (cons (regexp :tag "Folder Regexp")
1758                        (group (integer :tag "Indent")
1759                               (string :tag "Yonger Brother")
1760                               (string :tag "Yonger Child")
1761                               (string :tag "Vertical")
1762                               (string :tag "Horizontal")
1763                               (string :tag "Space"))))
1764   :group 'wl-pref)
1765
1766 (defcustom wl-folder-sync-range-alist
1767   (list (cons (concat "^" (regexp-quote wl-draft-folder) "$\\|^"
1768                       (regexp-quote wl-queue-folder) "$")
1769               "all"))
1770   "*Default sync range alist.  If no matches, `wl-default-sync-range' is used."
1771   :type '(repeat (cons (regexp :tag "Folder Regexp")
1772                        (choice (const "update")
1773                                (const "all")
1774                                (const "rescan")
1775                                (const "first:")
1776                                (const "last:")
1777                                (const "no-sync")
1778                                (const :tag "none" nil))))
1779   :group 'wl-pref)
1780
1781 (defcustom wl-default-sync-range  "update"
1782   "*Default sync range."
1783   :type '(choice (const "update")
1784                  (const "all")
1785                  (const "rescan")
1786                  (const "first:")
1787                  (const "last:")
1788                  (const "no-sync")
1789                  (const :tag "none" nil))
1790   :group 'wl-pref)
1791
1792 (defcustom wl-ask-range t
1793   "*If non-nil, ask for a range for summary synchronization.
1794 If nil, always use default."
1795   :type 'boolean
1796   :group 'wl-pref)
1797
1798 (defcustom wl-folder-process-duplicates-alist nil
1799   "Specify process type of duplicated messages.
1800 It should be a list of cons cell like: (REGEXP . TYPE)
1801 REGEXP is a regular expression string of folder name.
1802 TYPE is one of the symbols `hide' or `read'.
1803 `hide' means hide duplicated messages.
1804 `read' means mark as read duplicated messages.
1805 If TYPE is nil, do nothing for duplicated messages."
1806   :type '(repeat (cons (regexp :tag "Folder regexp")
1807                        (choice (const :tag "Hide" hide)
1808                                (const :tag "Mark as read" read))))
1809   :group 'wl-folder)
1810
1811 (defcustom wl-folder-move-cur-folder nil
1812   "*Non-nil, move to current folder on folder-mode when goto folder."
1813   :type 'boolean
1814   :group 'wl-folder)
1815
1816 (defcustom wl-folder-check-async t
1817   "*Check the folder asynchronous."
1818   :type 'boolean
1819   :group 'wl-folder)
1820
1821 (defcustom wl-folder-notify-deleted nil
1822   "*Non-nil, display negative number on folder-mode when message is deleted
1823 in folder. If the value is 'sync, msgdb would be synchronized."
1824   :type '(choice (const :tag "off" nil)
1825                  (const :tag "on" t)
1826                  (const sync))
1827   :group 'wl-folder)
1828
1829 (defcustom wl-summary-exit-next-move t
1830   "*Non-nil, move to next-unsync or next-entity when exit summary."
1831   :type 'boolean
1832   :group 'wl-summary)
1833
1834 (defcustom wl-summary-next-no-unread-command
1835   '(wl-summary-read wl-summary-down wl-summary-up)
1836   "*Command list available when the value of `wl-auto-select-next' is 'unread
1837 or 'skip-no-unread."
1838   :type '(repeat function)
1839   :group 'wl-summary)
1840
1841 (defcustom wl-summary-search-via-nntp 'confirm
1842   "*Non-nil, search message via nntp after `wl-summary-jump-to-msg-by-message-id'.  If the value is 'confirm, confirm before search."
1843   :type 'boolean
1844   :group 'wl-summary)
1845
1846 (defcustom wl-summary-keep-cursor-command
1847   '(wl-summary-goto-folder wl-summary-goto-last-visited-folder)
1848   "*Command list to keep cursor position when folder is changed to
1849 already existing summary."
1850   :type '(repeat function)
1851   :group 'wl-summary)
1852
1853 (defcustom wl-summary-showto-folder-regexp nil
1854   "Regexp specifying the folder that shows the To (or Newsgroups) field as
1855 Sender information in summary mode."
1856   :type '(choice (const :tag "none" nil)
1857                  regexp)
1858   :group 'wl-summary)
1859
1860 (defcustom wl-folder-removed-mark "#<removed>"
1861   "Mark for removed folder."
1862   :type 'string
1863   :group 'wl-folder)
1864
1865 (defcustom wl-folder-unsubscribe-mark "#"
1866   "Mark for unsubscribe folder."
1867   :type 'string
1868   :group 'wl-folder)
1869
1870 (defcustom wl-delete-folder-alist '(("^-" . remove))
1871   "*Alist of folder and delete policy.
1872 Each element is (folder-regexp . policy).
1873
1874 The policy is one of the followings:
1875 'remove or
1876 'null     : remove message.
1877 string    : refile to the specified folder.
1878 'trash or
1879 otherwise : refile to the `wl-trash-folder'.
1880 ex.
1881 '((\"^%\" . \"%#mh/trash\")
1882   (\"^-\" . remove)
1883   (\"^\\\\+\" . trash))"
1884   :type '(repeat (cons (regexp :tag "Folder Regexp")
1885                        (choice :tag "Policy"
1886                                (const remove)
1887                                (const :tag "remove(null)" null)
1888                                (const trash)
1889                                (const :tag "trash(other)" trash)
1890                                (string :tag "Folder"))))
1891   :group 'wl-folder)
1892
1893 (defcustom wl-refile-policy-alist '(("^[-=']" . copy)
1894                                     (".*" . move))
1895   "*List of refile policy.  Each element is (FOLDER-REGEXP . POLICY).
1896 POLICY is copy or move."
1897   :type '(repeat (cons (regexp :tag "Folder Regexp")
1898                        (choice (const copy)
1899                                (const move))))
1900   :group 'wl-summary
1901   :group 'wl-pref)
1902
1903 (defcustom wl-folder-hierarchy-access-folders '("-" "-alt")
1904   "*Access group folders to make hierarchy structure."
1905   :type '(repeat (string :tag "Folder"))
1906   :group 'wl-folder)
1907
1908 (defcustom wl-folder-init-load-access-folders nil
1909   "*Access group folders to load folder list on `wl-folder-init'.
1910 If this variable is non-nil,
1911 `wl-folder-init-no-load-access-folders' will be ignored."
1912   :type '(repeat (regexp :tag "Folder Regexp"))
1913   :group 'wl-folder)
1914
1915 (defcustom wl-folder-init-no-load-access-folders nil
1916   "*Access group folders to not load folder list on `wl-folder-init'.
1917 If `wl-folder-init-load-access-folders' is non-nil,
1918 this variable will be ignored."
1919   :type '(repeat (regexp :tag "Folder Regexp"))
1920   :group 'wl-folder)
1921
1922 (defcustom wl-folder-access-subscribe-alist nil
1923   "*Subscribe folders to fetching folder entries.
1924 Each element is (group-regexp (subscribe folder-regexp ...)).
1925 If subscribe is non-nil, subscribe when match folder-regexp.
1926 If subscribe is nil, unsubscribe when match folder-regexp.
1927
1928 ex.
1929 '((\"^-fj$\"   . (t   \"^-fj\\\\.\\\\(editor\\\\|mail\\\\|net\\\\|news\\\\)\"))
1930   (\"^-comp$\" . (t   \"^-comp\\\\.unix\" \"^-comp\\\\.sys\"))
1931   (\"^-$\"     . (nil \"^-alt\" \"^-rec\")))"
1932   :type '(repeat (cons (regexp :tag "Folder Regexp")
1933                        (list (boolean :tag "Subscribed")
1934                              (repeat :inline t
1935                                      (regexp :tag "Folder Regexp")))))
1936   :group 'wl-folder)
1937
1938 ;;; For Folder Manager
1939
1940 (defcustom wl-interactive-save-folders t
1941   "*Non-nil require your confirmation when save folders."
1942   :type 'boolean
1943   :group 'wl-folder
1944   :group 'wl-setting)
1945
1946 (defcustom wl-fldmgr-make-backup t
1947   "*Non-nil make backup file when save folders."
1948   :type 'boolean
1949   :group 'wl-folder)
1950
1951 (defcustom wl-fldmgr-folders-indent "\t"
1952   "*Indent string for folders file."
1953   :type 'string
1954   :group 'wl-folder)
1955
1956 (defcustom wl-fldmgr-sort-function 'wl-fldmgr-sort-standard
1957   "*A function to sort folder."
1958   :type 'function
1959   :group 'wl-folder)
1960
1961 (defcustom wl-fldmgr-sort-group-first t
1962   "*Non-nil Group folder is first when sort."
1963   :type 'function
1964   :group 'wl-folder)
1965
1966 (defcustom wl-fldmgr-add-complete-with-current-folder-list nil
1967   "*If non-nil, completion for adding folder refers current folder list."
1968   :type 'boolean
1969   :group 'wl-folder)
1970
1971 (defcustom wl-fldmgr-make-filter-default "Body"
1972   "*Default filter key while making filter on Folder."
1973   :type '(radio (const "From")
1974                 (const "Subject")
1975                 (const "To")
1976                 (const "Cc")
1977                 (const "Body")
1978                 (const "Since")
1979                 (const "Before")
1980                 (const "Last")
1981                 (const "First")
1982                 (string :tag "Other"))
1983   :group 'wl-folder)
1984
1985 ;;; For Expire and Archive
1986
1987 (defcustom wl-expire-alist nil
1988   "Alist to decide a policy for expire.
1989 Each element is (folder-regexp (number or date) policy).
1990
1991 The policy is one of the followings:
1992 'remove  : remove messsage.
1993 'trash   : refile `wl-trash-folder'.
1994 string   : refile string folder.
1995 function : call function.
1996
1997 ex.
1998 '((\"^\\\\+ml/wl$\"             (number 500 510) wl-expire-archive-number1 t)
1999   (\"^\\\\+ml/\"                (number 300 305) wl-expire-archive-number2)
2000   (\"^\\\\+outbox$\"            (number 300) \"$outbox;lha\")
2001   (\"^\\\\(\\\\+tmp\\\\|\\\\+trash\\\\)$\"      (date 7) remove)
2002   (\"^\\\\+misc$\"              (date 14) trash))"
2003   :type '(repeat (choice (list :tag "No-match"
2004                                (regexp :tag "Folder Regexp")
2005                                (const nil))
2006                          (list :tag "Match"
2007                                (regexp :tag "Folder Regexp")
2008                                (list (radio :value number
2009                                             (const number)
2010                                             (const date))
2011                                      (list :inline t
2012                                            integer
2013                                            (repeat :inline t integer)))
2014                                (choice :tag "Policy"
2015                                        :value remove
2016                                        (const remove)
2017                                        (const trash)
2018                                        (string :tag "folder")
2019                                        function)
2020                                (repeat :inline t
2021                                        :tag "Arg for function"
2022                                        sexp))))
2023   :group 'wl-expire)
2024
2025 (defcustom wl-archive-alist '((".*" wl-archive-number1))
2026   "Alist to decide a policy for archive.
2027 Each element is (folder-regexp policy(function)).
2028
2029 ex.
2030 '((\"\\\\+work$\" wl-archive-date)
2031   (\"\\\\+ml/\"   wl-archive-number1)
2032   (\".*\"       wl-archive-number2))"
2033   :type '(repeat (list (regexp :tag "Folder Regexp")
2034                        function
2035                        (repeat :inline t
2036                                (sexp :tag "Argument"))))
2037   :group 'wl-expire)
2038
2039 (defcustom wl-summary-expire-reserve-marks
2040   (list wl-summary-important-mark
2041         wl-summary-new-mark
2042         wl-summary-unread-mark
2043         wl-summary-unread-uncached-mark
2044         wl-summary-unread-cached-mark)
2045   "Permanent marks of reserved message when expire.
2046 Don't reserve temporary mark message.
2047
2048 ex.
2049 'all  : reserved all permanent marks.
2050 'none : not reserve permanent marks.
2051 list  : reserved specified permanent marks."
2052   :type '(repeat (string :tag "Mark"))
2053   :group 'wl-expire)
2054
2055 (defcustom wl-expire-number-with-reserve-marks nil
2056   "If non-nil, include reserve message when expire by number."
2057   :type 'boolean
2058   :group 'wl-expire)
2059
2060 (defcustom wl-expire-add-seen-list t
2061   "*If non-nil, add seen message list when refile message at expire."
2062   :type 'boolean
2063   :group 'wl-expire)
2064
2065 (defcustom wl-expire-use-log nil
2066   "*If non-nil, write a log when expired."
2067   :type 'boolean
2068   :group 'wl-expire)
2069
2070 (defcustom wl-expire-folder-update-msgdb t
2071   "*Non-nil update summary msgdb when expire on folder mode."
2072   :type 'boolean
2073   :group 'wl-expire)
2074
2075 ;; for wl-expire-archive-{number1|number2}
2076 (defcustom wl-expire-archive-files 100
2077   "*The number of one archive folder."
2078   :type 'integer
2079   :group 'wl-expire)
2080
2081 ;; for wl-expire-archive-{number1|number2|date}
2082 (defcustom wl-expire-archive-get-folder-function
2083   'wl-expire-archive-get-folder
2084   "*A function to get archive folder name."
2085   :type 'function
2086   :group 'wl-expire)
2087
2088 (defcustom wl-expire-delete-oldmsg-confirm t
2089   "*If non-nil, require your confirmation when delete old message."
2090   :type 'boolean
2091   :group 'wl-expire)
2092
2093 ;; for wl-expire-archive-get-folder
2094 (defcustom wl-expire-archive-folder-type 'zip
2095   "*Archiver type of archive folder."
2096   :type '(radio (const zip)
2097                 (const lha)
2098                 (const zoo)
2099                 (const rar)
2100                 (const tar)
2101                 (const tgz)
2102                 (symbol :tag "Other"))
2103   :group 'wl-expire)
2104
2105 (defcustom wl-expire-archive-folder-name-fmt "%s-%%05d;%s" ;; $folder-00100;zip
2106   "*A format string for archive folder name."
2107   :type 'string
2108   :group 'wl-expire)
2109
2110 (defcustom wl-expire-archive-folder-num-regexp "-\\([0-9]+\\);"
2111   "*A regexp string for archive folder name."
2112   :type 'string
2113   :group 'wl-expire)
2114
2115 (defcustom wl-expire-archive-date-folder-name-fmt "%s-%%04d%%02d;%s"
2116                                                 ;; $folder-199812;zip
2117   "*A format string for archive date folder name."
2118   :type 'string
2119   :group 'wl-expire)
2120
2121 (defcustom wl-expire-archive-date-folder-num-regexp "-\\([0-9]+\\);"
2122   "*A regexp string for archive date folder name."
2123   :type 'string
2124   :group 'wl-expire)
2125
2126 (defcustom wl-expire-archive-folder-prefix nil
2127   "*Prefix for archive folder."
2128   :type '(radio (const :tag "nothing" nil)
2129                 (const :tag "full" t)
2130                 (const short))
2131   :group 'wl-expire)
2132
2133 ;;;; Highlights.
2134
2135 ;; highilght about summary
2136 (defcustom wl-highlight-max-summary-lines 10000
2137   "*If the summary is larger than this lines, don't highlight it."
2138   :type 'integer
2139   :group 'wl-highlight)
2140
2141 ;; highilght about draft and message
2142 (defcustom wl-highlight-body-too t
2143   "*In addition to header, highlight the body too.  if non nil."
2144   :type 'boolean
2145   :group 'wl-highlight)
2146
2147 (defcustom wl-highlight-message-header-alist
2148   '(("Subject[ \t]*:" . wl-highlight-message-important-header-contents)
2149     ("From[ \t]*:\\|To[ \t]*:" . wl-highlight-message-important-header-contents2)
2150     ("X-[^ \t]*:\\|User-Agent[ \t]*:" . wl-highlight-message-unimportant-header-contents))
2151   ""
2152   :type '(repeat (cons regexp face))
2153   :group 'wl-highlight)
2154
2155 (defcustom wl-highlight-citation-prefix-regexp
2156   "^[>|:} ]*[>|:}]\\([^ \n>]*>\\)?\\|^[^ <\n>]*>"
2157   "All lines that match this regexp will be highlighted with
2158  `wl-highlight-message-cited-text-*' face."
2159   :type 'regexp
2160   :group 'wl-highlight)
2161
2162 (defcustom wl-highlight-highlight-citation-too nil
2163   "*Whether the whole citation line should go in the
2164 `wl-highlight-citation-face' face.
2165 If nil, the text matched by `wl-highlight-citation-prefix-regexp' is in the
2166 default face, and the remainder of the line is in the
2167 wl-highlight-message-cited-text face."
2168   :type 'boolean
2169   :group 'wl-highlight)
2170
2171 (defcustom wl-highlight-force-citation-header-regexp
2172   "^>>>.*$\\|^[ \t]*<[^>]*>[ \t]*$"
2173   "*The pattern to match the prolog of a cited block.
2174 Text in the body of a message which matches this will be displayed in
2175 the `wl-highlight-message-headers' face."
2176   :type 'regexp
2177   :group 'wl-highlight)
2178
2179 (defcustom wl-highlight-citation-header-regexp
2180   (concat "In article.*$\\|In message.*$\\|In the message.*$\\|"
2181           "^At[^\n]+\n[^\n]+wrote:\n\\|"
2182           "^.*\\(writes\\|wrote\\|said\\):\n")
2183   "*The pattern to match the prolog of a cited block.
2184 Text in the body of a message which matches this will be displayed in
2185 the `wl-highlight-message-headers' face."
2186   :type 'regexp
2187   :group 'wl-highlight)
2188
2189 (defcustom wl-highlight-max-header-size nil
2190   "*If the message header is larger than this many chars, don't highlight it.
2191 If this is nil, all headers will be highlighted."
2192   :type 'integer
2193   :group 'wl-highlight)
2194
2195 (defcustom wl-highlight-max-message-size 10000
2196   "*If the message body is larger than this many chars, don't highlight it.
2197 This is to prevent us from wasting time trying to fontify things like
2198 uuencoded files and large digests.  If this is nil, all messages will
2199 be highlighted."
2200   :type 'integer
2201   :group 'wl-highlight)
2202
2203 ;; highilght about signature (of draft and message)
2204 (defcustom wl-highlight-signature-separator
2205   '("\n--+\n" "\n\n--+.*\n*\\'")
2206   "List of regexps matching signature separator.
2207 It will be verified from head to tail looking for a separator.
2208 Verification will be done from the end of the buffer.
2209 No need to specify \"^-- $\" in this list,
2210 because it is verified by default.
2211 This variable can also be a regex."
2212   :type '(repeat regexp)
2213   :group 'wl-highlight)
2214
2215 (defcustom wl-max-signature-size 400
2216   "*If the signature is larger than this chars, don't treat it as a signature."
2217   :type 'integer
2218   :group 'wl-highlight)
2219
2220 ;; highilght about mouse
2221 (defcustom wl-use-highlight-mouse-line (and window-system
2222                                             (>= emacs-major-version 19))
2223   "*Highlight mouse line, if non nil."
2224   :type 'boolean
2225   :group 'wl-highlight)
2226
2227 ;; highilght about folder
2228 (defcustom wl-highlight-folder-with-icon
2229   (or (and (featurep 'xemacs)
2230            (featurep 'xpm))
2231       wl-on-emacs21)
2232   "*Highlight folder with icon(XEmacs or Emacs 21)."
2233   :type 'boolean
2234   :group 'wl-highlight)
2235 (defcustom wl-highlight-folder-by-numbers t
2236   "Highlight folder lines by numbers.
2237 If it is a number, only numbers will be highlighted."
2238   :type '(choice (const :tag "whole line" t)
2239                  (const :tag "only numbers" 1)
2240                  (const :tag "don't highlight" nil))
2241   :group 'wl-highlight)
2242
2243 (defcustom wl-highlight-signature-search-function 'wl-highlight-signature-search
2244   "Function to search signature area in the message body."
2245   :type 'function
2246   :group 'wl-highlight)
2247
2248 (defcustom wl-use-dnd (and wl-on-xemacs
2249                            (featurep 'dragdrop))
2250   "If Non-nil, support dragdrop feature in XEmacs."
2251   :type 'boolean
2252   :group 'wl-pref)
2253
2254 (defcustom wl-reset-plugged-alist t
2255   "*If non-nil, reset `elmo-plugged-alist' when startup."
2256   :type 'boolean
2257   :group 'wl-pref)
2258
2259 (defcustom wl-demo-display-logo (if (or (featurep 'xemacs)
2260                                         (module-installed-p 'image)
2261                                         (module-installed-p 'bitmap))
2262                                     t)
2263   "If it is T, show graphic logo in the startup screen.  You can set it to
2264 a symbol `bitmap', `xbm' or `xpm' in order to force the image format."
2265   :type '(radio (const :tag "Off" nil)
2266                 (const :tag "On (any format)" t)
2267                 (const xpm)
2268                 (const xbm)
2269                 (const :tag "bitmap (using BITMAP-MULE)" bitmap))
2270   :group 'wl-pref)
2271
2272 ;;; Internal variables
2273 (defvar wl-init nil)
2274
2275 ;; For disconnected operations.
2276 (defvar wl-plugged-hook nil)
2277 (defvar wl-unplugged-hook nil)
2278 (defvar wl-plugged t)
2279
2280 ;; Internal variables used to modeline identifiers.
2281 (defvar wl-modeline-plug-status nil)
2282 (defvar wl-modeline-plug-state-on wl-plug-state-indicator-on)
2283 (defvar wl-modeline-plug-state-off wl-plug-state-indicator-off)
2284 (defvar wl-modeline-biff-status nil)
2285 (defvar wl-modeline-biff-state-on wl-biff-state-indicator-on)
2286 (defvar wl-modeline-biff-state-off wl-biff-state-indicator-off)
2287
2288 ;; Advanced thread view.
2289 (defvar wl-thread-indent-level 1
2290   "*Indent level for thread.")
2291 (defvar wl-thread-have-younger-brother-str "\e$B(2\e(B"
2292   "*A string for thread branch line.  It should contain one character.")
2293 (defvar wl-thread-youngest-child-str       "\e$B(1\e(B"
2294   "*A string for thread branch line.  It should contain one character.")
2295 (defvar wl-thread-vertical-str             "\e$B(-\e(B"
2296   "*A string for thread branch line.  It should contain one character.")
2297 (defvar wl-thread-horizontal-str           "\e$B(,\e(B"
2298   "*A string for thread branch line.  It should contain one character.")
2299 (defvar wl-thread-space-str                "\e$B!!\e(B"
2300   "*A string for thread branch line.  It should contain one character.")
2301
2302 (defvar wl-highlight-thread-indent-string-regexp "[^[<]*"
2303   "* A regexp string for thread indent...for highlight.")
2304
2305 ;; folder icons. filename relative to wl-icon-directory
2306 (defvar wl-opened-group-folder-icon "opened.xpm"
2307   "*Icon file for opened group folder.")
2308 (defvar wl-closed-group-folder-icon "closed.xpm"
2309   "*Icon file for closed group folder.")
2310 (defvar wl-nntp-folder-icon "news.xpm"
2311   "*Icon file for nntp folder.")
2312 (defvar wl-imap-folder-icon "imap.xpm"
2313   "*Icon file for imap folder.")
2314 (defvar wl-pop-folder-icon  "pop.xpm"
2315   "*Icon file for pop folder.")
2316 (defvar wl-localdir-folder-icon "local.xpm"
2317   "*Icon file for localdir folder.")
2318 (defvar wl-localnews-folder-icon "localnews.xpm"
2319   "*Icon file for localnews folder.")
2320 (defvar wl-internal-folder-icon "internal.xpm"
2321   "*Icon file for internal folder.")
2322 (defvar wl-multi-folder-icon "multi.xpm"
2323   "*Icon file for multi folder.")
2324 (defvar wl-filter-folder-icon "filter.xpm"
2325   "*Icon file for filter folder.")
2326 (defvar wl-archive-folder-icon "archive.xpm"
2327   "*Icon file for archive folder.")
2328 (defvar wl-pipe-folder-icon "pipe.xpm"
2329   "*Icon file for pipe folder.")
2330 (defvar wl-nmz-folder-icon "nmz.xpm"
2331   "*Icon file for namazu folder.")
2332 (defvar wl-shimbun-folder-icon "shimbun.xpm"
2333   "*Icon file for shimbun folder.")
2334 (defvar wl-maildir-folder-icon "maildir.xpm"
2335   "*Icon file for maildir folder.")
2336 (defvar wl-empty-trash-folder-icon "trash-e.xpm"
2337   "*Icon file for emptied trash folder.")
2338 (defvar wl-trash-folder-icon "trash.xpm"
2339   "*Icon file for trash folder.")
2340 (defvar wl-draft-folder-icon "draft.xpm"
2341   "*Icon file for draft folder.")
2342 (defvar wl-queue-folder-icon "queue.xpm"
2343   "*Icon file for queue folder.")
2344 (defvar wl-plugged-icon "plugged.xpm"
2345   "*Icon file for plugged state.")
2346 (defvar wl-unplugged-icon "unplugged.xpm"
2347   "*Icon file for unplugged state.")
2348 (defvar wl-biff-mail-icon "letter.xpm"
2349   "*Icon file for mail existed state.")
2350 (defvar wl-biff-nomail-icon "no-letter.xpm"
2351   "*Icon file for no mail existed state.")
2352 (defvar wl-prog-uudecode "uudecode"
2353   "*uudecode program name.")
2354 (defvar wl-prog-uudecode-arg nil
2355   "*Arguments for uudecode program.")
2356 (defvar wl-prog-uudecode-no-stdout-option t
2357   "*If non-nil, uudecode program don't have option for output to stdout.")
2358
2359 ;; plug
2360 (defvar wl-plugged-plug-on "ON")
2361 (defvar wl-plugged-plug-off "--")
2362 (defvar wl-plugged-auto-off "**")
2363 (defvar wl-plugged-server-indent 2)
2364 (defvar wl-plugged-port-indent 4)
2365 (defvar wl-plugged-queue-status-column 25)
2366
2367 ;;;; Obsolete variables.
2368
2369 ;; 2001-12-11: *-dir -> *-directory
2370 (elmo-define-obsolete-variable 'wl-icon-dir
2371                                'wl-icon-directory)
2372 (elmo-define-obsolete-variable 'wl-mime-save-dir
2373                                'wl-mime-save-directory)
2374 (elmo-define-obsolete-variable 'wl-score-files-dir
2375                                'wl-score-files-directory)
2376 (elmo-define-obsolete-variable 'wl-tmp-dir
2377                                'wl-temporary-file-directory)
2378
2379 ;; 2001-12-07
2380 (elmo-define-obsolete-variable 'wl-from-width
2381                                'wl-summary-from-width)
2382 (elmo-define-obsolete-variable 'wl-subject-length-limit
2383                                'wl-summary-subject-length-limit)
2384
2385 ;; 2001-12-10
2386 (elmo-define-obsolete-variable 'wl-summary-update-confirm-threshold
2387                                'elmo-folder-update-threshold)
2388 (elmo-define-obsolete-variable 'wl-fetch-confirm-threshold
2389                                'elmo-message-fetch-threshold)
2390
2391 (elmo-define-obsolete-variable 'wl-cache-prefetch-folder-type-list
2392                                'wl-message-buffer-prefetch-folder-type-list)
2393 (elmo-define-obsolete-variable 'wl-cache-prefetch-folder-list
2394                                'wl-message-buffer-prefetch-folder-list)
2395
2396 ;; 2001-02-27: *-func -> *-function
2397 (elmo-define-obsolete-variable 'wl-summary-from-func
2398                                'wl-summary-from-function)
2399 (elmo-define-obsolete-variable 'wl-summary-subject-func
2400                                'wl-summary-subject-function)
2401 (elmo-define-obsolete-variable 'wl-summary-subject-filter-func
2402                                'wl-summary-subject-filter-function)
2403 (elmo-define-obsolete-variable 'wl-draft-send-func
2404                                'wl-draft-send-function)
2405 (elmo-define-obsolete-variable 'wl-draft-send-news-func
2406                                'wl-draft-send-news-function)
2407 (elmo-define-obsolete-variable 'wl-draft-send-mail-func
2408                                'wl-draft-send-mail-function)
2409 (elmo-define-obsolete-variable 'wl-print-buffer-func
2410                                'wl-print-buffer-function)
2411 (elmo-define-obsolete-variable 'wl-ps-print-buffer-func
2412                                'wl-ps-print-buffer-function)
2413 (elmo-define-obsolete-variable 'wl-generate-mailer-string-func
2414                                'wl-generate-mailer-string-function)
2415 (elmo-define-obsolete-variable 'wl-highlight-x-face-func
2416                                'wl-highlight-x-face-function)
2417 (elmo-define-obsolete-variable 'wl-fldmgr-sort-func
2418                                'wl-fldmgr-sort-function)
2419 (elmo-define-obsolete-variable 'wl-expire-archive-get-folder-func
2420                                'wl-expire-archive-get-folder-function)
2421 (elmo-define-obsolete-variable 'wl-highlight-signature-search-func
2422                                'wl-highlight-signature-search-function)
2423
2424 ;; 2000-01-25: temp mark -> target mark
2425 (elmo-define-obsolete-variable 'wl-summary-temp-above
2426                                'wl-summary-target-above)
2427
2428 ;; 1999-11-07: Unified with `wl-draft-config-alist'.
2429 (defvar wl-draft-prepared-config-alist nil)
2430 (make-obsolete-variable 'wl-draft-prepared-config-alist
2431                         'wl-draft-config-alist)
2432
2433 ;; 1999-10-10
2434 (elmo-define-obsolete-variable 'wl-address-filename
2435                                'wl-address-file)
2436 (elmo-define-obsolete-variable 'wl-score-default-file-name
2437                                'wl-score-default-file)
2438
2439
2440 (require 'product)
2441 (product-provide (provide 'wl-vars) (require 'wl-version))
2442
2443 ;;; wl-vars.el ends here