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