`wl-summary-write-current-folder' and `wl-folder-write-current-folder'.
[elisp/wanderlust.git] / doc / wl.texi
1 \input texinfo @c -*-texinfo -*-
2 @c %**start of header
3 @setfilename wl.info
4 @settitle Wanderlust -- Yet Another Message Interface On Emacsen --
5 @c %**end of header
6 @documentlanguage en
7 @documentencoding us-ascii
8 @set VERSION 2.3.93
9 @synindex pg cp
10 @finalout
11
12 @dircategory GNU Emacs Lisp
13 @direntry
14 * Wanderlust: (wl).         Yet Another Message Interface On Emacsen
15 @end direntry
16
17 @c permissions text appears in an Info file before the first node.
18 @ifinfo
19 This file documents Wanderlust, Yet another message interface on
20 Emacsen.
21
22 Copyright @copyright{} 1998, 1999, 2000 @w{Yuuichi Teranishi},
23 @w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada},
24 @w{Kaoru Takahashi}, @w{Bun Mizuhara} and @w{Masayuki Osada}.
25
26 This edition is for Wanderlust version @value{VERSION}.
27
28 Permission is granted to make and distribute verbatim copies of this
29 manual provided the copyright notice and this permission notice are
30 preserved on all copies.
31
32 @ignore
33 Permission is granted to process this file through TeX and print the
34 results, provided the printed document carries copying permission notice
35 identical to this one except for the removal of this paragraph (this
36 paragraph not being relevant to the printed manual).
37
38 @end ignore
39 Permission is granted to copy and distribute modified versions of this
40 manual under the conditions for verbatim copying, provided that the
41 entire resulting derived work is distributed under the terms of a
42 permission notice identical to this one.
43
44 Permission is granted to copy and distribute translations of this manual
45 into another language, under the above conditions for modified versions.
46
47 @end ifinfo
48
49 @titlepage
50 @sp 10
51 @title Wanderlust User's Manual
52 @subtitle Yet another message interface on Emacsen
53 @subtitle for Wanderlust version @value{VERSION}
54 @author Yuuichi Teranishi
55 @author Fujikazu Okunishi
56 @author Masahiro Murata
57 @author Kenichi Okada
58 @author Kaoru Takahashi
59 @author Bun Mizuhara
60 @author Masayuki Osada
61 @page
62
63 @vskip 0pt plus 1filll
64 Copyright @copyright{} 1998, 1999, 2000 @w{Yuuichi Teranishi},
65 @w{Fujikazu Okunishi}, @w{Masahiro Murata}, @w{Kenichi Okada},
66 @w{Kaoru Takahashi}, @w{Bun Mizuhara} and @w{Masayuki Osada}.
67
68 This manual is for Wanderlust version @value{VERSION}.
69
70 Permission is granted to make and distribute verbatim copies of this
71 manual provided the copyright notice and this permission notice are
72 preserved on all copies.
73
74 Permission is granted to copy and distribute modified versions of this
75 manual under the conditions for verbatim copying, provided that the
76 entire resulting derived work is distributed under the terms of a
77 permission notice identical to this one.
78
79 Permission is granted to copy and distribute translations of this manual
80 into another language, under the above conditions for modified versions.
81
82 @end titlepage
83
84
85 @ifinfo
86 @node Top, Introduction, (dir), (dir)
87 @top Wanderlust User's Manual
88
89 @flushright
90 Yuuichi Teranishi
91 Fujikazu Okunishi
92 Masahiro Murata
93 Kenichi Okada
94 Kaoru Takahashi
95 Bun Mizuhara
96 Masayuki Osada
97 @end flushright
98
99 This manual is for Wanderlust @value{VERSION}.
100
101 @end ifinfo
102
103 @menu
104 * Introduction::             Read this first.
105 * Start Me Up::              Invoking Wanderlust.
106 * Folders::                  How to specify folders.
107 * Folder::                   Selecting and editing folders.
108 * Summary::                  Reading and refiling messages.
109 * Message::                  Saving and playing MIME multipart entities.
110 * Draft::                    Draft buffer, sending mail and news.
111 * Disconnected Operations::  Off-Line management
112 * Expire and Archive::       Automatic expiration and archiving of messages.
113 * Scoring::                  Score of the messages.
114 * Customization::            Customizing Wanderlust.
115 * Mailing List::             Wanderlust mailing list
116 * Addition::                 Additional Information
117 * Index::                    Key index.
118 @end menu
119
120
121 @node Introduction, Start Me Up, Top, Top
122 @chapter Introduction of Wanderlust
123 @cindex Introduction
124
125 Wanderlust is an mail/news management system on Emacsen.
126 It supports IMAP4rev1(RFC2060), NNTP, POP and local message files.
127
128 The main features of Wanderlust:
129
130 @itemize @minus
131 @item Pure elisp implementation.
132 @item Supports IMAP4rev1, NNTP, POP(POP3/APOP), MH and Maildir format.
133 @item Unified access method to messages based on Mew-like Folder Specification.
134 @item Mew-like Key-bind and mark handling.
135 @item Manages unread messages.
136 @item Interactive thread display.
137 @item Folder Mode shows the list of subscribed folders.
138 @item Message Cache, Disconnected Operation (Read Only).
139 @item MH-like FCC. (FCC: %Backup and FCC: $Backup is allowed).
140 @item MIME compliant (by SEMI or tm).
141 @item Transmission of news and mail are unified by Message transmitting draft.
142 @item Graphical list of folders (XEmacs and Emacs 21).
143 @item View a part of message without retrieving the whole message (IMAP4).
144 @item Server-side message look up (IMAP4). Multi-byte characters are allowed.
145 @item Virtual Folders.
146 @item Supports compressed folder using common archiving utilities.
147 @item Old articles in folders are automatically removed/archived (Expiration).
148 @item Automatic re-file.
149 @item Template function makes it convenient to send fixed form messages.
150 @end itemize
151
152
153 @section Environment
154
155 Wanderlust is supposed to run on following Emacsen: 
156 @c Wanderlust runs even on Nemacs 3.3.2 based on Emacs 18.55, 18.59 (with
157 @c limited functionality).
158
159 @itemize @bullet
160 @item Nemacs 3.3.2 (Caution: limited functionality)
161 @item Mule 2.3 based on Emacs 19.28
162 @item Mule 2.3 based on Emacs 19.34
163 @item Emacs 20.2 or later
164 @item XEmacs 20.4 or later
165 @item Meadow 1.00 or later
166 @item Mule for Windows v1.22
167 @item NTEmacs 20.4 or later
168 @item PMMule
169 @end itemize
170
171 IMAP4 connectivity with following imapd are confirmed to work with
172 Wanderlust:
173
174 @itemize @bullet
175 @item UW imapd 4.1--4.7, 4.7a, 4.7b, 4.7c, 2000 or later
176 @item Cyrus imapd 1.4, 1.5.19, 1.6.22, 2.0.5 or later
177 @item AIR MAIL (AIRC imapd release 2.00)
178 @item Express Mail
179 @item Microsoft Exchange Server 5.5
180 @item Sun Internet Mail Server 4.0
181 @end itemize
182
183 @c LDAP connectivity with following LDAPd are confirmed to work with
184 @c Wanderlust:
185
186
187 @node Start Me Up, Folders, Introduction, Top
188 @chapter Start up Wanderlust
189 @cindex Start up
190
191 The necessary procedure for starting Wanderlust is explained in steps
192 here.
193
194 (Of course, you need a mail/news readable environment in advance)
195
196 @menu
197 * MIME Modules::      Installing the MIME modules.
198 * Download::          Download and extract the packages.
199 * Install::           Byte-compile and install.
200 * Minimal Settings::  @file{.emacs} setup.
201 * Mail Addresses::    Address book definition.
202 * Folder Definition:: Folder definition.
203 * Start Wanderlust::  Starting Wanderlust
204 @end menu
205
206
207 @node MIME Modules, Download, Start Me Up, Start Me Up
208 @section Installing MIME modules
209 @cindex MIME modules
210 @pindex APEL
211 @pindex FLIM
212 @pindex SEMI
213 @pindex tm
214
215 SEMI or tm must be installed to make Wanderlust work correctly.
216
217 SEMI does not run on Emacs 19.28 or earlier
218 @footnote{SEMI runs on Emacs 19.34. @*
219 @uref{http://www.jpl.org/elips/INSTALL-SEMI-ja.html} describes how to.},
220 so you must install tm, the predecessor of SEMI. (tm version 8.7 or later
221 is needed.)
222
223 However, SEMI is recommended because of its wider functionality.
224
225 Refer to the documents of each package for detailed installation procedure.
226
227 SEMI and tm can be downloaded from these sites:
228
229 @example
230 @group
231 SEMI:   ftp://ftp.m17n.org/pub/mule/semi/
232 tm:     http://cvs.m17n.org/tomo/comp/emacsen/tm/tm-8/
233 @end group
234 @end example
235
236 You need packages named APEL and FLIM to use SEMI.
237 You can download APEL and FLIM from following URLs:
238
239 @example
240 @group
241 APEL:   ftp://ftp.m17n.org/pub/mule/apel/
242 FLIM:   ftp://ftp.m17n.org/pub/mule/flim/
243 @end group
244 @end example
245
246 You have to install APEL, FLIM and SEMI in this order.  Generally
247 @samp{make install} will do the job.  (In XEmacs 21, @samp{make
248 install-package}.)
249
250 Recommended combination of APEL, FLIM and SEMI are following:
251
252 @itemize @minus
253 @item APEL 10.2, FLIM 1.13.2 and SEMI 1.13.7
254 @end itemize
255
256 You can also use many other FLIM/SEMI variants. Combination of the
257 latest versions should work.  For example, following combination is
258 confirmed to work.
259
260 @itemize @minus
261 @item APEL 10.2, Chao 1.14.1, REMI 1.14.2
262 @item APEL 10.2, SLIM 1.14.3, EMY 1.13.9
263 @end itemize
264
265 You have to re-install Wanderlust if you upgraded APEL, FLIM, SEMI or
266 tm.
267
268
269 @node Download, Install, MIME Modules, Start Me Up
270 @section Download and Extract the Package
271 @cindex Download
272
273 You can download Wanderlust package from following sites:
274
275 Original site:
276 @example
277 ftp://ftp.gohome.org/wl/
278 @end example
279
280 Mirrored ftp/http sites:
281
282 @example
283 @group
284 ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.gohome.org/wl/
285 http://www.jpl.org/elips/wl/
286 http://www.ring.gr.jp/archives/text/elisp/wl/
287 ftp://ftp.ring.gr.jp/pub/text/elisp/wl/
288 ftp://opaopa.org/pub/mirror/elisp/wl/
289 @c ftp://roguelife.org/pub/tsumura/wl/
290 @end group
291 @end example
292
293 Extract the obtained package to your working directory:
294
295 @example
296 @group
297 % cd ~/work
298 % tar zxvf wl-@var{version}.tar.gz
299 % cd wl-@var{version}
300 @end group
301 @end example
302
303 @subsection To use SSL (Secure Socket Layer)
304 @cindex SSL
305 @pindex OpenSSL
306 @pindex starttls
307
308 SSL (Secure Socket Layer) can be used for 
309 SMTP, IMAP, NNTP and POP connections in Wanderlust.
310
311 There are two ways to use SSL. One is to start SSL negotiation just
312 after the connection establishment (generic way). The other one is to
313 start SSL negotiation by invoking STARTTLS command in the each session.
314
315 To use the formal SSL (generic SSL), you must install @file{ssl.el} in
316 the @file{utils} directory. OpenSSL command @command{openssl} is also
317 required to use @file{ssl.el}. You must set @env{PATH} to the directory
318 that OpenSSL commands are installed.
319
320 To use the latter SSL(STARTTLS), you must install starttls package in
321 addition to above. 
322 You can download starttls package from the following site.
323
324 @example
325 ftp://opaopa.org/pub/elisp/
326 @end example
327
328 @node Install, Minimal Settings, Download, Start Me Up
329 @section Byte-compile and install
330 @cindex Byte-compile
331 @cindex Compile
332 @cindex Install
333 @cindex Makefile
334 @cindex Make
335
336 @subsection Installation
337
338 Edit @code{LISPDIR} and @code{EMACS} in @file{Makefile}.
339 Set the Emacs's command name to @code{EMACS}.
340 Set package installation directory to @code{LISPDIR}.
341 Then, please execute following commands.
342
343 @example
344 @group
345 % make
346 % make install
347 @end group
348 @end example
349
350 Destination directory is auto-probed if you leave @code{LISPDIR}
351 in @file{Makefile} as is. (That is, leave it as @samp{NONE})
352
353 If you are using an Emacs variant which does not merge specified directory
354 to @code{load-path} (e.g. Mule 2.3 based on Emacs 19.28), 
355 then you will see the error message:
356
357 @example
358 Cannot open load file: mime-setup
359 @end example
360
361 @noindent
362 In this case, either add destination directories of custom, APEL, FLIM
363 and SEMI to environmental variable @env{EMACSLOADPATH}, or define
364 @code{load-path} in @file{WL-CFG} in extracted directory.
365
366 If you want to use BBDB, then the necessary modules are byte-compiled
367 and installed when BBDB directory is added to @code{load-path}.
368 @xref{BBDB}.
369
370 @subsection @file{WL-CFG}
371
372 Contents of the file @file{WL-CFG} is loaded under installation if a file
373 with that name exists in extracted directory. You can use @file{WL-CFG} to
374 configure @code{load-path} to extra packages such as SEMI if needed.
375
376 If you want to specify the install directory of Wanderlust related
377 files, then set following variables in @file{WL-CFG}
378
379 @table @code
380 @item WL_PREFIX
381 A directory to install WL modules.
382 This directory is relative directory from @code{LISPDIR}.
383 WL modules include @file{wl*.el}, @file{wl*.elc} files.
384 @c  Modules under the directory @file{util/} are also installed if 
385 @c it detected as necessary.
386
387 @item ELMO_PREFIX
388 A directory to install ELMO modules.
389 This directory is relative directory from @code{LISPDIR}.
390 ELMO modules include @file{elmo*.el}, @file{elmo*.elc} files.
391 @c  @file{utf7.el}, @file{utf7.elc} are also included in the ELMO.
392 @end table
393   
394 @noindent
395 Default value of @code{WL_PREFIX} and @code{ELMO_PREFIX} are @file{wl}.
396
397 If you want to install ELMO related files under a sub-directory
398 such as "elmo" then add following to @file{WL-CFG}:
399
400 @lisp
401 (setq ELMO_PREFIX "elmo")
402 @end lisp
403
404 @subsection Install as a XEmacs package
405 @cindex XEmacs package
406 @cindex XEmacs package install
407 @cindex Package, XEmacs
408 @cindex Package install, XEmacs
409 @c @cindex install-package
410
411 It is possible to install Wanderlust as one of packages of XEmacs (21.0
412 or later). Configuration for autoload and icon-path in local
413 @file{~/.emacs} files are no longer necessary, if you install Wanderlust
414 as a package.
415
416 Follow the next example to install Wanderlust as an XEmacs package.
417
418 @example
419 @group
420 % vi Makefile
421 % make package
422 % make install-package
423 @end group
424 @end example
425
426 package directory is auto-probed, if SEMI is installed.
427 (you can also specify it with @code{PACKAGEDIR} in @file{Makefile})
428
429 @subsection Run in place
430
431 If wl and elmo directories are defined in @code{load-path}, then
432 byte-compilation and installation are not necessary to start Wanderlust.
433 For example, if package is extracted in @file{~/work}, Wanderlust can be
434 invoked with following setting in @file{~/.emacs}.
435
436 @lisp
437 @group
438 (add-to-list 'load-path "~/work/wl-@var{version}/wl")
439 (add-to-list 'load-path "~/work/wl-@var{version}/elmo")
440 @end group
441 @end lisp
442
443 @subsection Manual
444
445 Manual is described in Info format. Please do following.
446
447 @example
448 @group
449 % make info
450 % make install-info
451 @end group
452 @end example
453
454 If you install Wanderlust as a XEmacs package, Info file is already
455 installed too, so there are no need of these commands.
456
457 Manual directory is automatically detected. Of course, it can be
458 configured by @code{INFODIR} in @file{Makefile}.
459
460 You can read manual at the following URL:
461
462 @example
463 http://www.gohome.org/wl/doc/wl-euc_toc.html
464 @end example
465
466 @node Minimal Settings, Mail Addresses, Install, Start Me Up
467 @section Set up .emacs
468 @cindex Minimal Settings
469 @cindex Settings
470 @cindex Configuration
471 @cindex .emacs
472 @cindex .wl
473
474 The Wanderlust package contains two module groups.
475
476 @table @samp
477 @item ELMO (elmo-*.el)
478 These modules show everything as folders. This is the back-end for WL.
479 @item WL (wl-*.el)
480 These modules controls the behavior of main body of Wanderlust.
481 They are also the front-end for ELMO.
482 @end table
483
484 You can customize the  behavior of Wanderlust by changing the value
485 of environmental variables which begins with @code{elmo-} and @code{wl-}.
486
487 The minimal requirement for settings is as the following.
488
489 @lisp
490 @group
491 ;; @r{The setting to use SEMI/tm}
492 (load "mime-setup")
493
494 ;; @r{autoload configuration}
495 ;; @r{(These are not required if Wanderlust is installed as XEmacs package)}
496 (autoload 'wl "wl" "Wanderlust" t)
497 (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
498
499 ;; @r{Directory where icons are placed (XEmacs or Emacs 21).}
500 ;; @r{Default: @code{nil}.}
501 ;; @r{(This is not required if Wanderlust is installed as XEmacs package)}
502 (setq wl-icon-dir "~/work/wl/etc")
503
504 ;; @r{SMTP server for mail posting. Default: @code{nil}}
505 (setq wl-smtp-posting-server "your.smtp.server.com")
506 ;; @r{NNTP server for news posting. Default: @code{nil}}
507 (setq wl-nntp-posting-server "your.nntp.server.com")
508 @end group
509 @end lisp
510
511 @file{~/.wl} is automatically loaded when Wanderlust starts up (if such a
512 file exists). So it is convenient to gather Wanderlust specific settings
513 in @file{~/.wl}. Settings for "face" must be written in @file{~/.wl},
514 because you can't write them in @file{.emacs}
515 (if you write it to @file{.emacs}, you'll get an error).
516 @xref{Highlights}.
517
518 All above described settings except (load "mime-setup") and autoload
519 configuration can be written in
520 @file{~/.wl}).
521
522 @subsection @code{mail-user-agent}
523 @cindex Default Mailer
524 @cindex Mailer, Default
525 @vindex mail-user-agent
526 @findex compose-mail
527
528 If you write following setting in you @file{.emacs}, you can
529 start Wanderlust draft mode by typing @kbd{C-x m} (@code{compose-mail}). 
530 This means it enables you to run Wanderlust as a default mail composer
531  of Emacsen.
532
533 It is effective only when your Emacs can define @code{mail-user-agent}.
534 @xref{Mail Methods, , ,emacs-ja, The Emacs Editor}.
535
536 @lisp
537 @group
538 (autoload 'wl-user-agent-compose "wl-draft" nil t)
539 (if (boundp 'mail-user-agent)
540     (setq mail-user-agent 'wl-user-agent))
541 (if (fboundp 'define-mail-user-agent)
542     (define-mail-user-agent
543       'wl-user-agent
544       'wl-user-agent-compose
545       'wl-draft-send
546       'wl-draft-kill
547       'mail-send-hook))
548 @end group
549 @end lisp
550
551
552 @node Mail Addresses, Folder Definition, Minimal Settings, Start Me Up
553 @section Address book
554 @cindex Address book Definition
555 @cindex .addresses
556 @cindex Alias, Address
557
558 The file @file{~/.addresses} is a simple address book for Wanderlust.
559 Make address file @file{~/.addresses}, and edit to suit your requirement.
560
561 The data written in @file{~/.addresses} are used for address completion
562 under draft editing mode. Furthermore, they are used when showing names
563 in summary display mode. You can safely skip this section, if you don't
564 want to customize address completion and summary display.
565 It is possible to add/change/remove addresses from @file{~/.addresses} in
566 summary buffer after Wanderlust is invoked. @refill
567
568 The format is very simple. Like this. @refill
569
570 @example
571 @group
572 #
573 # @r{Lines begin with @samp{#} are comment.}
574 # @r{Empty lines are ignored}
575 #
576 # @r{Format of each line:}
577 # @var{email-address}  "@var{nickname} "@var{realname}"
578 #
579 teranisi@@gohome.org            "Yuuichi"      "Yuuichi Teranishi"
580 foo@@bar.gohome.org             "Mr. Foo"    "John Foo"
581 bar@@foo.gohome.org             "Mr. Bar"    "Michael Bar"
582 @end group
583 @end example
584
585 @noindent
586 One line defines one persons description.
587
588 Actually, in default setup, @var{nickname} is used in summary-mode and
589 @var{realname} is used in draft preparation mode. This behavior is
590 better understood if you try it and confirmed the function first. You
591 can write and try a small definition, so you will know the idea of the
592 address book before writing a big one.
593
594 And, if MH alias file is specified in variable @code{wl-alias-file},
595 it is used as an address information in the draft preparation mode.
596
597 If variable @code{wl-use-ldap} is non-nil (initial setting is
598 @code{nil}), address completion in draft mode uses LDAP information.
599
600 If you use LDAP, you have to set @code{wl-ldap-server},
601 @code{wl-ldap-port} and @code{wl-ldap-base} properly. If your emacs does
602 not have LDAP feature as built-in feature (Currently only XEmacs can
603 have built-in LDAP feature), you have to set command exec @env{PATH} to
604 the program @command{ldapsearch}.
605
606 @node Folder Definition, Start Wanderlust, Mail Addresses, Start Me Up
607 @section Folder Definition
608 @cindex Folder Definition
609 @cindex .folders
610
611 You can skip this section because it is possible to add/edit the
612 subscribe folders from the buffer for list of folders.
613
614 Define the folders you want to subscribe in file @file{~/.folders}.  The
615 contents written in @file{~/.folders} become the folders which you
616 subscribe to as it is.
617
618 Format for @file{~/.folders} is very simple. Here is an example:
619
620 @example
621 @group
622 #
623 # @r{Lines begin with @samp{#} are comment.}
624 # @r{Empty lines are ignored}
625 #
626 # @var{folder name}  "@var{folder nickname}"
627 # @r{(nicknames are not necessary)}
628 #
629 %inbox  "Inbox"
630 +trash  "Trash"
631 +draft  "Drafts"
632 %#mh/Backup@@my.imap.server.com "Sent"
633 # Folder Group
634 Emacsen@{
635     %#mh/spool/wl            "Wanderlust ML"
636     %#mh/spool/elips         "ELIPS ML"
637     %#mh/spool/apel-ja       "APEL Japanese ML"
638     %#mh/spool/xemacs-beta   "XEmacs beta"
639     -fj.news.reader.gnus@@other.nntp.server.com "Gnus Net news"
640     *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs "fj's Emacsen"
641 @}
642 #
643 # @r{If folder name ends with @samp{/}, that means an `access group',}
644 # @r{all subfolders automatically included in one folder group.}
645 #
646 %#mh/expire@@localhost /
647 # @r{All MH folders are included in one folder group.}
648 + /
649 @end group
650 @end example
651
652 Each line contains one folder you want to read. The definition of
653 folders will be explained in detail in the next section.
654
655 The part surrounded by @samp{@var{group name}@{} and @samp{@}} will
656 become one folder group.  One folder group is treated as a directory
657 which can bed opened and closed in folder mode. It is convenient for
658 collecting some folders and putting them in order.
659
660 Please note that @samp{@var{group name}@{} and @samp{@}} occupies one
661 line and you have to write it that way (It is because the parser sucks).
662
663 There are two types of groups. One is like @samp{Emacsen} from above
664 example which the user chooses his favorite folders as a group.
665
666 The other one is @dfn{access group} like @samp{+} from above example.
667 It makes all the sub-folders in a folder to a group.  (It differs from
668 the type of the folder. For example, @samp{+} makes entire MH
669 sub-directories to one group)
670
671 This behavior is better understood if you try it and confirmed the
672 function first. You can write and try a small folder definition, so you
673 will know the idea of the folder function before writing the real one.
674
675 @node Start Wanderlust,  , Folder Definition, Start Me Up
676 @section Start Wanderlust
677 @cindex Start Wanderlust
678
679 If installation and configuration worked well, you can invoke Wanderlust by
680 typing following command in Emacs.
681
682 @example
683 M-x wl
684 @end example
685
686 @noindent
687 After initialization, Folder Mode which shows the list of folders will appear.
688 That means the folders you defined in the @file{~/.folders} are listed
689 If you start Wanderlust with prefix argument like @kbd{C-u M-x wl}, you
690 can skip folder checking.
691
692
693 @node Folders, Folder, Start Me Up, Top
694 @chapter Wanderlust's folders 
695 @cindex Folder Type
696
697 This chapter describes the folder types which Wanderlust is able to handle.
698
699 Wanderlust uses ELMO as it's interface, so every folder types supported
700 by ELMO is usable in Wanderlust.
701
702 As of version @value{VERSION}, 10 types of folders are predefined. These are
703 IMAP, NNTP, LocalDir(MH), News Spool, POP, Archive, Multi, Filter, Pipe
704 and Internal folder types.
705
706 @menu
707 * IMAP Folder::              @samp{%} -- IMAP folder
708 * NNTP Folder::              @samp{-} -- NNTP folder
709 * MH Folder::                @samp{+} -- MH folder
710 * Maildir Folder::           @samp{.} -- Maildir folder
711 * News Spool Folder::        @samp{=} -- News spool folder
712 * Archive Folder::           @samp{$} -- Archive folder
713 * POP Folder::               @samp{&} -- POP folder
714 * Multi Folder::             @samp{*} -- Multi folder
715 * Filter Folder::            @samp{/} -- Filter folder
716 * Pipe Folder::              @samp{|} -- Pipe folder
717 * Internal Folder::          @samp{'} -- Internal folder
718 @end menu
719
720
721 @node IMAP Folder, NNTP Folder, Folders, Folders
722 @section IMAP Folder
723 @cindex IMAP Folder
724 @cindex @samp{%}
725 @cindex RFC 2060
726 @cindex IMAP4rev1
727
728 A folder to access e-mails via IMAP4rev1 protocol (RFC 2060).
729
730 Format:
731
732 @example
733 @group
734 @samp{%} @var{mailbox} [@samp{:} @var{username} [@samp{/} @var{authenticate-type}]][@samp{@@} @var{hostname}][@samp{:} @var{port}][@samp{!}]
735 @end group
736 @end example
737
738 You can specify @code{login} (encoded password transmission),
739 @code{cram-md5} (CRAM-MD5 authentication), @code{digest-md5} (DIGEST-MD5
740 authentication) or @code{plain} (or @code{nil}, plain password
741 transmission) as @var{authenticate-type}.  (To use CRAM-MD5 or
742 DIGEST-MD5 authentication, you must install @file{utils/sasl} package.)
743
744 default:
745
746 @example
747 @var{username}  -> The value of @code{elmo-default-imap4-user}.
748              Initial setting is @env{USER} environment variable or
749              @env{LOGNAME} environment variable or return value of
750              @code{(user-login-name)}.
751 @var{authenticate-type} -> The value of @code{elmo-default-imap4-authenticate-type}.
752              Initial setting is "auth".
753 @var{hostname}  -> The value of @code{elmo-default-imap4-server}.
754              Initial setting is "localhost".
755 @var{port} -> The value of @code{elmo-default-imap4-port}.
756              Initial setting is 143.
757 @end example
758
759 You can omit the @var{hostname} from folder names if you set
760 @code{elmo-default-imap4-server} as your main IMAP server.
761 For example, you can specify a folder as @samp{foo%imap@@gateway} even
762 if you have to go through a firewall.
763
764 SSL (Secure Socket Layer) connection will be used if a folder name
765 ends with @samp{!}. Or, if the value of @code{elmo-default-imap4-ssl} is non-nil,
766 SSL will be the default connection.
767 If a folder name ends with @samp{!!}, STARTTLS connection will be established.
768 If the value of @code{elmo-default-imap4-ssl} is 'starttls,
769 STARTTLS will be the default connection.
770
771 If you specify @code{login}, @code{cram-md5} or @code{digest-md5} as
772 authentication method, the password is sent in encoded form. But, if
773 your server is unable to receive an encoded password, authentication
774 will fall back to @code{plain} (that is, sending password in raw format)
775 after confirmation to user. If @code{elmo-imap4-force-login} is non-nil,
776 authentication will fall back to @code{plain} without confirmation
777 (default value is @code{nil}).
778
779 Example:
780
781 @example
782 @group
783 %inbox     -> IMAP mailbox "inbox"
784 %#mh/inbox -> IMAP mailbox "#mh/inbox"
785
786 %inbox:hoge -> IMAP mailbox "inbox" of user "hoge".
787 %inbox:hoge/login@@server1
788             -> server1's IMAP mailbox "inbox"
789                of user "hoge", with plain password authentication
790                ('plain).
791 @end group
792 @end example
793
794 @subsection International mailbox names (Modified UTF7)
795 @cindex Modified UTF7
796 @cindex UTF7
797 @cindex UTF8
798 @cindex Unicode
799 @pindex Mule-UCS
800 @pindex ucs-conv
801
802 You can use international mailbox names in @var{mailbox} part, if you
803 are using Emacs which can treat unicode and
804 @code{elmo-imap4-use-modified-utf7} is set to non-nil value (default
805 value is @code{nil}).
806
807 Currently, following Emacsen can treat unicode.
808
809 @itemize @bullet
810 @item Emacs 20.3 or later + Mule-UCS
811
812 If you installed Mule-UCS package, Emacs can treat unicode.
813 You can obtain Mule-UCS package from following URL.
814
815 @example
816 ftp://ftp.m17n.org/pub/mule/Mule-UCS/
817 @end example
818
819 @item XEmacs 21.2.13 or later + ucs-conv package
820
821 By default, XEmacs 21 cannot treat unicodes, but if you installed
822 ucs-conv package, it can.
823 You can obtain ucs-conv package from following anonymous CVS.
824
825 @example
826 @group
827 cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root login
828 Password: @var{NULL} (Just enter return key)
829 cvs -d :pserver:anonymous@@cvs.m17n.org:/cvs/root checkout ucs-conv
830 @end group
831 @end example
832
833 You also need utf7 conversion programs, @command{u7tou8} and
834 @command{u8tou7} to use international mailbox name in the current
835 XEmacs.  These programs are included in the UTF7 package which can be
836 obtained from following URL.
837
838 @example
839 ftp://ftp.ifcss.org/pub/software/unix/convert/utf7.tar.gz
840 @end example
841 @end itemize
842
843 @node NNTP Folder, MH Folder, IMAP Folder, Folders
844 @section NNTP Folder
845 @cindex NNTP Folder
846 @cindex @samp{-}
847
848 A folder to access USENET news via NNTP protocol (RFC 977).
849 One newsgroup is treated as a folder.
850
851 Format:
852
853 @example
854 @group
855 @samp{-} @var{newsgroup} [[@samp{:} @var{username}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}]
856 @end group
857 @end example
858
859 default:
860 @example
861 @var{hostname}  -> The value of @code{elmo-default-nntp-server}.
862              Initial setting is @samp{localhost}.
863 @var{username}  -> The value of @code{elmo-default-nntp-user}. 
864              Initial setting is @code{nil}.
865 @var{port}      -> The value of @code{elmo-default-nntp-port}.
866              Initial setting is 119.
867 @end example
868
869 AUTHINFO is used as authentication method if the @var{username} is non-nil.
870 SSL will be default method if @code{elmo-default-nntp-ssl} is non-nil even
871 if the folder name doesn't end with @samp{!}.
872 If a folder name ends with @samp{!!}, STARTTLS connection will be established.
873 if the value of @code{elmo-default-nntp-ssl} is @code{starttls},
874 STARTTLS will be the default connection.
875
876 Example:
877
878 @example
879 @group
880 -fj.rec.tv            -> Newsgroup @samp{fj.rec.tv}.
881 -fj.rec.tv@@newsserver -> Newsgroup @samp{fj.rec.tv} on @samp{newsserver}.
882 @end group
883 @end example
884
885 @node MH Folder, Maildir Folder, NNTP Folder, Folders
886 @section MH Folder
887 @cindex MH Folder
888 @cindex @samp{+}
889 @pindex MH
890
891 A folder to access MH format mail (1 file is 1 mail).
892
893 Format:
894
895 @example
896 @samp{+} @var{directory-name}
897 @end example
898
899 Normally, @var{directory-name} is an relative path to the variable
900 @code{elmo-localdir-folder-path} (default is @file{~/Mail}), but if it
901 starts with @samp{/} or @samp{~}, then it is treated as an absolute path
902 (this is also true for drive-letters).
903
904 Message number is used for the name of the message file.
905
906 Example:
907
908 @example
909 @group
910 +inbox         -> @file{~/Mail/inbox}
911 +from/teranisi -> @file{~/Mail/from/teranisi}
912 +~/test        -> @file{~/test}
913 @end group
914 @end example
915
916 @node Maildir Folder, News Spool Folder, MH Folder, Folders
917 @section Maildir Folder
918 @cindex Maildir Folder
919 @cindex @samp{.}
920 @pindex Maildir
921
922 A folder to access to Maildir format (1 file is 1 mail).
923
924 Format:
925
926 @example
927 @samp{.} [@var{directory-name}]
928 @end example
929
930 Normally, @var{directory-name} is a relative path to the variable
931 @code{elmo-maildir-folder-path} (default is @file{~/Maildir}), but if it
932 starts with @samp{/} or @samp{~}, then it is treated as an absolute path
933 (this is also true for drive-letters).
934
935 Maildir contains @file{cur}, @file{new} and @file{tmp} subdirectories.
936 Messages are contained in the @file{cur} directory.  All message files
937 in the @file{new} directory are moved to @file{cur} directory when you
938 access to the folder. All message files contained in the @file{tmp}
939 directory and not accessed for 36 hours are deleted.
940
941 This behavior conforms to the @uref{http://cr.yp.to/proto/maildir.html}.
942
943 Example:
944
945 @example
946 @group
947 .              -> @file{~/Maildir}
948 .inbox         -> @file{~/Maildir/inbox}
949 .from/teranisi -> @file{~/Maildir/from/teranisi}
950 .~/test        -> @file{~/test}
951 @end group
952 @end example
953
954
955 @node News Spool Folder, Archive Folder, Maildir Folder, Folders
956 @section News Spool Folder
957 @cindex News spool Folder
958 @cindex @samp{=}
959 @pindex gnspool
960
961 This folder handles locally saved news articles which are proposed by
962 Mew/IM.  You can also read articles directly from a spool-file which is
963 retrieved by an utility like @command{gnspool}.
964
965 Format:
966
967 @example
968 @samp{=} @var{directory-name}
969 @end example
970
971 @var{directory-name} is a sub-directory to the directory defined by
972 variable @code{elmo-localnews-folder-path} (default is @file{~/News})
973 You can use @samp{.} as directory delimiter as well as @samp{/}.
974
975 Example:
976
977 @example
978 @group
979 =fj/os/os2         -> @file{~/News/fj/os/os2}
980 =fj.os.bsd.freebsd -> @file{~/News/fj/os/bsd/freebsd}
981 @end group
982 @end example
983
984
985 @node Archive Folder, POP Folder, News Spool Folder, Folders
986 @section Archive Folder
987 @cindex Archive Folder
988 @cindex @samp{$}
989 @c @pindex ange-ftp
990
991 This method can handle archive files, which are compressed by utilities
992 such as Info-ZIP or LHA, as one folder.
993
994 Format:
995
996 @example
997 @group
998 @samp{$} @var{path-name} [@samp{;} @var{archiver-type} @samp{;} @var{prefix}]
999 @end group
1000 @end example
1001
1002 @var{path-name} is the relative path from
1003 @code{elmo-archive-folder-path} (initial setting is @file{~/Mail}).  If
1004 @var{path-name} begins with @samp{/} or @samp{~} or `drive-letter of
1005 DOS', @var{path-name} is treated as absolute path.  ange-ftp format is
1006 also permitted under the environment of ange-ftp, efs.
1007
1008 The actual file name of the archive folder is
1009 @code{elmo-archive-basename} (Initial setting is @file{elmo-archive})
1010 under the @var{path-name}. If a file named @var{path-name} exists, it is
1011 treated as folder. The suffix is automatically decided for
1012 @var{archiver-type}.
1013
1014 If @var{archiver-type} is omitted, @code{elmo-archive-default-type}
1015 (Initial setting is @code{zip}) is referred.
1016
1017 @var{prefix} specifies the internal directory structure of the archive.
1018 For example, if the ML server is fml, @file{msend.tar.gz} has a
1019 structure like @file{spool/1}, so you have to specify @samp{spool} as
1020 @var{prefix}.
1021
1022 Example:
1023
1024 @example
1025 @group
1026 $teranisi         -> @file{~/Mail/teranisi/elmo-archive.zip}
1027 $bsd/freebsd;lha  -> @file{~/Mail/bsd/freebsd/elmo-archive.lzh}
1028 $/foo@@server:~/bar;zoo     -> @file{~/bar/elmo-archive.zoo} on ftp server
1029 $d:/msend.tar.gz;tgz;spool -> @file{d:/msend.tar.gz}
1030 @end group
1031 @end example
1032
1033 @menu
1034 * Archiver::     Archivers supported
1035 * Archive Tips:: TIPS
1036 * Archive Vars:: Customization
1037 @end menu
1038
1039
1040 @node Archiver, Archive Tips, Archive Folder, Archive Folder
1041 @subsection Supported Archives
1042 @cindex Archiver
1043 @pindex LHA
1044 @pindex Info-ZIP
1045 @pindex UNZIP
1046 @pindex ZOO
1047 @pindex RAR
1048 @pindex TAR
1049 @pindex GNU TAR
1050
1051 By default, following archives are supported.
1052
1053 @example
1054 @group
1055         LHA, Info-ZIP/UNZIP, ZOO, RAR  ;; full-access
1056         GNU TAR('tgz, 'tar)            ;; read-only
1057 @end group
1058 @end example
1059
1060 If your archiver can include multiple files in one archive, you have a
1061 possibility use it as an archiver of Wanderlust (ARJ/UNARJ, ARC is one
1062 of the candidate. TAR is supported read-only because it cannot delete
1063 file in the archive (@code{mv})).
1064
1065 @command{gzip}, @command{bzip}, @command{bzip2} cannot be used as an
1066 archiver of Wanderlust because they cannot include multiple
1067 files. Archivers that cannot extract files to standard output are also
1068 not supported.
1069
1070 @subsection OS specific information about archiver.
1071
1072 Behaviors of the following archivers are confirmed by further experiences.
1073 (@samp{*} mark means recommended archiver).
1074
1075 @example
1076 [OS/2]  Warp4.0J(w/o VoiceType)+Fx00505/emx0.9c(fix04)/PMMule,EmacsPM
1077          LHA  OS/2 version Rel.2.06b    Feb 18, 1998
1078         *UnZip 5.32 of 3 November 1997, by Info-ZIP.
1079         *Zip 2.2 (November 3rd 1997).
1080          Zoo archiver, zoo 2.1 $@asis{}Date: 91/07/09 02:10:34 $
1081          GNU tar version 1.10 - AK 2.58 (DBCS/SJIS) 981216(homy) version
1082          gzip 1.2.4 (18 Aug 93) + bzip2 patch(by Iida-san)
1083
1084 [UN|X]  FreeBSD 2.2.7-RELEASE, Linux 2.0.30, Solaris2.6, HP-UX 9.07
1085          LHa for UNIX  V 1.14c
1086          UnZip 5.32 of 3 November 1997
1087          Zip 2.2 (November 3rd 1997)
1088          GNU tar 1.12 (1.11.x is no good)
1089          gzip 1.2.4 (18 Aug 93)
1090
1091 [Win32] Win.98/Meadow
1092          Lha32 version 1.28
1093          Zip 2.2
1094          UnZip 5.40
1095          GNU tar 1.11.8 + 1.5(WIN32)
1096          GZIP 1.2.4
1097          RAR 2.06
1098 @end example
1099
1100 * Caution about LHA
1101
1102 If you are an OS/2 user, Peter Fitzsimmons's LH/2 is not supported.
1103 Hiramatsu version of LHA is only supported.
1104 In Win32, LHa32 is only supported (DOS version is no good).
1105
1106 * Caution about GNU tar
1107
1108 You have to take care about GNU tar's version because many version has
1109 problem on deleting file from archive.
1110
1111 Please test @option{--delete} @option{-f} options work. Otherwise, your
1112 archive will be destroyed. No problem is reported on above versions of
1113 GNU tar.
1114
1115
1116 @node Archive Tips, Archive Vars, Archiver, Archive Folder
1117 @subsection TIPS
1118 @cindex Archive Tips
1119
1120 For comfortable migration, usage of @code{wl-summary-archive}
1121 (@pxref{Archive}) or Expire (@pxref{Expire}) is recommended.  To treat
1122 archive folders created by expiration, you must set non-nil value to
1123 @code{elmo-archive-treat-file}.
1124
1125 On the OS/2, there is a great difference between Mule2.3(19.28) and Emacs20.2
1126 in processing speed. For comfortable use, Emacs20 is recommended.
1127 (If re-search's performance is the problem, 19.3x or later may be okay.)
1128
1129 If many files are included in one archive,
1130 it takes long time to access to the archive folder because 
1131 archiver starting overhead is increased (especially LHA).
1132 150-200 messages in one archive is recommended.
1133
1134 Of course, following is possible @t{:-)} 
1135 (meanings of these variables are described later.)
1136
1137 @lisp
1138 @group
1139 (setq wl-fcc "$backup")
1140 (setq wl-trash-folder "$trash;lha")
1141 @end group
1142 @end lisp
1143
1144 @node Archive Vars,  , Archive Tips, Archive Folder
1145 @subsection Variables About Archive Folder
1146 @cindex Archive variables
1147
1148 @table @code
1149 @item elmo-archive-default-type
1150 @vindex elmo-archive-default-type
1151 The initial setting is @code{zip}.
1152 Set archiver type by symbol. 
1153
1154 @item elmo-archive-@var{type}-method-alist
1155 @vindex elmo-archive-TYPE-method-alist
1156 Define archiver @var{type}'s methods.
1157 (@var{type} is @samp{lha}, @samp{zip}, @samp{zoo}, @samp{tgz} etc)
1158 Each element of the alist is following.
1159
1160 @example
1161 @group
1162 (@var{action} . (@var{exec-name} @var{options}))   ;; external program and its option.
1163 (@var{action} . @var{function})              ;; function
1164 @end group
1165 @end example
1166
1167 Currently available actions are following.
1168
1169 @example
1170 @group
1171 'ls, 'cat ('cat-headers)        ;; Minimal setting(read-only)
1172 'mv ('mv-pipe), 'rm ('rm-pipe)  ;; full-access (with above)
1173 'cp ('cp-pipe)                  ;;
1174 @end group
1175 @end example
1176
1177 @noindent
1178 In above actions, 
1179 actions enclosed with braces are optional (They are used for better
1180 performance).
1181
1182 @item elmo-archive-suffix-alist
1183 @vindex elmo-archive-suffix-alist
1184 An alist of archiver-type (symbol) and suffix.
1185
1186 @item elmo-archive-file-regexp-alist
1187 @vindex elmo-archive-file-regexp-alist
1188 An alist of a regexp to get file number from list output of archiver
1189 and archiver-type (symbol).
1190
1191 @item elmo-archive-method-list
1192 @vindex elmo-archive-method-list
1193 A list of elmo-archive-@var{type}-method-alist
1194 (@var{type} is a symbol of archiver-type).
1195
1196 @item elmo-archive-lha-dos-compatible
1197 @vindex elmo-archive-lha-dos-compatible
1198 The initial setting is @code{t} on OS/2 and Win32.  If non-nil, LHA is
1199 DOS (Mr. Yoshizaki original) compatible.
1200
1201 @item elmo-archive-cmdstr-max-length
1202 @vindex elmo-archive-cmdstr-max-length
1203 The initial setting is 8000.
1204
1205 Max length of command line argument for external archiver program.
1206 Emacs does not have a limit of command line byte length, but some OS
1207 (e.x OS/2) have. It depends on the OS. Archive folder is affected by
1208 this limit because it calls external archiver program directly (not
1209 called via shell).  For example, you cannot delete messages if archiver
1210 program must receive larger bytes of arguments to delete.  OS/2 have a
1211 command line argument limit of 8190 bytes, so we defined default as 8000
1212 with some margin.
1213
1214 However, you don't have an influence of command line argument limit
1215 if the archiver has `actions' to receive target file information from
1216 standard input (@code{rm-pipe}, @code{mv-pipe}, @code{cat-headers} action).
1217 @end table
1218
1219 @node POP Folder, Multi Folder, Archive Folder, Folders
1220 @section POP Folder
1221 @cindex POP Folder
1222 @cindex @samp{&}
1223 @cindex RFC 1939
1224 @cindex POP3
1225 @cindex APOP
1226
1227 A folder to access e-mails via POP3 protocol (RFC 1939).
1228
1229 Format:
1230
1231 @example
1232 @group
1233 @samp{&} [@var{username}][[@samp{/} @var{authenticate-type}][@samp{@@} @var{hostname}][@samp{:} @var{port}]][@samp{!}]
1234 @end group
1235 @end example
1236
1237 You can specify
1238 @samp{user}  (plain password transmission) or @samp{apop}  (APOP authentication)
1239 as @var{authenticate-type}.
1240
1241 default:
1242 @example
1243 @var{username}   -> The value of @code{elmo-default-pop3-user}.
1244               Initial setting is @env{USER} environment variable or
1245              @env{LOGNAME} environment variable or return value of
1246              @code{(user-login-name)}.
1247 @var{authenticate-type} -> The value of @code{elmo-default-pop3-authenticate-type}.
1248               Initial setting is @samp{user}.
1249 @var{hostname}   -> The value of @code{elmo-default-pop3-server}.
1250               Initial setting is @samp{localhost}.
1251 @var{port}       -> The value of @code{elmo-default-pop3-port}.
1252               Initial setting is 110.
1253 @end example
1254
1255 Example:
1256
1257 @example
1258 @group
1259 &hoge@@localhost -> access to localhost as user @samp{hoge}.
1260 &hoge@@popserver:109 -> access to the server "popserver" on port 109
1261                         as user @samp{hoge}.
1262 @end group
1263 @end example
1264
1265 To use apop as an @var{authenticate-type}, @file{md5.el} is needed
1266 (XEmacs doesn't need @file{md5.el}).  @file{md5.el} is included in
1267 @file{utils/sasl/lisp/} or Emacs/W3 package
1268 (@uref{http://www.cs.indiana.edu/elisp/w3/docs.html}) or LCD archive
1269 (GPL2).
1270
1271 If the last character of the folder name is @samp{!}, Wanderlust
1272 connects to the POP server via SSL (Secure Socket Layer).  If you set
1273 non-nil value to @code{elmo-default-pop-ssl}, you don't have to put
1274 @samp{!} in the end of the folder name to use SSL. If a folder name ends
1275 with @samp{!!}, STARTTLS connection will be established.  if the value
1276 of @code{elmo-default-pop-ssl} is @code{starttls}, STARTTLS will be the
1277 default connection.
1278
1279 @node Multi Folder, Filter Folder, POP Folder, Folders
1280 @section Multi Folder
1281 @cindex Multi Folder
1282 @cindex @samp{*}
1283 @cindex Folder, Multiple
1284 @cindex Folder, Marge
1285
1286 A folder to access to a folder which collects messages from
1287 multiple folders virtually.
1288
1289 Format:
1290
1291 @example
1292 @group
1293 @samp{*} @var{folder-1} [@samp{,} @var{folder-2}] @dots{} [@samp{,} @var{folder-N}]
1294 @end group
1295 @end example
1296
1297 After @samp{*} character, specify multiple folders you want to collect
1298 separated by @samp{,} like
1299 @samp{@var{folder-1},@var{folder-2},@dots{},@var{folder-N}}.
1300
1301 Example:
1302
1303 @example
1304 @group
1305 *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs
1306 -> -fj.editor.xemacs, -fj.editor.mule and -fj.editor.emacs are
1307    treated as one folder.
1308
1309 *+inbox,-fj.rec.tv,%inbox
1310 -> +inbox, -fj.rec.tv and %inbox are treated as one folder.
1311 @end group
1312 @end example
1313
1314
1315 @node Filter Folder, Pipe Folder, Multi Folder, Folders
1316 @section Filter Folder
1317 @cindex Filter Folder
1318 @cindex @samp{/}
1319 @cindex Folder, Filtering
1320 @cindex Folder, Virtual
1321
1322 A folder to access to a folder which collects all messages that 
1323 satisfy a condition virtually.
1324
1325 Format:
1326
1327 @example
1328 @samp{/} @var{condition} @samp{/} @var{target-folder}
1329 @end example
1330
1331 In the @var{condition} part, you can specify following.
1332
1333 @enumerate
1334 @item
1335 Partial filter: @samp{first:@var{number}}, @samp{last:@var{number}}
1336
1337 first: @var{number} messages are picked from top of folder.
1338 last:  @var{number} messages are picked from bottom of folder.
1339
1340 Example:
1341
1342 @example
1343 @group
1344 /last:10/-fj.os.linux -> Latest 10 messages from -fj.os.linux are picked.
1345 /first:20/%inbox      -> First 20 messages from %inbox are picked.
1346 @end group
1347 @end example
1348
1349 @item
1350 Date filter: @samp{since:@var{date}}, @samp{before:@var{date}}
1351
1352 since: only messages arrived since @var{date} are picked.
1353 before: only messages arrived before @var{date} are picked.
1354
1355 You can specify following as @var{date}.
1356
1357 @example
1358 @group
1359 yesterday ->  a day before today.
1360 lastweek  ->  same day of last week.
1361 lastmonth ->  same day of last month.
1362 lastyear  ->  same day of last year.
1363 @var{number}daysago -> @var{number} days ago. (e.x. '3daysago')
1364 @var{day}-@var{month}-@var{year} -> specify date directly (ex. 1-Nov-1998)
1365 @end group
1366 @end example
1367
1368 Example:
1369
1370 @example
1371 @group
1372 /since:3daysago/+inbox -> messages arrived since 3 days ago in +inbox
1373                           are picked.
1374 /before:yesterday/+inbox -> messages arrived before yesterday in +inbox
1375                           are picked. 
1376 @end group
1377 @end example
1378
1379 @item
1380 Field filter: @samp{@var{field}:@var{value}}
1381
1382 All messages that have @var{field} and its value is @var{value} are picked.
1383 @var{field} and @var{value} are case insensitive.
1384
1385 Example:
1386
1387 @example
1388 @group
1389 /from:teranisi/+inbox -> In +inbox, messages which have From: field
1390                          and its value includes "teranisi" string are picked.
1391 /body:foo/%inbox      -> In %inbox, messages which have "foo" text
1392                          are picked.
1393 @end group
1394 @end example
1395
1396 @item
1397 Complexed condition
1398
1399 If you combine conditions by character @samp{|}, it is considered as OR condition. @samp{&} is considered as AND condition, likewise.
1400 Condition can be grouped by parentheses (@samp{(}, and @samp{)}).
1401
1402 @samp{/tocc:xxxx/} is an abbreviation of @samp{/to:xxxx|cc:xxxx/}.
1403 @samp{/!tocc:xxxx/} is an abbreviation of @samp{/!to:xxxx&!cc:xxxx/}.
1404
1405 Example:
1406
1407 @example
1408 @group
1409 /from:teranisi&!to:teranisi/+inbox
1410                       -> In +inbox, messages are picked if the message's 
1411                          From: field includes "teranisi" and 
1412                          To: field doesn't include "teranisi".
1413
1414 /tocc:"Yuuichi Teranishi"/+inbox 
1415                       -> In +inbox, messages are picked if the
1416                          message's To: field or Cc: field includes 
1417                          "Yuuichi Teranishi".
1418
1419 /(from:yt|from:teranisi)&subject:report/+inbox
1420                       -> In +inbox, messages are picked if the message's
1421                          From: field includes "yt" or "teranisi", and
1422                         Subject includes "report".
1423 @end group
1424 @end example
1425 @end enumerate
1426
1427 @noindent
1428 Tip for string description:
1429
1430 Space character, @samp{"}, @samp{/},@samp{)},@samp{|} and @samp{&}
1431 should be enclosed with @samp{"} in @var{value} string.  (@samp{"}
1432 should be escaped with @samp{\} in it).  You can enclose the string with
1433 @samp{"} even it does not contain these characters.
1434
1435 @noindent
1436 Advanced example:
1437
1438 @example
1439 *%inbox,/from:teranisi/%inbox@@server
1440        -> Messages in %inbox or
1441           message is in the %inbox@@server folder and it's From field
1442           includes "teranisi" are collected.
1443
1444 /last:100//to:teranisi/*+inbox,%inbox
1445        -> Latest 100 messages which is in the +inbox or %inbox folder
1446           and To: field matches "teranisi".
1447
1448 /from:hogehoge//last:20//tocc:teranisi/%#mh/inbox@@localhost
1449        -> Pick messages which have From: field and it includes "hogehoge"
1450           from latest 20 messages in the %#mh/inbox@@localhost
1451           and To: or Cc: field includes "teranisi".
1452 @end example
1453
1454 @node Pipe Folder, Internal Folder, Filter Folder, Folders
1455 @section Pipe Folder
1456 @cindex Pipe Folder
1457 @cindex @samp{|}
1458 @cindex Get Message
1459 @cindex Download Message
1460 @cindex Incorporate Message
1461
1462 In the pipe folder, messages are automatically transferred from the source
1463 folder to destination folder.
1464
1465 Format:
1466
1467 @example
1468 @samp{|} @var{source-folder} @samp{|} @var{destination-folder}
1469 @end example
1470
1471 When you access to the pipe folder, messages are automatically transferred
1472 from @var{source-folder} to @var{destination-folder}.
1473 It is convenient if you want to download messages to local disk via POP.
1474 For example, if you specify following
1475
1476 @example
1477 |&username@@popserver|+inbox
1478 @end example
1479
1480 @noindent
1481 and access to it, messages are downloaded automatically from
1482 @samp{&username@@popserver} to @samp{+inbox}.
1483
1484 Example:
1485
1486 @example
1487 @group
1488 %inbox|%myinbox   -> Download %inbox to %myinbox.
1489 *&user@@popserver1,&user@@popserver2|+inbox
1490          -> Download from &user@@popserver1 and &user@@popserver2 to +inbox.
1491 @end group
1492 @end example
1493
1494 After messages are moved, a hook @code{elmo-pipe-drained-hook} is called.
1495
1496 @node Internal Folder,  , Pipe Folder, Folders
1497 @section Internal folder
1498 @cindex Internal Folder
1499 @cindex @samp{'}
1500 @cindex Folder, @samp{$} mark
1501
1502 A folder to access to internal messages of Wanderlust.
1503
1504 Format:
1505
1506 @example
1507 @group
1508 'mark
1509 @r{or}
1510 'cache/00 - 1F
1511 @end group
1512 @end example
1513
1514 A folder named @samp{'mark} is a special virtual folder which collects
1515 messages which have important mark @samp{$}.
1516
1517 You can review important messages at once after you put important marks
1518 on the messages in the different folders.
1519
1520 In this folder, if you delete message, important mark @samp{$} put on
1521 the message is removed.  If you append messages to this folder, the
1522 message will have @samp{$} mark.
1523
1524 (Can't remove important mark @samp{$} on IMAP server from @samp{'mark}
1525 folder.  If you want IMAP folder's message remove from @samp{'mark}
1526 folder, remove important mark at IMAP Folder.)
1527
1528 You can access to the cached messages fetched via network by accessing
1529 to the folders named @samp{'cache/00} - @samp{'cache/1F}. 00 - 1F are
1530 the name of the subdirectories of the cache directory
1531 (@file{~/.elmo/cache}).
1532
1533
1534 @node Folder, Summary, Folders, Top
1535 @chapter Folder mode
1536 @cindex Folder
1537
1538 After you start Wanderlust, folder mode is appeared firstly.
1539 It contains folder list you subscribed.
1540 You can select and edit folders in this mode.
1541
1542 @menu
1543 * Selecting Folder:: Select folder you want to read.
1544 * Folder Manager::   Editing folders.
1545 @end menu
1546
1547
1548 @node Selecting Folder, Folder Manager, Folder, Folder
1549 @section Selecting Folder
1550 @cindex Selecting Folder
1551
1552 @subsection Usage (TIPS)
1553
1554 @subsubsection Check new, unread number
1555
1556 Folder mode looks like this.
1557 (In XEmacs, it looks much nicer @t{;-)})
1558
1559 @example
1560 @group
1561 [-]Desktop:14186/35580/67263
1562    Inbox:3/10/10
1563    Trash:2/7/10
1564    Drafts:0/0/3
1565    Sent:0/9/348
1566    [-]Emacsen:0/34/4837
1567      Wanderlust ML:0/0/558
1568      ELIPS ML:0/0/626
1569      tm:0/0/821
1570      XEmacs Beta:0/29/255
1571      Mew:0/0/998
1572      Mule-Win32:0/0/1491
1573      fj's Emacsen:0/5/88
1574 @end group
1575 @end example
1576
1577
1578 Each line means:
1579
1580 @example
1581 @var{folder-name}:@var{new-number}/@var{unread-number}/@var{all-number}
1582 @end example
1583
1584 @noindent
1585 @kbd{s} key on the folder line updates these numbers.
1586 It changes its color if it has many new messages.
1587
1588 The whole folder mode is a folder group named @samp{Desktop}.
1589 Folder group open/close by return key.
1590 A operation to a folder group is treated as operations on the
1591 children folders.
1592 For example, when you type @kbd{s} on @samp{[-]Emacsen},
1593 six children folders update its unread number status.
1594
1595 @subsubsection Select Folder
1596
1597 To enter summary mode of the folder, type return (or space) key on
1598 the folder line.
1599 If the variable @code{wl-stay-folder-window} has non-nil value, 
1600 summary window appears on the right of the folder mode window.
1601
1602 @subsection Key bindings
1603
1604 Folder mode's key binding (related to selecting folders) is following.
1605
1606 @table @kbd
1607 @item @key{SPC}
1608 @itemx @key{RET}
1609 @kindex @key{SPC} (Folder)
1610 @kindex @key{RET} (Folder)
1611 @findex wl-folder-jump-to-current-entity
1612 Enter to the summary mode of the folder at the current cursor point.
1613 If the cursor is on the top of folder group line, 
1614 the folder group is opened or closed.
1615 When the cursor is on the access group and this command is called 
1616 with prefix argument, folder children list is updated to the newest one.
1617 (Children list is updated recursively if the access folder has hierarchical
1618 structure.)
1619 (@code{wl-folder-jump-to-current-entity})
1620
1621 @item M-@key{RET}
1622 @kindex M-@key{RET} (Folder)
1623 @findex wl-folder-update-recursive-current-entity
1624 Folder children list of the access group at the current cursor point
1625 is updated to the newest one.
1626 (Children list is updated recursively if the access folder has hierarchical
1627 structure.)
1628 (@code{wl-folder-update-recursive-current-entity})
1629
1630 @item w
1631 @kindex w (Folder)
1632 @findex wl-draft
1633 Create a new draft message.
1634 (@code{wl-draft})
1635
1636 @item W
1637 @kindex W (Folder)
1638 @findex wl-folder-write-current-folder
1639 If the current cursor point is on the NNTP folder, create a new draft
1640 message which already has @samp{Newsgroups:} field.  If the current
1641 cursor point is on the folder for mailing list (refile destination),
1642 create a new draft message which already has @samp{To:} field with
1643 guessed mailing list adderss (If @code{wl-subscribed-mailing-list} is
1644 valid list).
1645 (@code{wl-folder-write-current-folder})
1646
1647 @item C-c C-o
1648 @kindex C-c C-o (Folder)
1649 @findex wl-jump-to-draft-buffer
1650 Move to the draft buffer if available.  If multiple draft buffer exists,
1651 moved to one after another.  If prefix argument is specified, load draft
1652 folder's message to the draft buffer and jump to it.
1653 (@code{wl-jump-to-draft-buffer})
1654
1655 @item s
1656 @kindex s (Folder)
1657 @findex wl-folder-check-current-entity
1658 Update new and unread number information of the folder at the current 
1659 cursor point.
1660 (@code{wl-folder-check-current-entity})
1661
1662 @item S
1663 @kindex S (Folder)
1664 @findex wl-folder-sync-current-entity
1665 Update summary information of the folder at the current cursor point.
1666 (@code{wl-folder-sync-current-entity})
1667
1668 @item r s
1669 @kindex r s (Folder)
1670 @findex wl-folder-check-region
1671 Update new and unread number information of the folders in the currently
1672 selected region.
1673 (@code{wl-folder-check-region})
1674
1675 @item r S
1676 @kindex r S (Folder)
1677 @findex wl-folder-sync-region
1678 Update summary information of the folders in the currently selected region.
1679 (@code{wl-folder-sync-region})
1680
1681 @item Z
1682 @kindex Z (Folder)
1683 @findex wl-status-update
1684 Sync up address book status with @file{~/.addresses}'s content.
1685 (@code{wl-status-update})
1686
1687 @item P
1688 @kindex P (Folder)
1689 @findex wl-folder-prev-unread
1690 Jump cursor to the folder which have unread messages on the upward from
1691 current cursor point.
1692 (@code{wl-folder-prev-unread})
1693
1694 @item N
1695 @kindex N (Folder)
1696 Jump cursor to the folder which have unread messages on the downward
1697 from current cursor point.
1698 (@code{wl-folder-next-unread})
1699
1700 @item p
1701 @kindex p (Folder)
1702 Move cursor to the folder on the previous line.
1703 (@code{wl-folder-prev-entity})
1704
1705 @item n
1706 @kindex n (Folder)
1707 Move cursor to the folder on the next line.
1708 (@code{wl-folder-next-entity})
1709
1710 @item J
1711 @kindex J (Folder)
1712 Jump to the folder specified by the user input.
1713 (@code{wl-folder-jump-folder})
1714
1715 @item I
1716 @kindex I (Folder)
1717 @findex wl-folder-prefetch-current-entity
1718 Prefetch new messages of the folder at the current cursor point by
1719 @code{wl-summary-incorporate}.
1720 If the cursor is on the folder group, it is executed recursively.
1721 (@code{wl-folder-prefetch-current-entity})
1722
1723 @item c
1724 @kindex c (Folder)
1725 @findex wl-folder-mark-as-read-all-current-entity
1726 Mark all unread messages of the folder at the current cursor point as read.
1727 If the cursor is on the folder group, it is executed recursively.
1728 (@code{wl-folder-mark-as-read-all-current-entity})
1729
1730 @item f
1731 @kindex f (Folder)
1732 @findex wl-folder-goto-first-unread-folder
1733 Enter summary mode of the first unread folder.
1734 (@code{wl-folder-goto-first-unread-folder})
1735
1736 @item E
1737 @kindex E (Folder)
1738 @findex wl-folder-empty-trash
1739 Empty trash.
1740 (@code{wl-folder-empty-trash})
1741
1742 @item o
1743 @kindex o (Folder)
1744 @findex wl-folder-open-all-unread-folder
1745 All unread folder is opened.
1746 (@code{wl-folder-open-all-unread-folder})
1747
1748 @item /
1749 @kindex / (Folder)
1750 @findex wl-folder-open-close
1751 Folder group is opened/closed.
1752 (@code{wl-thread-open-close})
1753
1754 @item [
1755 @kindex [ (Folder)
1756 All folder group is opened.
1757 (@code{wl-folder-open-all})
1758
1759 @item ]
1760 @kindex ] (Folder)
1761 All folder group is closed.
1762 (@code{wl-folder-close-all})
1763
1764 @item q
1765 @kindex q (Folder)
1766 Quit Wanderlust.
1767 (@code{wl-exit})
1768
1769 @item z
1770 @kindex z (Folder)
1771 Suspend Wanderlust.
1772 (@code{wl-folder-suspend})
1773
1774 @item M-s
1775 @kindex M-s (Folder)
1776 Save current folder status.
1777 (@code{wl-save})
1778
1779 @item M-t
1780 @kindex M-t (Folder)
1781 Toggle Wanderlust's offline/online status.
1782 (@code{wl-toggle-plugged})
1783
1784 @item C-t
1785 @kindex C-t (Folder)
1786 Start Wanderlust's plug-status manager.
1787 (@code{wl-plugged-change})
1788 @end table
1789
1790 @subsection Customize variables
1791
1792 @table @code
1793 @item wl-folders-file
1794 @vindex wl-folders-file
1795 The initial setting is @file{~/.folders}.
1796 Subscribed folders are described (saved) in this file.
1797
1798 @item wl-folder-info-save
1799 @vindex wl-folder-info-save
1800 The initial setting is @code{t}.  If non-nil, unread information is
1801 saved and used in the next Wanderlust session.
1802
1803 @item wl-stay-folder-window
1804 @vindex wl-stay-folder-window
1805 The initial setting is @code{nil}.
1806 If non-nil, summary window is appeared on the right side of the folder buffer.
1807
1808 @item wl-folder-window-width
1809 @vindex wl-folder-window-width
1810 The initial setting is 20.
1811 Folder mode's window width when @code{wl-stay-folder-window} is non-nil.
1812
1813 @item wl-folder-many-unsync-threshold
1814 @vindex wl-folder-many-unsync-threshold
1815 The initial setting is 70.
1816 If the number of unread messages is more than this value,
1817 folder color is changed.
1818
1819 @item wl-highlight-folder-by-numbers
1820 @vindex wl-highlight-folder-by-numbers
1821 This option controls how to highlight each line in the folder buffer.
1822 The default value is @code{t}, highlighting with various colors based on
1823 the message numbers.  If it is @code{nil}, highlighting with various
1824 colors based on the folder status.  In addition, if it is a number
1825 (e.g. 1), highlighting will be done based on both the message numbers
1826 and the folder status.
1827
1828 @item wl-folder-desktop-name
1829 @vindex wl-folder-desktop-name
1830 The initial setting is @samp{Desktop}.
1831 The name of top folder group.
1832
1833 @item wl-folder-petname-alist
1834 @vindex wl-folder-petname-alist
1835 The initial setting is @code{nil}.
1836 An alist of folder's realname and its nickname.
1837
1838 @item wl-folder-access-subscribe-alist
1839 @vindex wl-folder-access-subscribe-alist
1840 The initial setting is @code{nil}.
1841
1842 Control automatic subscribing and unsubscribing of the children list
1843 of access groups.
1844
1845 Each element is:
1846
1847 @example
1848 (@var{regexp-of-access-folder} . (@var{subscribe-flag} @var{regexp-of-folders} @dots{}))
1849 @end example
1850
1851 @noindent
1852 If @var{subscribe-flag} is non-nil, folders which have name matched to
1853 @var{regexp-of-folders} are displayed. Otherwise, hidden.  However,
1854 already unsubscribed folder is not displayed even when the
1855 @var{subscribe-flag} is non-nil. Multiple @var{regexp-of-folders} can be
1856 specified.
1857
1858 Example:
1859
1860 @lisp
1861 @group
1862 '(("^-fj$" . (t   "^-fj\\.\\(comp\\|editor\\|mail\\)"
1863                   "^-fj\\.\\(net\\|news\\|os\\|rec\\)"))
1864   ("^-$" . (t   "^-\\(fj\\|tnn\\|japan\\|gnu\\|comp\\)"))
1865   ("^\\+ml$" . (nil "^\\+ml$" "^\\+ml/tmp")))
1866 @end group
1867 @end lisp
1868
1869 @item wl-folder-hierarchy-access-folders
1870 @vindex wl-folder-hierarchy-access-folders
1871 The initial setting is the list shown below:
1872
1873 @lisp
1874 @group
1875 ("-" "-alt")
1876 @end group
1877 @end lisp
1878
1879 @noindent
1880 A list of access groups which creates children folder list hierarchically.
1881
1882 For example, if you specify
1883 @code{wl-folder-hierarchy-access-folders} like following,
1884
1885 @lisp
1886 @group
1887 (setq wl-folder-hierarchy-access-folders
1888      '("-" "-alt" "-japan" "-comp" "-comp.unix"))
1889 @end group
1890 @end lisp
1891
1892 @noindent
1893 such access group hierarchy is obtained.
1894
1895 @example
1896 @group
1897    [-]-:912/912/3011
1898      [-]-fj:674/674/1314
1899        -fj.comp.announce:0/0/2
1900        -fj.comp.dev.cdrom:0/0/0
1901        @dots{}
1902      [+]-japan:238/238/1688
1903      [-]-comp:0/0/4
1904        [-]-comp.unix:0/0/0
1905          -comp.unix.admin:0/0/0
1906          -comp.unix.dos-under-unix:0/0/0
1907          -comp.unix.programmer:0/0/0
1908          [-]-comp.unix.bsd:0/0/23
1909            -comp.unix.bsd.freebsd.announce:0/0/0
1910      @dots{}
1911 @end group
1912 @end example
1913
1914 If you opened @samp{-} in this example, only the direct children is created
1915 (@samp{-fj}, @samp{-japan}, @samp{-tnn}, @dots{}).
1916 second hierarchy (@samp{-fj.comp.announce}, @dots{}, @samp{-comp.unix}, @dots{})
1917 is not created until the children access group is opened.
1918 @end table
1919
1920
1921 @node Folder Manager,  , Selecting Folder, Folder
1922 @section Editing Folders
1923 @cindex Folder Manager
1924 @cindex Folder, Edit
1925 @cindex Folder, Subscribe
1926 @cindex Folder, Unsubscribe
1927
1928 As described before, subscribed folder list is saved in @file{~/.folders} file.
1929 But you don't have to edit @file{~/.folders} directly.
1930 You can append, delete, edit folders from folder mode.
1931
1932 @subsection Usage (Tips)
1933
1934 @subsubsection Append Folder
1935
1936 @kbd{m a} appends new folder to the folder mode.
1937 @kbd{m g} appends new folder group.
1938 To append new folder to this group, firstly open it,
1939 then execute append command in the next line.
1940
1941 @subsubsection Edit Folder
1942
1943 You can cut folder by @kbd{C-k}, paste by @kbd{C-y}.
1944 Thus, you can change folder position as if you were editing a normal file.
1945
1946 @subsubsection Create Multi Folder.
1947
1948 @enumerate
1949 @item
1950 Type @kbd{m q} to clear @code{wl-fldmgr-cut-entity-list}.
1951 @item
1952 Cut folder by @kbd{C-k} or copy folder by @kbd{M-c}.
1953 @item
1954 Type @kbd{m m}, then you can create multi folder.
1955 @end enumerate
1956
1957 @subsubsection Delete Nickname, Filter
1958
1959 You can delete nickname or filter by putting ``''(@var{NULL}) from the
1960 minibuffer while appending.
1961
1962 @subsubsection Append Folder to Empty Group
1963
1964 To append new folder to the empty folder group
1965 (after you create folder group by typing @kbd{m g}),
1966 firstly open it, then execute append command in the next line.
1967 If it is closed, folder is appended on the same level with
1968 the above folder group. It is difficult to explain by words so try it.
1969 In other words, appended position depends on the 
1970 above folder group's open/close status.
1971
1972 @subsubsection Charset of the Folders File.
1973
1974 @code{wl-mime-charset} is used for saving @code{wl-folders-file}.
1975
1976 @subsubsection Create Filter
1977
1978 @kbd{m f} adds filter to the folder at the current cursor point.  To
1979 create new filter folder and leave the current folder unchanged, copy it
1980 @kbd{M-c}, make filter @kbd{m f} and paste it @kbd{C-y}.  Multiple
1981 filter can be specified while appending filter.  If you put
1982 ``''(@var{NULL}), filter is deleted.
1983
1984 @subsubsection Sort Folders
1985
1986 Sorting of the folders is executed by the function specified by 
1987 @code{wl-fldmgr-sort-func}. 
1988 The initial setting is @code{wl-fldmgr-sort-standard}, 
1989 which sorts alphabetically.
1990 Sorting affects only on the current folder group. It does not 
1991 affect on the child groups.
1992
1993 @subsubsection Hiding Folders in the Access Group
1994
1995 Usually, access group displays all children folders, but you can set
1996 some folders hidden. Following operations are only available on access
1997 group.
1998
1999 Command @code{wl-fldmgr-unsubscribe} (@kbd{u}) toggles the visibility
2000 (subscribe/unsubscribe) of the folder at current cursor point.  Against
2001 this, @code{wl-fldmgr-unsubscribe-region} (@kbd{U}) hides folders in the
2002 specified region.
2003
2004 Note that @code{wl-fldmgr-unsubscribe-region} does not toggle while
2005 @code{wl-fldmgr-unsubscribe} toggles.  These two commands accept prefix
2006 argument and if the argument has positive number, the unsubscribe it.
2007 If the prefix argument has negative value, folder becomes visible and if
2008 zero, folder visibility is toggled.
2009
2010 The other commands, @code{wl-fldmgr-subscribe} and
2011 @code{wl-fldmgr-subscribe-region} are also prepared (not binded to the
2012 key).
2013
2014 Moreover, if @code{wl-fldmgr-cut} or @code{wl-fldmgr-cut-region} is
2015 executed in the access group, they have a same effect with
2016 @code{wl-fldmgr-unsubscribe} and @code{wl-fldmgr-unsubscribe-region}.
2017 The difference is that cut commands deletes folders from the current
2018 buffer.
2019
2020 @subsubsection Operations in the Access Group
2021
2022 You can insert and delete folders in the access group like usual folder
2023 group.  But insert and delete commands can be only available for the
2024 children folders of the access group and they only sets the subscribe
2025 status.  In other words, insertion of the folder means subscribing,
2026 deletion means unsubscribing.
2027 @footnote{In the current implementation, 
2028 it is faster to delete region than to unsubscribe region.}
2029
2030 To update the access group when children folders are inserted or deleted
2031 by other way (other than Wanderlust), 
2032 open the access group by typing @kbd{C-u @key{RET}}.
2033 @xref{Selecting Folder}.
2034
2035 The order of children folders of access group is saved after
2036 insertion/deletion/sorting.
2037 If you set @code{wl-force-fetch-folders} to non-nil or open access group
2038 by typing @kbd{C-u @key{RET}}, disappeared folders are deleted and
2039 newly created folders are inserted on the top of the access group.
2040
2041 @subsection Key bindings
2042 @cindex Keybind, Folder Mode
2043 @cindex Keybind, Folder Buffer
2044
2045 Key bindings on the folder mode related to folder editing are shown below.
2046 All bindings starts with @kbd{m}, and primary commands are binded to 
2047 one stroke key binding.
2048
2049 @table @kbd
2050 @item m a
2051 @kindex m a (Folder)
2052 @findex wl-fldmgr-add
2053 Insert a folder.
2054 (@code{wl-fldmgr-add})
2055
2056 @item +
2057 @itemx m g
2058 @kindex + (Folder)
2059 @kindex m g (Folder)
2060 @findex wl-fldmgr-make-group
2061 Create a folder group.
2062 (@code{wl-fldmgr-make-group})
2063
2064 @itemx m A
2065 @kindex m A (Folder)
2066 @findex wl-fldmgr-make-access-group
2067 Create an access group. 
2068 (@code{wl-fldmgr-make-access-group})
2069
2070 @item m d
2071 @kindex m d (Folder)
2072 @findex wl-fldmgr-delete
2073 Delete folder itself and msgdb.
2074 If the folder itself cannot be deleted like NNTP folder,
2075 only msgdb is deleted.
2076 (@code{wl-fldmgr-delete})
2077
2078 @item R
2079 @itemx m R
2080 @kindex R (Folder)
2081 @kindex m R (Folder)
2082 @findex wl-fldmgr-rename
2083 Change the name of folder or folder group.
2084 msgdb's path is also changed.
2085 (@code{wl-fldmgr-rename})
2086
2087 @item *
2088 @itemx m m
2089 @kindex * (Folder)
2090 @kindex m m(Folder)
2091 @findex wl-fldmgr-make-multi
2092 Create a multi folders in the cutlist (cut, copied folders).
2093 (@code{wl-fldmgr-make-multi})
2094
2095 @item |
2096 @itemx m f
2097 @kindex | (Folder)
2098 @kindex m f (Folder)
2099 @findex wl-fldmgr-make-filter
2100 Create a filter folder. (Put a filter on the folder).
2101 (@code{wl-fldmgr-make-filter})
2102
2103 @item M-c
2104 @itemx m c
2105 @kindex M-c (Folder)
2106 @kindex m c (Folder)
2107 @findex wl-fldmgr-copy
2108 Copy folder (it is not available on folder group).
2109 (@code{wl-fldmgr-copy})
2110
2111 @item M-w
2112 @itemx m W
2113 @kindex M-w (Folder)
2114 @kindex m W (Folder)
2115 @findex wl-fldmgr-copy-region
2116 Copy folders in the specified region.
2117 (@code{wl-fldmgr-copy-region})
2118
2119 @item C-k
2120 @itemx m k
2121 @kindex C-k (Folder)
2122 @kindex m k (Folder)
2123 @findex wl-fldmgr-cut
2124 Cut folder. Folder itself is not deleted.
2125 (@code{wl-fldmgr-cut})
2126
2127 @item C-w
2128 @itemx m C-w
2129 @kindex C-w (Folder)
2130 @kindex m C-w (Folder)
2131 @findex wl-fldmgr-cut-region
2132 Cut folders in the specified region.
2133 (@code{wl-fldmgr-cut-region})
2134
2135 @item C-y
2136 @itemx m y
2137 @kindex C-y (Folder)
2138 @kindex m y (Folder)
2139 @findex wl-fldmgr-yank
2140 Paste folders that are copied or cut (folders in the cut-list).
2141 (@code{wl-fldmgr-yank})
2142
2143 @item m p
2144 @kindex m p (Folder)
2145 @findex wl-fldmgr-set-petname
2146 Put nickname on the folder.
2147 (@code{wl-fldmgr-set-petname})
2148
2149 @item m q
2150 @kindex m q (Folder)
2151 @findex wl-fldmgr-clear-cut-entity-list
2152 Clear the cut-list. (cut, copied folder information is cleared,
2153 you cannot paste after this)
2154 (@code{wl-fldmgr-clear-cut-entity-list})
2155
2156 @item m s
2157 @kindex m s (Folder)
2158 @findex wl-fldmgr-sort
2159 Sort folders in the current folder group.
2160 (@code{wl-fldmgr-sort})
2161
2162 @item m C-s
2163 @kindex m C-s (Folder)
2164 @findex wl-fldmgr-save
2165 Save current folder view to the @file{wl-folders-file}.
2166 (@code{wl-fldmgr-save})
2167 @end table
2168
2169 [Following commands are only available on the access groups]
2170
2171 @table @kbd
2172 @item u
2173 @itemx m u
2174 @kindex u (Folder)
2175 @kindex m u (Folder)
2176 @findex wl-fldmgr-unsubscribe
2177 Set the visibility of folder (subscribe/unsubscribe).
2178 (@code{wl-fldmgr-unsubscribe})
2179
2180 @item U
2181 @itemx r u
2182 @kindex U (Folder)
2183 @kindex r u (Folder)
2184 @findex wl-fldmgr-unsubscribe-region
2185 Set the visibility of the folders (subscribe/unsubscribe) in the
2186 specified region. 
2187 (@code{wl-fldmgr-unsubscribe-region})
2188
2189 @item l
2190 @itemx m l
2191 @kindex l (Folder)
2192 @kindex m l (Folder)
2193 @findex wl-fldmgr-access-display-normal
2194 List folders that are currently available.
2195 (@code{wl-fldmgr-access-display-normal})
2196
2197 @item L
2198 @itemx m L
2199 @kindex L (Folder)
2200 @kindex m L (Folder)
2201 @findex wl-fldmgr-access-display-all
2202 List all folders regardless of the subscription status.
2203 (@code{wl-fldmgr-access-display-all})
2204 @end table
2205
2206
2207 @subsection Customize variables
2208
2209 @table @code
2210 @item  wl-interactive-save-folders
2211 @vindex wl-interactive-save-folders
2212 The initial setting is @code{t}.  If non-nil and folder view is
2213 modified, confirm saving it before Wanderlust or Emacs exits.  If
2214 @code{nil}, save without confirmation.
2215
2216 @item wl-fldmgr-make-backup
2217 @vindex wl-fldmgr-make-backup
2218 The initial setting is @code{t}.  If non-nil, @file{~/.folders.bak} is
2219 created before saving the folder status.
2220
2221 @item wl-fldmgr-sort-func
2222 @vindex wl-fldmgr-sort-func
2223 The initial setting is @code{wl-fldmgr-sort-standard}.  A function to
2224 sort folders.  By default function, folders are sorted alphabetically
2225 and folder group is put on top (when @code{wl-fldmgr-sort-group-first}
2226 is non-nil).
2227
2228 @item wl-fldmgr-sort-group-first
2229 @vindex wl-fldmgr-sort-group-first
2230 The initial setting is @code{t}.  If non-nil,
2231 @code{wl-fldmgr-sort-standard} precedes folder group.  If @code{nil}, it
2232 does not care whether it is folder group or not.
2233
2234 @item wl-folder-check-async
2235 @vindex wl-folder-check-async
2236 The initial setting is @code{t}.  If non-nil, check folder's unread
2237 status asynchronously.  It boosts newsgroup checking.
2238
2239 @item wl-folder-check-fast
2240 @vindex wl-folder-check-fast
2241 The initial setting is @code{nil}.
2242 If non-nil, it does not update folder status while checking.
2243 @c it is obsolete?
2244 @item wl-folder-notify-deleted
2245 @vindex wl-folder-notify-deleted
2246 The initial setting is @code{nil}.
2247 @c  nil means?
2248 If non-nil, negative value is displayed when the message is deleted.  If
2249 @code{sync}, folder is synchronized when the message is deleted.  If
2250 @code{nil}, message deletion is ignored.
2251 @end table
2252
2253 @subsection Miscellanea
2254
2255 Following is a note for folder editing.
2256
2257 @enumerate
2258 @item
2259 cut or copy stacks the folder in the @code{wl-fldmgr-cut-entity-list}.
2260 paste(yank) command pastes the folders on one cut or copy command
2261 (If copy command is executed by region, folders in the region are pasted
2262 by one paste command)
2263
2264 @item
2265 You cannot cut @samp{Desktop} group.
2266 Also, you cannot paste folders at the outside of the @samp{Desktop}.
2267
2268 @item
2269 You cannot copy folder group.
2270
2271 @item
2272 Operations on the access group are only available for the folders
2273 in the same access group.
2274
2275 @item
2276 You cannot create a folder which has same name with the folders already exist.
2277
2278 @item
2279 You cannot insert folders which have same name in one group.
2280 You can insert them in the different groups.
2281 You cannot put same nickname to the different folders.
2282 @end enumerate
2283
2284
2285 @node Summary, Message, Folder, Top
2286 @chapter Summary Mode
2287
2288 After you select the folder via folder mode, you enter to the summary
2289 mode.
2290
2291 @menu
2292 * Usage of Summary Mode::       TIPS.
2293 * Thread Operations::           Thread operations.
2294 * Cache::                       File cache, Buffer cache, and Prefetch.
2295 * Auto Refile::                 Auto refile settings.
2296 * Sticky Summary::              Summary make sticky.
2297 * Key Bindings of Summary::     Key bindings.
2298 * Variables of Summary::        Customize Summary Mode.
2299 @end menu
2300
2301
2302 @node Usage of Summary Mode, Thread Operations, Summary, Summary
2303 @section Usage (Tips)
2304
2305 @subsection Summary Content
2306
2307 In the summary mode, messages are displayed like following.
2308
2309 @example
2310 @group
2311   377  09/16(Wed)11:57 [+1: Takuro Kitame  ] Bug?
2312   381  09/17(Thu)00:16 [+3: Fujikazu Okuni ] elmo-lha.el -- LHA interface
2313   384  09/17(Thu)01:32 [+1: Yuuichi Terani ] wl-0.6.2
2314   389 N09/18(Fri)01:07 [+2: Yuuichi Terani ] wl-0.6.3
2315 @end group
2316 @end example
2317
2318 Each line displays:
2319
2320 @example
2321 @var{Message number}, @var{Temporal mark}, @var{Persistent mark}, @var{Date}, @var{Sender}, @var{Subject}
2322 @end example
2323
2324 @noindent
2325 You cannot change this in the current version.
2326
2327 @var{Message number} is the message's unique number in the folder. In
2328 the NNTP folder, it is article number, in the IMAP folder, it is UID and
2329 in the MH folder, it is the filename of the message.
2330
2331 @var{Temporal mark} and @var{Persistent mark} are described later.
2332
2333 @var{Date} is displayed like @samp{@var{Month}/@var{Day}(@var{Week
2334 Day})@var{Hour}:@var{Minute}}.  Default setting displays week day in
2335 Japanese, but if you want to display it in English, set the value of
2336 @code{wl-summary-weekday-name-lang} as @samp{en}.
2337
2338 @var{Sender}'s indentation corresponds to the depth of the thread.
2339 Sender name is displayed as nickname if it is defined in the address
2340 book.  Set @code{wl-use-petname} as @samp{nil}, if you want to quit
2341 displaying with nickname.
2342
2343 If number is printed at the head of @var{Sender} part like @samp{+2},
2344 that means the message have 2 follow messages.
2345
2346 @var{Subject} is the @samp{Subject:} header field of the message.  If
2347 the message have same @samp{Subject:} with the parent message, it is not
2348 displayed.  Some mailing list puts its sequence number in the
2349 @samp{Subject:} field, but it is
2350 ignored. @code{wl-summary-no-subject-message} is displayed when the
2351 message has empty subject field.
2352
2353 @subsection Temporary Marks
2354 @cindex Mark, Temporary
2355
2356 There are four temporary marks, 
2357 @samp{*}, @samp{D}, @samp{o} and @samp{O}.
2358 Temporary marks indicates message operations.
2359
2360 @table @samp
2361 @item *
2362 Target mark.
2363 You can execute a command on the all messages that have @samp{*} mark,
2364 with the key bindings which begins with @kbd{m}.
2365
2366 @item D
2367 The mark to delete. You can put @samp{D} by typing @kbd{d} key.
2368
2369 @item o
2370 The mark to refile.
2371 After you type @kbd{o} key, prompt appears to input refile destination.
2372 Your answer is printed in the summary line.
2373
2374 @item O
2375 The mark to refile.
2376 You can put this mark by typing @kbd{O} key.
2377 The difference between this mark and refile mark is, 
2378 this mark does not delete the message while latter does.
2379 @end table
2380
2381 @kbd{x} key executes @samp{D}, @samp{o} and @samp{O} marks.
2382
2383 @subsection Persistent Marks
2384
2385 There are five persistent marks,
2386 @samp{N}, @samp{U}, @samp{!}, @samp{u} and @samp{$}.
2387
2388 The persistent mark indicates the message's status and it is saved.
2389 Each persistent mark indicates:
2390
2391 @table @samp
2392 @item N
2393 It is new message.
2394 @item U
2395 It is unread message.
2396 @item !
2397 It is unread but cached message.
2398 @item u
2399 It is read but it is not cached.
2400 @item $
2401 It is important message.  You can put @samp{$} mark by typing @kbd{$}
2402 key (if already exists, the mark is deleted).  It is convenient to put
2403 this mark on the messages to remember (If you want to remember to write
2404 a reply for the message, for example) because this mark remains after
2405 you exited Emacs.  Messages with the @samp{$} mark remains in the folder
2406 even the message itself is deleted in the actual folder.
2407
2408 @item None
2409 If the message is read and cached (or local message),there are no
2410 persistent mark.
2411 @end table
2412
2413 @samp{N}, @samp{U} and @samp{u} indicates that the message have no
2414 cache.  Messages with the marks other than these, you can read them in
2415 the offline status even they are in the IMAP folder or netnews folder.
2416
2417 @subsection How To Read
2418
2419 Basically, you can read messages only typing space key again and again.
2420
2421 To update summary status to the newest status (synchronize),
2422 type @kbd{s} key.
2423
2424 You can jump to next unread message by typing @kbd{N} key, and @kbd{n} key
2425 moves cursor to the next message.
2426 Enter message buffer by typing @kbd{j} key.
2427 To operate multipart, you have to enter to the message buffer.
2428 @xref{Message}.
2429
2430
2431 @node Thread Operations, Cache, Usage of Summary Mode, Summary
2432 @section Thread Operations
2433
2434 For example, the following line indicates one thread (a context of a topic).
2435
2436 @example
2437   384  09/17(Thu)01:32 [+1: Teranishi       ] wl-0.6.2
2438 @end example
2439
2440 @noindent
2441 If you type @kbd{/} on this line, the thread is opened and it changes
2442 the appearance like following.
2443
2444 @example
2445 @group
2446   384  09/17(Thu)01:32 [ Teranishi          ] wl-0.6.2
2447   388  09/17(Thu)22:34 +-[ Murata san         ]
2448 @end group
2449 @end example
2450
2451 (Message 388 is the replied message to the message 384.)
2452 If you type @kbd{/} key once again, the thread is closed.
2453 With prefix argument, @kbd{/} opens all children threads.
2454
2455 Commands with the key binding that begins with @kbd{t} executes commands
2456 on the messages in the thread.
2457
2458
2459 @node Cache, Auto Refile, Thread Operations, Summary
2460 @section Cache
2461
2462 @subsection Cache File
2463
2464 The messages which have to access via network (e.x. IMAP, NNTP folder)
2465 are cached as a local file.  The cache file is saved under the directory
2466 @file{~/.elmo/cache}.  To expire cache, type @kbd{M-x
2467 elmo-cache-expire-by-size}.  The command deletes cache files to the
2468 specified size by the order of last accessed time.
2469
2470 @subsection Buffer Cache and Prefetching
2471
2472 If the value of @code{elmo-use-buffer-cache} is non-nil, the messages
2473 that are read are kept in the cache buffer.  It is called `buffer
2474 cache'. The number of cache buffer is specified by
2475 @code{elmo-buffer-cache-size}.
2476
2477 There are message prefetching mechanism in the Wanderlust that
2478 prefetches next message while you are reading.  This function requires
2479 that the value of @code{elmo-use-buffer-cache} is non-nil.
2480
2481 You can control the message prefetching mechanism by these two
2482 variables.
2483
2484 @table @code
2485 @item wl-cache-prefetch-folder-type-list
2486 @vindex wl-cache-prefetch-folder-type-list
2487 The initial setting is the list shown below:
2488 @lisp
2489 @group
2490 (nntp imap4)
2491 @end group
2492 @end lisp
2493
2494 @noindent
2495 It specifies the folder types in which message prefetching is enabled.
2496 In the initial setting, multi folder that contains localdir and imap4
2497 prefetches only imap4 messages.  This variable precedes the value of
2498 @code{wl-cache-prefetch-folder-list}.
2499
2500 If you want to prefetch localdir and localnews also, following setting
2501 is needed.
2502
2503 @lisp
2504 @group
2505 (setq wl-cache-prefetch-folder-type-list
2506       '(nntp imap4 localdir localnews))
2507 @end group
2508 @end lisp
2509
2510 @item wl-cache-prefetch-folder-list
2511 @vindex wl-cache-prefetch-folder-list
2512 The initial setting is @code{nil}.
2513 A list of regexp of folders to enable message prefetching.
2514 @end table
2515
2516
2517 @node Auto Refile, Sticky Summary, Cache, Summary
2518 @section Auto Refile
2519 @vindex elmo-msgdb-extra-fields
2520 @vindex wl-refile-rule-alist
2521 @findex wl-summary-auto-refile
2522
2523 You can refile messages automatically, by typing @kbd{C-o}
2524 (@code{wl-summary-auto-refile}). It decides destination of refile by
2525 the content of the message header information (information in the msgdb).
2526
2527 By default, @samp{From:}, @samp{Subject:}, @samp{To:} and @samp{Cc:} is
2528 available.  If you want to decide destination by other header fields,
2529 set the variable @code{elmo-msgdb-extra-fields} like following.
2530
2531 @lisp
2532 @group
2533 (setq elmo-msgdb-extra-fields
2534       '("x-ml-name"
2535         "reply-to"
2536         "sender"
2537         "mailing-list"
2538         "newsgroups"))
2539 @end group
2540 @end lisp
2541
2542 @noindent
2543 By this setting, Wanderlust saves extra fields in the msgdb.  You have
2544 to type @kbd{s all} to get extra fields for the messages that are
2545 already exists in the summary.
2546
2547 Then, specify the refile rule.  The refile target folder of auto
2548 refiling is decided by the value of @code{wl-refile-rule-alist}.
2549 @code{wl-refile-rule-alist} is a list of a rule:
2550
2551 @example
2552 @group
2553 (@var{field} (@var{regexp} . @var{target})
2554        (@var{regexp} . @var{target})
2555        @dots{})
2556 @end group
2557 @end example
2558
2559 Each rule means `if @var{field} value matches @var{regexp},
2560 then refile to @var{target} folder'.
2561 The rule matched first is applied.
2562
2563 @var{field} is a string of field name.  You can specify a list of field name
2564 string, too. In this case, if one of these fields is matched, then the
2565 rule is fired (i.e. OR condition).
2566
2567 @var{regexp} is a regular expression for field value.  @var{target} is a target
2568 folder string. You can specify a rule at @var{target} part, too.  In this
2569 case, If the field value of the rule and the current rule is matched,
2570 then the current rule is fired (i.e. AND condition).
2571
2572 In @var{target} part, you can refer matched substring of @var{regexp}.
2573 To refer substring, specify following in @var{target}:
2574
2575 @table @samp
2576 @item \&
2577 means substitute original matched text.
2578
2579 @item \@var{N}
2580 means substitute what matched the @var{N}th `\(@dots{}\)'.
2581 (@var{N} is a number.)
2582 @end table
2583
2584 Following is an example of @code{wl-refile-rule-alist}.
2585
2586 @lisp
2587 @group
2588 (setq wl-refile-rule-alist
2589       '(("x-ml-name"
2590          ("^Wanderlust" . "+wl")
2591          ("^Elisp" . "+elisp"))
2592         (("To" "Cc")
2593          ("\\([a-z]+\\)@@gohome.org" . "+\\1"))
2594         ("From"
2595          ("me@@gohome.org" . ("To" ("you@@gohome.org" . 
2596                                     "+from-me-to-you"))))))
2597 @end group
2598 @end lisp
2599
2600 After these settings, refile marks are automatically put on the condition
2601 matched messages by typing @kbd{C-o} (@code{wl-summary-auto-refile}).
2602
2603 Messages which have @code{wl-summary-auto-refile-skip-marks} is skipped
2604 auto refiling. 
2605 By default, @samp{N}, @samp{U} and @samp{!} is specified, so the messages
2606 with these persistent marks are not automatically refiled.
2607 It means Wanderlust does not execute auto refile on unread messages by
2608 the default setting.
2609 To execute auto refile on all messages, set following.
2610
2611 @lisp
2612 (setq wl-summary-auto-refile-skip-marks nil)
2613 @end lisp
2614
2615
2616 @node Sticky Summary, Key Bindings of Summary, Auto Refile, Summary
2617 @section Sticky Summary
2618 @cindex Summary, Sticky
2619 @cindex Sticky Summary
2620
2621 The buffer of the `sticky summary' does not killed by typing @kbd{q}. 
2622
2623 Sticky buffer is created by entering the summary by typing @kbd{C-u g}
2624 or type @kbd{M-s} (@code{wl-summary-stick}) on the normal summary.
2625
2626 The buffer name of the sticky summary becomes like
2627 @samp{Summary:@var{folder-name}}.
2628
2629 You can visit the sticky summary at any time by @kbd{C-x b}
2630 (@code{switch-to-buffer}).  To exit sticky summary, type @kbd{C-u
2631 q}. Other operations in the sticky summary are same as normal summary.
2632
2633 @code{wl-summary-always-sticky-folder-list} specifies the folders that
2634 are automatically sticked.
2635
2636
2637 @node Key Bindings of Summary, Variables of Summary, Sticky Summary, Summary
2638 @section Key bindings
2639 @cindex Keybind, Summary Mode
2640 @cindex Keybind, Summary Buffer
2641
2642 Key bindings of the summary mode are shown below.
2643
2644 @table @kbd
2645 @item @key{SPC}
2646 @kindex @key{SPC} (Summary)
2647 @findex wl-summary-read
2648 Proceed reading a message at the current cursor point.
2649 (@code{wl-summary-read})
2650
2651 @item .
2652 @kindex . (Summary)
2653 @findex wl-summary-redisplay
2654 Redisplay a message at the current cursor point.
2655 If this command is called with prefix argument, 
2656 Redisplay message regardless of the message cache (message is re-loaded
2657 from source). 
2658 (@code{wl-summary-redisplay})
2659
2660 @item <
2661 @kindex < (Summary)
2662 @findex wl-summary-display-top
2663 Display the top message in the folder.
2664 (@code{wl-summary-display-top})
2665
2666 @item >
2667 @kindex > (Summary)
2668 @findex wl-summary-display-bottom
2669 Display the bottom message in the folder.
2670 (@code{wl-summary-display-bottom})
2671
2672 @item @key{BS}
2673 @itemx @key{DEL}
2674 @kindex @key{BS} (Summary)
2675 @kindex @key{DEL} (Summary)
2676 Display the previous page of the message at the current cursor point.
2677 @findex wl-summary-prev-page
2678 (@code{wl-summary-prev-page})
2679
2680 @item @key{RET}
2681 @kindex @key{RET} (Summary)
2682 @findex wl-summary-next-line-content
2683 Display the next line of the message at the current cursor point.
2684 Display the message at the current cursor point if it is not displayed yet.
2685 (@code{wl-summary-next-line-content})
2686
2687 @item -
2688 @itemx M-@key{RET}
2689 @kindex - (Summary)
2690 @kindex M-@key{RET} (Summary)
2691 @findex wl-summary-prev-line-content
2692 Display the previous line of the message at the current cursor point.
2693 Display the message at the current cursor point if it is not displayed yet.
2694 (@code{wl-summary-prev-line-content})
2695
2696 @item /
2697 @kindex / (Summary)
2698 @findex wl-thread-open-close
2699 Toggle open or close the thread at the current cursor point.
2700 (@code{wl-thread-open-close})
2701
2702 @item [
2703 @kindex [ (Summary)
2704 Open all threads.
2705 @findex wl-thread-open-all
2706 (@code{wl-thread-open-all})
2707
2708 @item ]
2709 @kindex ] (Summary)
2710 Close all threads.
2711 @findex wl-thread-close-all
2712 (@code{wl-thread-close-all})
2713
2714 @item g
2715 @kindex g (Summary)
2716 @findex wl-summary-goto-folder
2717 Go to other folder.
2718 (@code{wl-summary-goto-folder})
2719
2720 @item c
2721 @kindex c (Summary)
2722 Mark all messages in the folder as read.
2723 @findex wl-summary-mark-as-read-all
2724 (@code{wl-summary-mark-as-read-all})
2725
2726 @item a
2727 @kindex a (Summary)
2728 @findex wl-summary-reply
2729 Prepare a draft for reply the message at the current cursor point.
2730 (@code{wl-summary-reply})
2731
2732 @item A
2733 @kindex A (Summary)
2734 @findex wl-summary-reply-with-citation
2735 Prepare a draft for reply the message at the current cursor point.
2736 (@code{wl-summary-reply-with-citation})
2737
2738 @item C
2739 @kindex C (Summary)
2740 @findex wl-summary-cancel-message
2741 If the message at current cursor point is your own netnews article,
2742 cancel it.
2743 (@code{wl-summary-cancel-message})
2744
2745 @item E
2746 @kindex E (Summary)
2747 @findex wl-summary-reedit
2748 Prepare a draft for re-editing the message at current cursor point.
2749 If the message at current cursor point is your own netnews article,
2750 a draft for `supersedes message' for the message is prepared.
2751 (@code{wl-summary-reedit})
2752
2753 @item M-e
2754 @kindex M-e (Summary)
2755 @findex wl-summary-resend-bounced-mail
2756 If the message at current cursor point is a bounced message,
2757 a draft for re-sending original message is prepared.
2758 (@code{wl-summary-resend-bounced-mail})
2759
2760 @item f
2761 @kindex f (Summary)
2762 @findex wl-summary-forward
2763 A draft for forwarding the message at current cursor point is prepared.
2764 (@code{wl-summary-forward})
2765
2766 @item $
2767 @kindex $ (Summary)
2768 @findex wl-summary-mark-as-important
2769 Put @samp{$} mark on the message at current cursor point.
2770 If already marked as @samp{$}, delete it.
2771 (@code{wl-summary-mark-as-important})
2772
2773 @item y
2774 @itemx e
2775 @kindex y (Summary)
2776 @kindex e (Summary)
2777 Save the message at current cursor point.
2778 @findex wl-summary-save
2779 (@code{wl-summary-save})
2780
2781 @item n
2782 @kindex n (Summary)
2783 @findex wl-summary-next
2784 Move cursor to the next message.
2785 If message is marked with a temporal mark in 
2786 @code{wl-summary-skip-mark-list}, cursor is not moved to it.
2787 In the offline mode, cursor is not moved to the messages which are not cached
2788 yet.
2789 (@code{wl-summary-next})
2790
2791 @item p
2792 @kindex p (Summary)
2793 @findex wl-summary-prev
2794 Move cursor to the previous message.
2795 If message is marked with a temporal mark in 
2796 @code{wl-summary-skip-mark-list}, cursor is not moved to it.
2797 In the offline mode, cursor is not moved to the messages which are not cached
2798 yet.
2799 (@code{wl-summary-prev})
2800
2801 @item N
2802 @kindex N (Summary)
2803 @findex wl-summary-down
2804 Move cursor to the downward message which is unread or marked
2805 as @samp{$}.
2806 (@code{wl-summary-down})
2807
2808 @item P
2809 @kindex P (Summary)
2810 @findex wl-summary-up
2811 Move cursor to the upward message which is unread or marked
2812 as @samp{$}.
2813 (@code{wl-summary-up})
2814
2815 @item w
2816 @kindex w (Summary)
2817 @findex wl-summary-write
2818 Prepare a new draft.
2819 (@code{wl-summary-write})
2820
2821 @item W
2822 @kindex W (Summary)
2823 @findex wl-summary-write-current-folder
2824 Prepare a new draft.  If the current folder is NNTP folder,
2825 @samp{Newsgroups:} field is completed.  If the current folder is mailing
2826 list folder (refile destination), guess @samp{To:} field and completed
2827 (If @code{wl-subscribed-mailing-list} is valid list)
2828 (@code{wl-summary-write-current-folder})
2829
2830 @item H
2831 @kindex H (Summary)
2832 @findex wl-summary-redisplay-all-header
2833 Redisplay the message at current cursor point with all header fields.
2834 (@code{wl-summary-redisplay-all-header})
2835
2836 @item M
2837 @kindex M (Summary)
2838 @findex wl-summary-redisplay-no-mime
2839 Redisplay the message at current cursor point without MIME analysis.
2840 (@code{wl-summary-redisplay-no-mime})
2841
2842 @item B
2843 @kindex B (Summary)
2844 @findex wl-summary-burst
2845 If the message at current cursor point has 
2846 encapsulates multiple messages using MIME,
2847 de-capsulate and extract them on the current folder.
2848 (@code{wl-summary-burst})
2849
2850 @item @@
2851 @kindex @@ (Summary)
2852 @findex wl-summary-edit-addresses
2853 Append/change/delete the message's sender information to the address
2854 book @file{~/.addresses} interactively.  If this command is called with
2855 prefix argument, arbitrary address can be edited.
2856 (@code{wl-summary-edit-petname})
2857
2858 @item Z
2859 @kindex Z (Summary)
2860 @findex wl-status-update
2861 Sync up address book status with @file{~/.addresses}'s content.
2862 (@code{wl-status-update})
2863
2864 @item |
2865 @kindex | (Summary)
2866 @findex wl-summary-pipe-message
2867 Pipe current message's content to the external process.
2868 (@code{wl-summary-pipe-message})
2869
2870 @item #
2871 @kindex # (Summary)
2872 @findex wl-summary-print-message
2873 Print out current message's content.
2874 It uses @code{ps-print} module in Emacs 20.x.
2875 If you don't use color printer, you might want to set
2876 @code{wl-ps-print-buffer-func} to @code{ps-print-buffer}.
2877
2878 @lisp
2879 (setq wl-ps-print-buffer-func 'ps-print-buffer)
2880 @end lisp
2881
2882 (@code{wl-summary-print-message})
2883
2884 @item q
2885 @kindex q (Summary)
2886 @findex wl-summary-exit
2887 Exit current folder.
2888 (@code{wl-summary-exit})
2889
2890 @item j
2891 @kindex j (Summary)
2892 @findex wl-summary-jump-to-current-message
2893 Jump cursor to the currently displayed message's window.
2894 (@code{wl-summary-jump-to-current-message})
2895
2896 @item J
2897 @kindex J (Summary)
2898 Jump cursor to the other message.
2899 @findex wl-summary-jump-to-msg
2900 (@code{wl-summary-jump-to-msg})
2901
2902 @item I
2903 @kindex I (Summary)
2904 Update summary status and
2905 prefetch all messages which have marks included in the 
2906 @code{wl-summary-incorporate-marks}.
2907 @findex wl-summary-incorporate
2908 (@code{wl-summary-incorporate})
2909
2910 @item M-j
2911 @kindex M-j (Summary)
2912 @findex wl-summary-jump-to-msg-by-message-id
2913 Jump cursor to the message which have specified @samp{Message-Id:}.  If
2914 @code{elmo-use-database} is non-nil, other folder is also searched.
2915 (@code{wl-summary-jump-to-msg-by-message-id})
2916
2917 @item ^
2918 @kindex ^ (Summary)
2919 Jump to parent message.
2920 @findex wl-summary-jump-to-parent-message
2921 (@code{wl-summary-jump-to-parent-message})
2922
2923 @item !
2924 @kindex ! (Summary)
2925 @findex wl-summary-mark-as-unread
2926 Mark as unread the message at current cursor point.
2927 (@code{wl-summary-mark-as-unread})
2928
2929 @item s
2930 @kindex s (Summary)
2931 @findex wl-summary-sync
2932 Synchronize summary view after prompting the update range
2933 (@samp{all}, @samp{update}, @samp{rescan}, @samp{first}, @samp{last}).
2934
2935 @example
2936 @group
2937 all            ...Discard current summary and update all message.
2938 update         ...Update the difference between summary and the folder itself.
2939 rescan         ...Rescan the msgdb and display again.
2940 rescan-noscore ...Rescan the msgdb and display again (without scoring).
2941 first, last    ...Move to the filter folder(partial filter).
2942 @end group
2943 @end example
2944
2945 @noindent
2946 (@code{wl-summary-sync})
2947
2948 @item S
2949 @kindex S (Summary)
2950 @findex wl-summary-sort
2951 Sort summary order.
2952 You can sort by @samp{date}, @samp{from}, @samp{number} and @samp{subject}.
2953 (@code{wl-summary-sort})
2954
2955 @item T
2956 @kindex T (Summary)
2957 @findex wl-summary-toggle-thread
2958 Toggle the threading.
2959 Threading status is displayed on the modeline.
2960 @samp{@{S@}} means threading is off (Sequence) and 
2961 @samp{@{T@}} means threading is on (Thread).
2962 (@code{wl-summary-toggle-thread})
2963
2964 @item l
2965 @kindex l (Summary)
2966 @findex wl-summary-toggle-disp-folder
2967 Toggle displaying of folder window.
2968 (@code{wl-summary-toggle-disp-folder})
2969
2970 @item v
2971 @kindex v (Summary)
2972 Toggle displaying of message window.
2973 @findex wl-summary-toggle-disp-msg
2974 (@code{wl-summary-toggle-disp-msg})
2975
2976 @item V
2977 @kindex V (Summary)
2978 Move to the virtual folder with the condition specified.
2979 If called with prefix argument and current folder is virtual, exit it.
2980 @findex wl-summary-virtual
2981 (@code{wl-summary-virtual})
2982
2983 @item @key{TAB}
2984 @kindex @key{TAB} (Summary)
2985 @findex wl-summary-goto-last-displayed-msg
2986 Jump to the message which is displayed last.
2987 (@code{wl-summary-goto-last-displayed-msg})
2988
2989 @item ?
2990 @kindex ? (Summary)
2991 Put @samp{*} mark on the messages that satisfies the specified condition.
2992 @findex wl-summary-pick
2993 (@code{wl-summary-pick})
2994
2995 @item R
2996 @kindex R (Summary)
2997 @findex wl-summary-mark-as-read
2998 Mark as read the message at the current cursor point.
2999 (@code{wl-summary-mark-as-read})
3000
3001 @item i
3002 @kindex i (Summary)
3003 Prefetch the message at the current cursor point.
3004 With prefix argument, prefetch the message even if it is cached.
3005 @findex wl-summary-prefetch
3006 (@code{wl-summary-prefetch})
3007
3008 @item x
3009 @kindex x (Summary)
3010 Execute @samp{D}, @samp{o} and @samp{O} marks.
3011 @findex wl-summary-exec
3012 (@code{wl-summary-exec})
3013
3014 @item *
3015 @kindex * (Summary)
3016 @findex wl-summary-target-mark-line
3017 Put target mark on the message at the current cursor point.
3018 (@code{wl-summary-target-mark-line})
3019
3020 @item o
3021 @kindex o (Summary)
3022 Put refile mark on the message at the current cursor point.
3023 @findex wl-summary-refile
3024 (@code{wl-summary-refile})
3025
3026 @item C-o
3027 @kindex C-o (Summary)
3028 Execute auto refile.
3029 @findex wl-summary-auto-refile
3030 (@code{wl-summary-auto-refile})
3031
3032 @item O
3033 @kindex O (Summary)
3034 Put copy mark on the message at the current cursor point.
3035 @findex wl-summary-copy
3036 (@code{wl-summary-copy})
3037
3038 @item M-o
3039 @kindex M-o (Summary)
3040 Put refile mark on the message at the current cursor point with the destination
3041 previously specified.
3042 @findex wl-summary-refile-prev-destination
3043 (@code{wl-summary-refile-prev-destination})
3044
3045 @item d
3046 @kindex d (Summary)
3047 @findex wl-summary-delete
3048 Put delete mark on the message at the current cursor point.
3049 (@code{wl-summary-delete})
3050
3051 @item u
3052 @kindex u (Summary)
3053 @findex wl-summary-unmark
3054 Unmark the temporal mark on the message at the current cursor point.
3055 (@code{wl-summary-unmark})
3056
3057 @item U
3058 @kindex U (Summary)
3059 Unmark all the temporal marks.
3060 @findex wl-summary-unmark-all
3061 (@code{wl-summary-unmark-all})
3062
3063 @item r R
3064 @kindex r R (Summary)
3065 @findex wl-summary-mark-as-read-region
3066 Mark as read messages in the specified region.
3067 (@code{wl-summary-mark-as-read-region})
3068
3069 @item r $
3070 @kindex r $ (Summary)
3071 @findex wl-summary-mark-as-important-region
3072 Mark as important @samp{$} messages in the specified region.
3073 If @samp{$} already exists, it is deleted.
3074 (@code{wl-summary-mark-as-important-region})
3075
3076 @item r !
3077 @kindex r ! (Summary)
3078 @findex wl-summary-mark-as-unread-region
3079 Mark as unread messages in the specified region.
3080 (@code{wl-summary-mark-as-unread-region})
3081
3082 @item r i
3083 @kindex r i (Summary)
3084 @findex wl-summary-prefetch-region
3085 Prefetch messages in the specified region.
3086 (@code{wl-summary-prefetch-region})
3087
3088 @item r x
3089 @kindex r x (Summary)
3090 @findex wl-summary-exec-region
3091 Execute @samp{D}, @samp{o} and @samp{O} marks on the messages in the
3092 specified region.
3093 (@code{wl-summary-exec-region})
3094
3095 @item r *
3096 @kindex r * (Summary)
3097 @findex wl-summary-target-mark-region
3098 Put target mark on the messages in the specified region.
3099 (@code{wl-summary-target-mark-region})
3100
3101 @item r o
3102 @kindex r o (Summary)
3103 @findex wl-summary-refile-region
3104 Put refile mark on the messages in the specified region.
3105 (@code{wl-summary-refile-region})
3106
3107 @item r O
3108 @kindex r O (Summary)
3109 @findex wl-summary-copy-region
3110 Put copy mark on the messages in the specified region.
3111 (@code{wl-summary-copy-region})
3112
3113 @item r d
3114 @kindex r d (Summary)
3115 @findex wl-summary-delete-region
3116 Put delete mark on the messages in the specified region.
3117 (@code{wl-summary-delete-region})
3118
3119 @item r u
3120 @kindex r u (Summary)
3121 @findex wl-summary-unmark-region
3122 Delete temporal mark on the messages in the specified region.
3123 (@code{wl-summary-unmark-region})
3124
3125 @item r y
3126 @kindex r y (Summary)
3127 Save messages in the specified region.
3128 @findex wl-summary-save-region
3129 (@code{wl-summary-save-region})
3130
3131 @item t R
3132 @kindex t R (Summary)
3133 @findex wl-thread-mark-as-read
3134 Mark as read messages which are the descendant of the current thread.
3135 With prefix argument, it affects on the all messages in the thread tree.
3136 (@code{wl-thread-mark-as-read})
3137
3138 @item t $
3139 @kindex t $ (Summary)
3140 @findex wl-thread-mark-as-important
3141 Put important mark @samp{$} on the messages which are the 
3142 descendant of the current thread.
3143 If @samp{$} mark exists, it is deleted.
3144 With prefix argument, it affects on the all messages in the thread tree.
3145 (@code{wl-thread-mark-as-important})
3146
3147 @item t !
3148 @kindex t ! (Summary)
3149 @findex wl-thread-mark-as-unread
3150 Mark as unread messages which are the descendant of the current thread.
3151 With prefix argument, it affects on the all messages in the thread tree.
3152 (@code{wl-thread-mark-as-unread})
3153
3154 @item t i
3155 @kindex t i (Summary)
3156 @findex wl-thread-prefetch
3157 Prefetch messages which are the descendant of the current thread.
3158 With prefix argument, it affects on the all messages in the thread tree.
3159 (@code{wl-thread-prefetch})
3160
3161 @item t x
3162 @kindex t x (Summary)
3163 @findex wl-thread-exec
3164 Execute @samp{D}, @samp{o} and @samp{O} marks on the messages which are
3165 the descendant of the current thread.  With prefix argument, it affects
3166 on the all messages in the thread tree.
3167 (@code{wl-thread-exec})
3168
3169 @item t *
3170 @kindex t * (Summary)
3171 @findex wl-thread-target-mark
3172 Put target mark @samp{*} on the messages which are the descendant of the
3173 current thread.  With prefix argument, it affects on the all messages in
3174 the thread tree.
3175 (@code{wl-thread-target-mark})
3176
3177 @item t o
3178 @kindex t o (Summary)
3179 @findex wl-thread-refile
3180 Put refile mark on the messages which are the descendant of the current thread.
3181 With prefix argument, it affects on the all messages in the thread tree.
3182 (@code{wl-thread-refile})
3183
3184 @item t O
3185 @kindex t O (Summary)
3186 @findex wl-thread-copy
3187 Put copy mark on the messages which are the descendant of the current thread.
3188 With prefix argument, it affects on the all messages in the thread tree.
3189 (@code{wl-thread-copy})
3190
3191 @item t d
3192 @kindex t d (Summary)
3193 @findex wl-thread-delete
3194 Put delete mar on the messages which are the descendant of the current thread.
3195 With prefix argument, it affects on the all messages in the thread tree.
3196 (@code{wl-thread-delete})
3197
3198 @item t u
3199 @kindex t u (Summary)
3200 @findex wl-thread-unmark
3201 Unmark temporal mark on the messages which are the descendant of the
3202 current thread. With prefix argument, it affects on the all messages in
3203 the thread tree. 
3204 (@code{wl-thread-unmark})
3205
3206 @item t y
3207 @kindex t y (Summary)
3208 @findex wl-thread-save
3209 Save messages which are the descendant of the current thread.
3210 With prefix argument, it affects on the all messages in the thread tree.
3211 (@code{wl-thread-save})
3212
3213 @item m i
3214 @kindex m i (Summary)
3215 @findex wl-summary-target-mark-prefetch
3216 Prefetch all messages which have target mark @samp{*}.
3217 (@code{wl-summary-target-mark-prefetch})
3218
3219 @item m R
3220 @kindex m R (Summary)
3221 @findex wl-summary-target-mark-mark-as-read
3222 Mark as read all messages which have target mark @samp{*}.
3223 (@code{wl-summary-target-mark-mark-as-read})
3224
3225 @item m $
3226 @kindex m $ (Summary)
3227 @findex wl-summary-target-mark-mark-as-important
3228 Mark as important all messages which have target mark @samp{*}.
3229 If already marked as @samp{$}, it is deleted.
3230 (@code{wl-summary-target-mark-mark-as-important})
3231
3232 @item m !
3233 @kindex m ! (Summary)
3234 @findex wl-summary-target-mark-mark-as-unread
3235 Mark as unread all messages which have target mark @samp{*}.
3236 (@code{wl-summary-target-mark-mark-as-unread})
3237
3238 @item m o
3239 @kindex m o (Summary)
3240 @findex wl-summary-target-mark-refile
3241 Put refile mark on the messages which have target mark @samp{*}.
3242 (@code{wl-summary-target-mark-refile})
3243
3244 @item m O
3245 @kindex m O (Summary)
3246 @findex wl-summary-target-mark-copy
3247 Put copy mark on the messages which have target mark @samp{*}.
3248 (@code{wl-summary-target-mark-copy})
3249
3250 @item m d
3251 @kindex m d (Summary)
3252 @findex wl-summary-target-mark-delete
3253 Put delete mark on the messages which have target mark @samp{*}.
3254 (@code{wl-summary-target-mark-delete})
3255
3256 @item m y
3257 @kindex m y (Summary)
3258 @findex wl-summary-target-mark-save
3259 Save messages which have target mark @samp{*}.
3260 (@code{wl-summary-target-mark-save})
3261
3262 @item m u
3263 @kindex m u (Summary)
3264 Unmark all temporal marks.
3265 (@code{wl-summary-delete-all-temp-marks})
3266 @findex wl-summary-delete-all-temp-marks
3267
3268 @item m a
3269 @kindex m a (Summary)
3270 Put target mark @samp{*} on the all messages.
3271 (@code{wl-summary-target-mark-all})
3272 @findex wl-summary-target-mark-all
3273
3274 @item m t
3275 @kindex m t (Summary)
3276 Put target mark @samp{*} on the messages in the current thread.
3277 @findex wl-summary-target-mark-thread
3278 (@code{wl-summary-target-mark-thread})
3279
3280 @item m r
3281 @kindex m r (Summary)
3282 @findex wl-summary-target-mark-region
3283 Put target mark @samp{*} on the messages in the specified region.
3284 (@code{wl-summary-target-mark-region})
3285
3286 @item m A
3287 @kindex m A (Summary)
3288 @findex wl-summary-target-mark-reply-with-citation
3289 Prepare a draft which cites all messages which have target mark @samp{*}.
3290 (@code{wl-summary-target-mark-reply-with-citation})
3291
3292 @item m f
3293 @kindex m f (Summary)
3294 @findex wl-summary-target-mark-forward
3295 Prepare a draft which forwards all messages which have target mark @samp{*}.
3296 (@code{wl-summary-target-mark-forward})
3297
3298 @item m U
3299 @kindex m U (Summary)
3300 @findex wl-summary-target-mark-uudecode
3301 Uudecode the messages which have target mark @samp{*}.
3302 (@code{wl-summary-target-mark-uudecode})
3303
3304 @item m ?
3305 @kindex m ? (Summary)
3306 @findex wl-summary-target-mark-pick
3307 Pick messages from the @samp{*} marked messages. 
3308 That is, @samp{*} marks on the messages are remained
3309 if the specified condition is satisfied.
3310 (@code{wl-summary-target-mark-pick})
3311
3312 @item M-t
3313 @kindex M-t (Summary)
3314 @findex wl-toggle-plugged
3315 Toggle offline/online status of Wanderlust.
3316 (@code{wl-toggle-plugged})
3317
3318 @item C-t
3319 @kindex C-t (Summary)
3320 Start Wanderlust's plug-status manager.
3321 (@code{wl-plugged-change})
3322
3323 @item C-c C-o
3324 @kindex C-c C-o (Summary)
3325 @findex wl-jump-to-draft-buffer
3326 Move to the draft buffer if available.  If multiple draft buffer exists,
3327 moved to one after another.  If prefix argument is specified, load draft
3328 folder's message to the draft buffer and jump to it.
3329 (@code{wl-jump-to-draft-buffer})
3330 @end table
3331
3332
3333 @node Variables of Summary,  , Key Bindings of Summary, Summary
3334 @section Customiziable variables
3335
3336 @table @code
3337 @item wl-summary-move-order
3338 @vindex wl-summary-move-order
3339 The initial setting is @code{unread}.  Specify cursor moving policy.  If
3340 you want to precede new messages, set @code{new}.  If you want to
3341 precede unread messages, set @code{unread}.  If @code{nil}, proceed to
3342 next message.
3343
3344 @item wl-auto-select-first
3345 @vindex wl-auto-select-first
3346 The initial setting is @code{nil}.
3347 If non-nil, first message is automatically displayed.
3348
3349 @item wl-auto-select-next
3350 @vindex wl-auto-select-next
3351 The initial setting is @code{nil}.  If non-nil, jump to next summary
3352 automatically.  If @code{unread}, jump to next unread folder's summary
3353 after confirmation.  If @code{skip-no-unread}, unread folders are
3354 automatically skipped.
3355
3356 @item wl-thread-insert-opened
3357 @vindex wl-thread-insert-opened
3358 The initial setting is @code{nil}.
3359 If non-nil, thread is inserted as opened.
3360
3361 @item wl-thread-open-reading-thread
3362 @vindex wl-thread-open-reading-thread
3363 The initial setting is @code{t}.  If non-nil, reading thread is
3364 automatically opened though it is closed thread.
3365
3366 @item wl-summary-exit-next-move
3367 @vindex wl-summary-exit-next-move
3368 The initial setting is @code{t}.  If non-nil, move to next folder at
3369 summary exit.
3370
3371 @item wl-folder-move-cur-folder
3372 @vindex wl-folder-move-cur-folder
3373 The initial setting is @code{nil}.  If non-nil, cursor position on the
3374 folder is moved.
3375
3376 @item wl-summary-weekday-name-lang
3377 @vindex  wl-summary-weekday-name-lang
3378 The initial setting is @samp{ja}.  Specify language of the weekday.
3379 @samp{en} displays English, @samp{fr} displays French, @samp{de}
3380 displays Deutsch.
3381
3382 @item wl-summary-fix-timezone
3383 @vindex  wl-summary-fix-timezone
3384 The initial setting is @samp{JST}.  Timezone to adjust summary's
3385 timezone.  If @code{nil}, adjust to GMT.
3386
3387 @item wl-use-petname
3388 @vindex  wl-use-petname
3389 The initial setting is @code{t}.
3390 If non-nil, sender part displays nickname.
3391
3392 @item wl-break-pages
3393 @vindex  wl-break-pages
3394 The initial setting is @code{t}.
3395 If non-nil, message is splitted as pages by @samp{^L}.
3396
3397 @item wl-message-window-size
3398 @vindex  wl-message-window-size
3399 The initial setting is '(1 . 4).
3400 A cons cell to specify the rate of summary and message window.
3401 car:cdr corresponds summary:message.
3402
3403 @item wl-summary-recenter
3404 @vindex  wl-summary-recenter
3405 The initial setting is t.
3406 If non-nil, cursor point is moved to the center of the summary window.
3407
3408 @item wl-summary-indent-length-limit
3409 @vindex  wl-summary-indent-length-limit
3410 The initial setting is 46.
3411 Specify the limit of thread indent level.
3412 If nil, max indent level is unlimited.
3413
3414 @item wl-summary-no-from-message
3415 @vindex  wl-summary-no-from-message
3416 The initial setting is @samp{nobody@@nowhere?}.  A string which is
3417 displayed when there's no @samp{From:} field in the message.
3418
3419 @item wl-summary-no-subject-message
3420 @vindex  wl-summary-no-subject-message
3421 The initial setting is @samp{(WL:No Subject in original.)}.  A string
3422 which is displayed when there's no @samp{Subject:} field in the message.
3423
3424 @item wl-summary-width
3425 @vindex  wl-summary-width
3426 The initial setting is 80.
3427 Width of summary line. If @code{nil}, summary line's width is as is.
3428
3429 @item wl-use-folder-petname
3430 @vindex  wl-use-folder-petname
3431 The initial setting is the list shown below:
3432
3433 @lisp
3434 @group
3435 (modeline)
3436 @end group
3437 @end lisp
3438
3439 @noindent
3440 A list of display policy (symbol) of folder nickname.  Available symbols
3441 are:
3442
3443 @table @code
3444 @item modeline
3445 Display folder petname on modeline.
3446 @item ask-folder
3447 Destination folder is notified as nickname if
3448 @code{wl-auto-select-next} is non-nil.
3449 @item read-folder
3450 You can input folder name by nickname in the function
3451 @code{wl-summary-read-folder}.
3452 @end table
3453
3454 @item wl-summary-move-direction-toggle
3455 @vindex  wl-summary-move-direction-toggle
3456 The initial setting is @code{t}.  If non-nil, last executed @kbd{p},
3457 @kbd{P}, @kbd{n}, @kbd{N} toggles the direction of cursor move.  If you
3458 want to aware of reading direction, set this to @code{t}.
3459
3460 @item wl-from-width
3461 @vindex wl-from-width
3462 The initial setting is 17.
3463 Width of sender part of summary line.
3464
3465 @item wl-summary-divide-thread-when-subject-changed
3466 @vindex wl-summary-divide-thread-when-subject-changed
3467 The initial setting is @code{nil}.  If non-nil, thread is splitted if
3468 the subject is changed.
3469
3470 @item wl-summary-search-via-nntp
3471 @vindex wl-summary-search-via-nntp
3472 The initial setting is @code{confirm}.
3473
3474 If non-nil and @code{wl-summary-jump-to-msg-by-message-id} failed, call
3475 @code{wl-summary-jump-to-msg-by-message-id-via-nntp} and search message
3476 from the NNTP server @code{elmo-default-nntp-server}.  The value of
3477 @code{elmo-default-nntp-user}, @code{elmo-default-nntp-port},
3478 @code{elmo-default-nntp-ssl} are used.
3479
3480 If @code{confirm}, server name can be specified. You can specify NNTP
3481 folder format like @samp{-:username@@servername:119!}.
3482
3483 @item wl-summary-keep-cursor-command
3484 @vindex wl-summary-keep-cursor-command
3485 The initial setting is the list shown below:
3486
3487 @lisp
3488 @group
3489 (wl-summary-goto-folder wl-summary-goto-last-visited-folder)
3490 @end group
3491 @end lisp
3492
3493 @noindent
3494 When you entered to summary by these commands and the target summary
3495 buffer already exists, summary status is not automatically updated and
3496 cursor position is saved.
3497
3498 @item wl-summary-update-confirm-threshold
3499 @vindex wl-summary-update-confirm-threshold
3500 The initial setting is 500.  If updated message number is larger than
3501 this value, confirm whether drop them or not.
3502
3503 @item wl-summary-always-sticky-folder-list
3504 @vindex wl-summary-always-sticky-folder-list
3505 The initial setting is @code{nil}.
3506 @code{wl-summary-always-sticky-folder-list} specifies the folders that
3507 are automatically sticked. Each element is regexp of folder name.
3508
3509 @item wl-summary-reserve-mark-list
3510 @vindex wl-summary-reserve-mark-list
3511 The initial setting is the list shown below:
3512
3513 @lisp
3514 @group
3515 ("o" "O" "D")
3516 @end group
3517 @end lisp
3518
3519 @noindent
3520 If a message is already marked as temporal marks in this list, the
3521 message is not marked by any mark command.
3522
3523 @item wl-summary-skip-mark-list
3524 @vindex wl-summary-skip-mark-list
3525 The initial setting is the list shown below:
3526
3527 @lisp
3528 @group
3529 ("D")
3530 @end group
3531 @end lisp
3532
3533 @noindent
3534 If a message is already marked as temporal marks in this list, the
3535 message is skipped at cursor move.
3536
3537 @item wl-fetch-confirm-threshold
3538 @vindex wl-fetch-confirm-threshold
3539 The initial setting is 30000 (bytes).  If displaying message has larger
3540 size than this value, Wanderlust confirms whether fetch the message or
3541 not.  If @code{nil}, the message is fetched without confirmation.
3542
3543 @item wl-prefetch-threshold
3544 @vindex wl-prefetch-threshold
3545 The initial setting is 30000 (bytes). If prefetching message has larger
3546 size than this value and @code{wl-prefetch-confirm} is non-nil,
3547 Wanderlust confirms whether prefetch the message or not.  If
3548 @code{wl-prefetch-threshold} is @code{nil}, the message is prefetched
3549 without confirmation.
3550
3551 @item wl-prefetch-confirm
3552 @vindex wl-prefetch-confirm
3553 The initial setting is @code{t}. If non-nil, Wanderlust confirms whether
3554 prefetch the message or not if the message has larger size than
3555 @code{wl-prefetch-threshold}.
3556
3557 @item wl-cache-fetch-threshold
3558 @vindex wl-cache-fetch-threshold
3559 The initial setting is 30000 (bytes).  The messages which have larger
3560 size than @code{wl-fetch-confirm-threshold} are skipped buffer caching
3561 mechanism. If @code{nil}, any messages are prefetched by buffer caching
3562 mechanism.
3563
3564 @item elmo-imap4-use-cache
3565 @vindex elmo-imap4-use-cache
3566 The initial setting is @code{t}.  If non-nil, messages read via IMAP4
3567 are cached.
3568
3569 @item elmo-nntp-use-cache
3570 @vindex elmo-nntp-use-cache
3571 The initial setting is @code{t}.  If non-nil, messages read via NNTP are
3572 cached.
3573
3574 @item elmo-pop3-use-cache
3575 @vindex elmo-pop3-use-cache
3576 The initial setting is @code{t}.  If non-nil, messages read via POP3 are
3577 cached.
3578 @end table
3579
3580
3581 @node Message, Draft, Summary, Top
3582 @chapter Message Buffer
3583
3584 Message Buffers utilize MIME-View mode of SEMI/tm.  For operational
3585 procedures and key bindings, refer to respective documents.
3586 @xref{MIME-View, , ,mime-ui-en, a MIME user interface for GNU Emacs}.
3587
3588 @kbd{p} at the top of a message or @kbd{n} at the bottom of a message
3589 brings you back to Summary mode.  @kbd{l} toggles display of Summary
3590 mode buffer.
3591
3592 @section Key Bindings
3593
3594 @table @kbd
3595
3596 @item l
3597 @kindex l (Message)
3598 @findex wl-message-toggle-disp-summary
3599 Toggles display of Summary mode buffer.
3600 (@code{wl-message-toggle-disp-summary})
3601
3602 @item Button-2
3603 @findex wl-message-refer-article-or-url
3604 @kindex Button-2 (Message)
3605 Assumes @samp{Message-ID:} at the mouse pointer, and shows the
3606 corresponding message if found.
3607 (@code{wl-message-refer-article-or-url})
3608
3609 @item Button-4 (upward movement of a wheel)
3610 @kindex Button-4 (Message)
3611 @findex wl-message-wheel-down
3612 Scrolls the message backwards.  When the top of the message is hit,
3613 moves to the previous message.
3614 (@code{wl-message-wheel-down})
3615
3616 @item Button-5 (downward movement of a wheel)
3617 @kindex Button-5 (Message)
3618 @findex wl-message-wheel-up
3619 Scrolls the message forward.  When the bottom of the message is hit,
3620 moves to the next message.
3621 (@code{wl-message-wheel-up})
3622 @end table
3623
3624 @section Customizable Variables
3625
3626 @table @code
3627 @item wl-message-window-size
3628 @vindex wl-message-window-size
3629 Initial setting is @code{'(1 . 4)}.  It is a cons cell and the ratio of
3630 its car and cdr value corresponds to the ratio of Summary and Message
3631 windows.
3632 @end table
3633
3634
3635 @node Draft, Disconnected Operations, Message, Top
3636 @chapter Draft Buffer
3637
3638 At Summary mode, pressing @kbd{w} and the like creates a new draft
3639 buffer.  You can edit and send mail and news articles in this buffer.
3640
3641 @section Tips
3642
3643 Basically it is Emacs-standard mail mode.
3644
3645 @subsection Address Completion
3646
3647 Initially, the cursor is at the @samp{To:} field.  Fill in recipients
3648 addresses.  @kbd{@key{TAB}} completes them.
3649
3650 If you want to submit a news article, add @samp{Newsgroups:} field by
3651 yourself.  Field names can be completed by @kbd{@key{TAB}}.
3652
3653 If you save the draft buffer you are editing, it is appended to the
3654 folder specified by @code{wl-draft-folder}.
3655
3656 Using @samp{FCC:} field, you can specify the folder to which a copy of
3657 the message is saved when it is sent.
3658
3659 @subsection Editing Messages
3660
3661 Multi-part editing utilize MIME edit mode of SEMI/tm.  For procedures of
3662 editing, refer to respective documents.
3663 @xref{MIME-Edit, , ,mime-ui-en, a MIME user interface for GNU Emacs}.
3664
3665 @subsection Dynamic Modification of Messages
3666 @vindex wl-draft-config-alist
3667 @c @cindex Change Message
3668 @c @cindex Message, Change Dynamic
3669
3670 You can set @code{wl-draft-config-alist} so that header and body of the
3671 message will automatically modified depending on information of header
3672 and others.
3673
3674 The initial setting of @code{wl-draft-config-alist} is @code{nil}.
3675
3676 In the example below, the header is modified when
3677 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.  You
3678 can set @code{wl-interactive-send} to non-nil so as to confirm changes
3679 before sending the message.
3680
3681 @lisp
3682 @group
3683 (setq wl-draft-config-alist
3684       '(((string-match "aaa.ne.jp$" (system-name))
3685          ;; @r{applied if the expression is non-nil}
3686          (wl-smtp-posting-server . "mailserver-B")
3687          (wl-nntp-posting-server . "newsserver-B")
3688          ;; @r{settings of temporary variables}
3689          )
3690         ("^To: .*user@@aaa.bbb.com"
3691          ;; @r{applied if it matches the header of the draft buffer}
3692          ("Organization" . (format "Go %s" my-webpage)))
3693                        ;; @r{you can write elisp expressions here (eval only)}
3694          (top . "Hello.\n")    ;; @r{inserted at the top of the body}
3695          (bottom . "\nBye.\n") ;; @r{inserted at the bottom of the body}
3696         ))
3697 @end group
3698 @end lisp
3699
3700 The format of @code{wl-draft-config-alist} is:
3701
3702 @example
3703 @group
3704 '(("@var{regexp of the header}" or @var{elisp expression}
3705   ("@var{Field}" . value(@var{elisp expression}))
3706    (@var{variable} . value(@var{elisp expression}))
3707    (@var{sub-function} . value(@var{elisp expression}))
3708    @var{function}
3709    @dots{})
3710   ("@var{regexp of the header}" or @var{elisp expression}
3711    ("@var{Field}" . value(@var{elisp expression}))
3712    @dots{}))
3713 @end group
3714 @end example
3715
3716 Per default, there are 10 following sub-functions.
3717
3718 @example
3719 'header:      Inserts the specified string at the bottom of the header.
3720 'header-file: Inserts the specified file at the bottom of the header.
3721 'x-face:      Inserts @samp{X-Face:} field with the content of the specified file.
3722 'top:         Inserts the specified string at the top of the body.
3723 'top-file:    Inserts the specified file at the top of the body.
3724 'body:        Replaces the body with the specified string.
3725               Specifying @code{nil} deletes the entire body string.
3726 'body-file:   Replaces the body with the content of the specified file.
3727 'bottom:      Inserts the specified string at the bottom of the body.
3728 'bottom-file: Inserts the specified file at the top of the body.
3729 'template:    Applies the specified template.
3730               (refer to the next subsection)
3731 @end example
3732
3733 These are defined in @code{wl-draft-config-sub-func-alist} and you can
3734 change them or add your own functions.  If you read the code, you can
3735 easily find how to write the functions.
3736
3737 At the first of each item, @var{a regular expression of the header} or
3738 an @var{elisp expression} should be specified.  In the case of an elisp
3739 expression, the item is applied when the expression is evaluated
3740 non-nil.
3741
3742 Per default, when multiple items match or are evaluated non-nil, all
3743 such items are applied, but if you set a variable
3744 @code{wl-draft-config-matchone} to @code{t}, only the first matching one
3745 is applied.
3746
3747 At the second of the item, a cons or a list of functions should be
3748 specified.  The car part of the cons should be a header field, a
3749 variable, or a sub-function.  When a header field is specified, the
3750 field will be modified.  If a variable is specified, the value of the
3751 variable will be modified temporarily.
3752
3753 In the cdr part of a cons, not only a variable but also an elisp
3754 expression can be specified as is.  If the car part is a header field
3755 and the cdr part is @code{nil}, the field will be deleted.
3756
3757 See the next example as well:
3758
3759 @lisp
3760 @group
3761 (setq wl-draft-config-alist
3762       '((reply                         ;; @r{(1)}
3763          "X-ML-Name: \\(Wanderlust\\|emacs-mime-ja\\|apel-ja\\)"
3764          ;; @r{applied if it matches the header of the buffer being replied}
3765          (body . "  Hello.\n")
3766          (template . "default")
3767          )))
3768 @end group
3769 @end lisp
3770
3771 As in the (1) above, if a header regexp is prepended with @code{reply},
3772 it is applied when the draft is prepared by @code{wl-summary-reply} for
3773 example, and when it matches the header being replied.  It is ignored
3774 when there is no buffer being replied, like after @code{wl-draft} was
3775 invoked.
3776
3777 Note that @code{wl-draft-config-alist} is applied only once when
3778 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.
3779 Therefore, if you want to apply @code{wl-draft-config-alist} again after 
3780 aborting transmission, execute @kbd{C-c C-e}
3781 (@code{wl-draft-config-exec}) explicitly.
3782
3783 If you don't want to apply @code{wl-draft-config-alist} when 
3784 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked,
3785 do the following:
3786
3787 @lisp
3788 (remove-hook 'wl-draft-send-hook 'wl-draft-config-exec)
3789 @end lisp
3790
3791 If you want to apply @code{wl-draft-config-alist} when a draft buffer is 
3792 prepared, do the following:
3793
3794 @lisp
3795 (add-hook 'wl-mail-setup-hook 'wl-draft-config-exec)
3796 @end lisp
3797
3798 If you want to apply @code{wl-draft-config-alist} when you re-edit a mail
3799 from summary mode by typing @kbd{E}(@code{wl-summary-reedit}), do the
3800 following:
3801
3802 @lisp
3803 (add-hook 'wl-draft-reedit-hook 'wl-draft-config-exec)
3804 @end lisp
3805
3806 @subsection Inserting Templates
3807 @cindex Template
3808 @cindex Apply Template
3809
3810 Set a variable @code{wl-template-alist}, and type @kbd{C-c C-j} or
3811 @kbd{M-x wl-template-select} in the draft buffer.
3812
3813 The format of @code{wl-template-alist} is almost the same as
3814 @code{wl-draft-config-alist}.
3815
3816 @lisp
3817 @group
3818 (setq wl-template-alist
3819       '(("default"
3820          ("From" . wl-from)
3821          ("Organization" . "~/.wl sample")
3822          (body . "Hello.\n"))
3823         ("report"
3824          (template . "default")                 ;; @r{(a)}
3825          ("To" . "jousi@@kaisha.jp")
3826          ("Subject" . "Report")
3827          (body-file . "~/work/report.txt")
3828          )
3829         ))
3830 @end group
3831 @end lisp
3832
3833 As you can see, the only difference is item (template) names such as
3834 @samp{default} and @samp{report}, instead of a regexp of header.
3835 Because definition of each item is the same as
3836 @code{wl-draft-config-alist}, you can call another template, like (a).
3837
3838 Executing the command @code{wl-template-select} results in template
3839 selection, but the result differs depending on variable
3840 @code{wl-template-visible-select}.
3841
3842 If @code{wl-template-visible-select} is @code{t} (default), a buffer
3843 window is shown below the draft buffer.  You can select a template by
3844 @kbd{n} and @kbd{p} seeing the buffer window.
3845
3846 Press the @key{RET} key and the template is actually applied to the draft
3847 buffer.  If you press @kbd{q}, nothing is applied.  In addition, you can 
3848 adjust the window size by @code{wl-template-buffer-lines}.
3849
3850 If @code{wl-template-visible-select} is @code{nil}, you should type the
3851 name of the template in the mini buffer.
3852
3853 As shown in the example in @code{wl-draft-config-alist}, you can select
3854 @samp{default} template by writing:
3855
3856 @lisp
3857 (template . "default")
3858 @end lisp
3859
3860 @subsection Sending mail by POP-before-SMTP
3861 @cindex POP-before-SMTP
3862
3863 You can send mail by POP-before-SMTP with this single line:
3864
3865 @lisp
3866 (setq wl-draft-send-mail-func 'wl-draft-send-mail-with-pop-before-smtp)
3867 @end lisp
3868
3869 @noindent
3870 Configure the following variables if you need.
3871
3872 @table @code
3873 @item wl-pop-before-smtp-user
3874 The POP user name for POP-before-SMTP authentication.
3875 If unset, @code{elmo-default-pop3-user} is used.
3876
3877 @item wl-pop-before-smtp-server
3878 The POP server name for POP-before-SMTP authentication.
3879 If unset, @code{elmo-default-pop3-server} is used.
3880
3881 @item wl-pop-before-smtp-authenticate-type
3882 The POP authentication method for POP-before-SMTP authentication.
3883 If unset, @code{elmo-default-pop3-authenticate-type} is used.
3884
3885 @item wl-pop-before-smtp-port
3886 The POP port number for POP-before-SMTP authentication.
3887 If unset, @code{elmo-default-pop3-port} is used.
3888
3889 @item wl-pop-before-smtp-ssl
3890 If non-nil, POP connection is established using SSL.  If
3891 @code{starttls}, STARTTLS (RFC2595) connection will be established.  If
3892 unset, @code{elmo-default-pop3-ssl} is used.
3893 @end table
3894
3895 If variables for POP-before-SMTP (@code{wl-pop-before-smtp-*}) are 
3896 unset, settings for POP folders (@code{elmo-default-pop3-*}) are
3897 used.
3898 Therefore, if SMTP server and POP server are actually the same, and if
3899 POP folder per default (such as @samp{&}) is available, no settings are
3900 required.
3901
3902 Refer to the following URL about POP-before-SMTP.
3903
3904 @example
3905 @group
3906 http://spam.ayamura.org/tools/smPbS.html
3907 http://www.iecc.com/pop-before-smtp.html
3908 @end group
3909 @end example
3910
3911 @section Key Bindings
3912 @cindex Keybind, Draft Mode
3913 @cindex Keybind, Draft Buffer
3914
3915 @table @kbd
3916
3917 @item C-c C-y
3918 @kindex C-c C-y (Draft)
3919 @findex wl-draft-yank-original
3920 Cites the content of the current message buffer.
3921 (@code{wl-draft-yank-original})
3922
3923 @item C-c C-p
3924 @kindex C-c C-p (Draft)
3925 @findex wl-draft-preview-message
3926 Previews the content of the current draft.
3927 This is useful for previewing MIME multi-part messages.
3928 (@code{wl-draft-preview-message})
3929
3930 @item C-c C-s
3931 @kindex C-c C-s (Draft)
3932 @findex wl-draft-send
3933 Sends the content of the current draft.  Does not erase the draft buffer.
3934 This is useful for sending multiple messages, which are a little different
3935 from each other.
3936 (@code{wl-draft-send})
3937
3938 @item C-c C-c
3939 @kindex C-c C-c (Draft)
3940 @findex wl-draft-send-and-exit
3941 Sends the content of the current draft and erases the draft buffer.
3942 (@code{wl-draft-send-and-exit})
3943
3944 @item C-x C-s
3945 @kindex C-x C-s (Draft)
3946 @findex wl-draft-save
3947 Save the current draft.
3948 (@code{wl-draft-save})
3949
3950 @item C-c C-k
3951 @kindex C-c C-k (Draft)
3952 @findex wl-draft-kill
3953 Kills the current draft.
3954 (@code{wl-draft-kill})
3955
3956 @item C-x k
3957 @kindex C-x k (Draft)
3958 @findex wl-draft-mimic-kill-buffer
3959 Kills the current draft.
3960 (@code{wl-draft-mimic-kill-buffer})
3961
3962 @item C-c C-z
3963 @kindex C-c C-z (Draft)
3964 @findex wl-draft-save-and-exit
3965 Saves the current draft, and erases the draft buffer.
3966 This is useful if you want to suspend editing of the draft.
3967 You can resume editing by pressing @kbd{E} (@code{wl-summary-reedit}) in
3968 the @samp{+draft} folder.
3969 (@code{wl-draft-save-and-exit})
3970
3971 @item C-c C-r
3972 @kindex C-c C-r (Draft)
3973 @findex wl-caesar-region
3974 Encodes or decodes the specified region in Caesar cipher.
3975 (@code{wl-caesar-region})
3976
3977 @item M-t
3978 @kindex M-t (Draft)
3979 @findex wl-toggle-plugged
3980 Toggles off-line/on-line states of Wanderlust.
3981 (@code{wl-toggle-plugged})
3982
3983 @item C-c C-o
3984 @kindex C-c C-o (Draft)
3985 @findex wl-jump-to-draft-buffer
3986 Jumps to the other draft buffer, if exists.
3987 With prefix argument, reads a file (if any) from the draft folder when
3988 there is no such buffer.
3989 (@code{wl-jump-to-draft-buffer})
3990
3991 @item C-c C-e
3992 @kindex C-c C-e (Draft)
3993 @findex wl-draft-config-exec
3994 Applies @code{wl-draft-config-alist}.
3995 (@code{wl-draft-config-exec})
3996
3997 @item C-c C-j
3998 @kindex C-c C-j (Draft)
3999 @findex wl-template-select
4000 Selects a template.
4001 (@code{wl-template-select})
4002
4003 @item C-c C-a
4004 @kindex C-c C-a (Draft)
4005 @findex wl-draft-insert-x-face-field
4006 Inserts the content of a file @file{~/.xface} (the value of the variable
4007 @code{wl-x-face-file}) as an @samp{X-Face:} field in the draft buffer.
4008
4009 There should be encoded X-Face strings as a content of a file @file{~/.xface}.
4010 (@code{wl-draft-insert-x-face-field})
4011 @end table
4012
4013 @section Customizable Variables
4014
4015 @table @code
4016 @item wl-subscribed-mailing-list
4017 @vindex wl-subscribed-mailing-list
4018 The initial setting is @code{nil}.  Mailing lists to which you
4019 subscribe.  If any of these are contained in @samp{To:} or @samp{Cc:}
4020 field of a reply draft, removes your own address from
4021 @samp{Mail-Followup-To:} and @samp{Cc:}.  And if any of these are
4022 contained in @samp{To:} or @samp{Cc:} field of a message to be
4023 automatically re-filed, the destination folder will be leaned in
4024 connection with the address.
4025
4026 Example:
4027
4028 @lisp
4029 @group
4030 (setq wl-subscribed-mailing-list
4031       '("wl@@lists.airs.net"
4032         "apel-ja@@m17n.org"
4033         "emacs-mime-ja@@m17n.org"))
4034 @end group
4035 @end lisp
4036
4037 @item wl-insert-mail-followup-to
4038 @vindex wl-insert-mail-followup-to
4039 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Followup-To:}
4040 field is automatically inserted in the draft buffer.
4041
4042 @item wl-insert-mail-reply-to
4043 @vindex wl-insert-mail-reply-to
4044 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Reply-To:}
4045 field is automatically inserted in the draft buffer.
4046
4047 @item wl-auto-insert-x-face
4048 @vindex wl-auto-insert-x-face
4049 The initial setting is @code{t}.  If non-nil and there is an encoded
4050 X-Face string in a file @file{~/.xface} (the value of the variable
4051 @code{wl-x-face-file}), inserts it as an @samp{X-Face:} field in the
4052 draft buffer.  If @code{nil}, it is not automatically inserted. Press
4053 @kbd{C-c C-a} to insert.
4054
4055 @item wl-insert-message-id
4056 @vindex wl-insert-message-id
4057 The initial setting is @code{t}.  If non-nil, @samp{Message-ID:} field
4058 is automatically inserted on the transmission.
4059
4060 @item wl-local-domain
4061 @vindex wl-local-domain
4062 The initial setting is @code{nil}.  If @code{nil}, the return value of
4063 the function @code{system-name} will be used as the domain part of
4064 @samp{Message-ID:}.
4065
4066 If @code{system-name} does not return FQDN (i.e. the full name of the
4067 host, like @samp{smtp.gohome.org}), you @strong{must} set this variable
4068 to the string of the local domain name without hostname (like
4069 @samp{gohome.org}).  That is, a concatenation of @code{system-name}
4070 @samp{.} @code{wl-local-domain} is used as domain part of the
4071 @samp{Message-ID:}.
4072
4073 If your terminal does not have global IP, set the value of
4074 @code{wl-message-id-domain}.  (You might be beaten up on the Net News if
4075 you use invalid @samp{Message-ID:}.)
4076
4077 Moreover, concatenation of @code{system-name} @samp{.}
4078 @code{wl-local-domain} will be used as an argument to the HELO command
4079 in SMTP.
4080
4081 @item wl-message-id-domain
4082 @vindex wl-message-id-domain
4083 The initial setting is @code{nil}.  If non-nil, this value is used as a
4084 domain part of the @samp{Message-ID:}.  If your terminal does not have
4085 global IP address, set unique string to this value (e.x. your e-mail
4086 address).
4087
4088 @item wl-message-id-domain
4089 @vindex wl-message-id-domain
4090 The initial setting is @code{nil}.  If @code{nil}, the return value of
4091 the function @code{system-name} will be used as the domain part of
4092 @samp{Message-ID:}.  If @code{system-name} does not return FQDN
4093 (i.e. the full name of the host, like @samp{smtp.gohome.org}), you
4094 @strong{must} set this variable to the string of the full name of the
4095 host.  Otherwise, you might be beaten up on the Net News.
4096
4097 @item wl-draft-config-alist
4098 @vindex wl-draft-config-alist
4099 The initial setting is @code{nil}.  Modifies the draft message just
4100 before the transmission.  The content of @code{wl-draft-config-alist}
4101 will be automatically applied only once on the transmission.  If you
4102 want to apply it manually, use @kbd{C-c C-e}.  This command can be used
4103 many times.
4104
4105 @item wl-template-alist
4106 @vindex wl-template-alist
4107 The initial setting is @code{nil}.
4108 This variable specifies the template to be applied in the draft buffer.
4109
4110 @item wl-draft-config-matchone
4111 @vindex wl-draft-config-matchone
4112 The initial setting is @code{nil}.  If non-nil, only the first matching
4113 item is used when @code{wl-draft-config-alist} is applied.  If
4114 @code{nil}, all matching items are used.
4115
4116 @item wl-template-visible-select
4117 @vindex wl-template-visible-select
4118 The initial setting is @code{t}.
4119 If non-nil, you can preview the result of the template selection in
4120 another window.
4121
4122 @item wl-template-confirm
4123 @vindex wl-template-confirm
4124 The initial setting is @code{nil}.
4125 If non-nil, asks for confirmation when you press the enter key to select
4126 template while previewing.
4127
4128 @item wl-template-buffer-lines
4129 @vindex wl-template-buffer-lines
4130 The initial setting is 7.
4131 If @code{wl-template-visible-select} is non-nil, this variable specifies 
4132 the size of the preview window.
4133
4134 @item wl-draft-reply-buffer-style
4135 @vindex wl-draft-reply-buffer-style
4136 The initial setting is @code{split}.  @code{split} or @code{full} can be
4137 specified.  In the case of @code{full}, the whole frame will be used for
4138 a reply draft buffer when it is prepared.
4139
4140 @item wl-draft-use-frame
4141 @vindex wl-draft-use-frame
4142 The initial setting is @code{nil}.
4143 If non-nil, use new frame for the draft.
4144
4145 @item wl-from
4146 @vindex wl-from
4147 The initial setting is the value of the variable
4148 @code{user-mail-address}.  The value of this variable is inserted as a
4149 @samp{From:} field of the draft when it is prepared.
4150
4151 @item wl-envelope-from
4152 @vindex wl-envelope-from
4153 The initial setting is @code{nil}.
4154 The value of this variable is used for envelope from (MAIL FROM).
4155 If @code{nil}, the address part of @code{wl-from} is used.
4156
4157 @item wl-user-mail-address-list
4158 @vindex wl-user-mail-address-list
4159 The initial setting is @code{nil}.
4160 This is the User's address list.  If you have multiple addresses,
4161 set this variable.
4162
4163 @item wl-fcc
4164 @vindex wl-fcc
4165 The initial setting is @code{nil}.
4166 If non-nil, the value of this variable is inserted as a @samp{Fcc:} of
4167 the draft when it is prepared.  If function is specified, its return
4168 value is used.
4169
4170 @item wl-bcc
4171 @vindex wl-bcc
4172 The initial setting is @code{nil}.
4173 If non-nil, the value of this variable is inserted as a @samp{Bcc:} of
4174 the draft when it is prepared.
4175
4176 @item wl-reply-subject-prefix
4177 @vindex wl-reply-subject-prefix
4178 The initial setting is @samp{Re: }.
4179 In the @samp{Subject:} of the reply draft, this string is prepended to
4180 the @samp{Subject:} of being replied.
4181
4182 @item wl-draft-reply-use-address-with-full-name
4183 @vindex wl-draft-reply-use-address-with-full-name
4184 The initial setting is @code{t}.
4185 If non-nil, insert her full name with address when prepare a draft for
4186 reply a message.  If it is @code{nil}, insert her address only.
4187
4188 @item wl-draft-enable-queuing
4189 @vindex wl-draft-enable-queuing
4190 The initial setting is @code{t}.
4191 This flag controls off-line transmission.  If non-nil, the draft is
4192 sent off-line.
4193
4194 @item wl-draft-use-cache
4195 @vindex wl-draft-use-cache
4196 The initial setting is @code{t}.
4197 If non-nil, cache the message which is sent.
4198
4199 @item wl-auto-flush-queue
4200 @vindex wl-auto-flush-queue
4201 The initial setting is t.
4202 This flag controls automatic transmission of the queue when Wanderlust
4203 becomes on-line.  If non-nil, the queue is automatically transmitted
4204 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
4205 manually, press @kbd{F} in the folder mode.
4206
4207 @item wl-draft-always-delete-myself
4208 @vindex wl-draft-always-delete-myself
4209 If non-nil, always removes your own address from @samp{To:} and
4210 @samp{Cc:} when you are replying to the mail addressed to you.
4211
4212 @item wl-smtp-posting-server
4213 @vindex wl-smtp-posting-server
4214 The initial setting is @code{nil}.
4215 This is the SMTP server name for mail transmission.
4216
4217 @item wl-smtp-posting-user
4218 @vindex wl-smtp-posting-user
4219 The initial setting is @code{nil}.
4220 This is the user name for SMTP AUTH authentication.  If @code{nil},
4221 @code{smtp-authenticate-user} is used.
4222
4223 @item wl-smtp-authenticate-type
4224 @vindex wl-smtp-authenticate-type
4225 The initial setting is @code{nil}.
4226 This is the authentication method for SMTP AUTH authentication.  If
4227 @code{nil}, @code{smtp-authenticate-type} is used.  If
4228 @code{smtp-authenticate-type} is still @code{nil}, authentication will
4229 not be carried out.
4230
4231 @item wl-smtp-connection-type
4232 @vindex wl-smtp-connection-type
4233 The initial setting is @code{nil}.
4234 This variable specifies how to establish SMTP connections.
4235 If @code{nil}, @code{smtp-connection-type} is used.
4236 If it is @code{starttls}, STARTTLS (RFC2595) is used.
4237
4238 @item wl-nntp-posting-server
4239 @vindex wl-nntp-posting-server
4240 The initial setting is @code{nil}.
4241 This is the NNTP server name used for news submission.
4242 If @code{nil}, @code{elmo-default-nntp-server} is used.
4243
4244 @item wl-nntp-posting-user
4245 @vindex wl-nntp-posting-user
4246 The initial setting is @code{nil}.
4247 This is the user name for AUTHINFO authentication on news submission.
4248 If @code{nil}, @code{elmo-default-nntp-user} is used.
4249 If it is still @code{nil}, AUTHINFO authentication will not be carried out.
4250
4251 @item wl-nntp-posting-port
4252 @vindex wl-nntp-posting-port
4253 The initial setting is @code{nil}.
4254 This is the port number of the NNTP server used for news submission.
4255 If @code{nil}, @code{elmo-default-nntp-server} is used.
4256
4257 @item wl-nntp-posting-ssl
4258 @vindex wl-nntp-posting-ssl
4259 The initial setting is @code{nil}.
4260 If @code{nil}, @code{elmo-default-nntp-ssl} is evaluated.  If non-nil,
4261 SSL is used for news submission.  If @code{starttls}, STARTTLS (RFC2595)
4262 connection will be established.
4263
4264 @item wl-pop-before-smtp-user
4265 @vindex wl-pop-before-smtp-user
4266 The initial setting is @code{nil}.
4267 This is the POP user name for POP-before-SMTP.
4268 If it is @code{nil}, @code{elmo-default-pop3-user} is used.
4269
4270 @item wl-pop-before-smtp-server
4271 @vindex wl-pop-before-smtp-server
4272 The initial setting is @code{nil}.
4273 This is the POP server name for POP-before-SMTP.
4274 If it is @code{nil}, @code{elmo-default-pop3-server} is used.
4275
4276 @item wl-pop-before-smtp-authenticate-type
4277 @vindex wl-pop-before-smtp-authenticate-type
4278 The initial setting is @code{nil}.
4279 This is the authentication method for POP-before-SMTP authentication.
4280 If it is @code{nil}, @code{elmo-default-pop3-authenticate} is used.
4281
4282 @item wl-pop-before-smtp-port
4283 @vindex wl-pop-before-smtp-port
4284 The initial setting is @code{nil}.
4285 This is the POP port number for POP-before-SMTP.  If it is @code{nil},
4286 @code{elmo-default-pop3-port} is used.
4287
4288 @item wl-pop-before-smtp-ssl
4289 @vindex wl-pop-before-smtp-ssl
4290 The initial setting is @code{nil}.
4291 This flag controls the use of SSL for POP-before-SMTP.  If it is
4292 @code{nil}, @code{elmo-default-pop3-ssl} is used.  If @code{starttls},
4293 STARTTLS (RFC2595) connection will be established.
4294
4295 @item wl-draft-queue-save-variables
4296 @vindex wl-draft-queue-save-variables
4297 Specifies a list of variable to which queued messages are saved on the
4298 off-line transmission.
4299
4300 @item wl-draft-sendlog
4301 @vindex wl-draft-sendlog
4302 The initial setting is @code{t}.
4303 If @code{t}, transmission log is written in @file{~/.elmo/sendlog}.  It
4304 is written when:
4305
4306 @itemize @minus
4307 @item drafts are sent by smtp or qmail
4308 @item saved into folders by fcc
4309 @item saved into folders by queuing
4310 @end itemize
4311
4312 (it is written even if the transmission fails).
4313 But transmission by @file{im-wl.el} is not written in the @file{sendlog}
4314 and left to the logging function of @command{imput}.
4315
4316
4317 @item wl-draft-sendlog-max-size
4318 @vindex wl-draft-sendlog-max-size
4319 The initial setting is 20000 (in bytes).
4320 If @code{wl-draft-sendlog} is @code{t}, the log is rotated when it grows
4321 beyond the size specified by this variable.
4322
4323 @item wl-use-ldap
4324 @vindex wl-use-ldap
4325 The initial setting is @code{nil}.
4326 If non-nil, address completion uses LDAP.
4327
4328 @item wl-ldap-server
4329 @vindex wl-ldap-server
4330 The initial setting is @samp{localhost}.
4331 LDAP server name for address completion.
4332
4333 @item wl-ldap-port
4334 @vindex wl-ldap-port
4335 The initial setting is @code{nil}.
4336 If non-nil, the value is used as port number.
4337
4338 @item wl-ldap-base
4339 @vindex wl-ldap-base
4340 The initial setting is @samp{c=US}.
4341 LDAP search starting point (base) for address completion.
4342 @end table
4343
4344 @node Disconnected Operations, Expire and Archive, Draft, Top
4345 @chapter Off-line Management
4346 @cindex Disconnected Operations
4347
4348 Wanderlust has on-line and off-line states.
4349
4350 @menu
4351 * Off-line State::              Wanderlust has on-line and off-line states.
4352 * Enable Operations::           Enable Disconeected Operations.
4353 * Plugged Mode::                Switching On-line/Off-line per Server/Port.
4354 * Off-line State settings::     Invoking Wanderlust in the Off-line State.
4355 * Variables of Plugged Mode::   Customize Plugged Mode.
4356 @end menu
4357
4358
4359 @node Off-line State, Enable Operations, Disconnected Operations, Disconnected Operations
4360 @section Off-line State
4361
4362 Wanderlust has on-line and off-line states.  In the off-line state, you
4363 cannot access messages via network, unless they are cached.
4364
4365 @samp{[ON]} in the mode line indicates the on-line state.  @samp{[--]}
4366 in the mode line indicates the off-line state.  In folder or summary
4367 modes, press @kbd{M-t} to switch between off- and on-line.
4368
4369 You can invoke Wanderlust in the off-line state by setting
4370 @code{wl-plugged} to @code{nil} in @file{~/.wl} or anything appropriate.
4371
4372 In the off-line mode, @kbd{n} and @kbd{p} command in the summary mode
4373 ignores uncached messages.
4374
4375
4376 @node Enable Operations, Plugged Mode, Off-line State, Disconnected Operations
4377 @section Enable Disconeected Operations
4378
4379 Even in the off-line state, provided that relevant messages are cached,
4380 and the variable @code{elmo-enable-disconnected-operation} (described
4381 later) is non-nil, you can following operations:
4382 @xref{Plugged Mode}, @xref{Off-line State settings}.
4383
4384 @menu
4385 * Send Messages off-line::      Transmit Messages.
4386 * Re-file and Copy queue::      Re-file and Copy (IMAP4).
4387 * Creation of Folders::         Create Folders off-line (IMAP4).
4388 * Marking::                     Mark (IMAP4).
4389 * Pre-fetching Reservations::   Pre-fetch (IMAP4, NNTP).
4390 @end menu
4391
4392 As soon as Wanderlust becomes on-line, such operations invoked off-line
4393 are reflected in the servers via network.
4394
4395
4396 @node Send Messages off-line, Re-file and Copy queue, Enable Operations, Enable Operations
4397 @subsection Transmission of Messages
4398
4399 You can send mail/news messages off-line (if you are using
4400 @file{im-wl.el}, it is irrelevant).  Messages sent off-line are
4401 accumulated in the queue folder, @samp{+queue}.  These messages are
4402 transmitted at once when Wanderlust becomes on-line.
4403
4404 You can visit @samp{+queue} in the off-line state and confirm content of
4405 messages in the queue.  You can also remove messages.  Removed messages
4406 are not transmitted even in the on-line state.
4407
4408
4409 @node Re-file and Copy queue, Creation of Folders, Send Messages off-line, Enable Operations
4410 @subsection Re-file and Copy (IMAP4)
4411
4412 Re-file and copy operations to IMAP folders invoked during the off-line
4413 state are accumulated in the queue, and reflected in the server side
4414 when Wanderlust becomes on-line.  If you visit destination folders after
4415 off-line re-file or copy, it looks as if messages were appended even in
4416 off-line state.
4417
4418 For the safety reasons, messages re-filed off-line are removed from
4419 source folders only if their @samp{Message-ID:} match messages on the
4420 servers.  While the queue is processed, messages that failed to be
4421 re-filed or copied to the specified folders are appended to the folder
4422 @samp{+lost+found}.
4423
4424
4425 @node Creation of Folders, Marking, Re-file and Copy queue, Enable Operations
4426 @subsection Creation of Folders (IMAP4)
4427
4428 You can create IMAP folders off-line.  The creation of folders are
4429 reflected in the servers when Wanderlust becomes on-line.  At that time, 
4430 if folders failed to be created on the servers for any reasons, messages
4431 re-filed to such folders are appended to the folder @samp{+lost+found}.
4432
4433
4434 @node Marking, Pre-fetching Reservations, Creation of Folders, Enable Operations
4435 @subsection Marking (IMAP4)
4436
4437 Off-line changes in unread/read and importance mark @samp{$} information
4438 are also reflected in the servers when Wanderlust becomes on-line.
4439
4440
4441 @node Pre-fetching Reservations,  , Marking, Enable Operations
4442 @subsection Pre-fetching (IMAP4, NNTP)
4443
4444 You can make reservations for pre-fetching messages in IMAP or NNTP
4445 folders.  Reserved messages are marked with @samp{!} but not cached
4446 yet.  When Wanderlust becomes on-line, they are pre-fetched from
4447 servers.
4448
4449 If the variable @code{elmo-enable-disconnected-operation} is @code{nil},
4450 these off-line operations for IMAP4 and NNTP do not take place, and
4451 off-line re-file, copy or suchlike simply results in error.
4452
4453 Because off-line operations use cache files, it is a bad idea to erase
4454 them by hand; it may cause Wanderlust to malfunction.
4455
4456 If you want to remove caches, be sure to execute @kbd{M-x
4457 elmo-cache-expire-by-size}.  @code{elmo-cache-expire-by-size} does not
4458 remove caches for messages relevant to off-line operations.
4459
4460
4461 @node Plugged Mode, Off-line State settings, Enable Operations, Disconnected Operations
4462 @section Switching On-line/Off-line per Server/Port
4463
4464 @kbd{M-t} described above switches networking states as a whole, but you 
4465 can switch on-line/off-line per server/port.
4466
4467 Pressing @kbd{C-t} in the folder or summary modes brings you in
4468 wl-plugged-mode shown below, in which you can change the plugged state
4469 for each port.
4470
4471 @example
4472 @group
4473 Queuing:[ON] AutoFlushQueue:[--] DisconnectedOperation:[ON]
4474 [ON](wl-plugged)
4475   [--]hosta
4476     [--]smtp        +queue: 2 msgs (1,2)        @dots{}@r{sending queue}
4477     [--]nntp(119)   +queue: 1 msg (3)           @dots{}@r{sending queue}
4478   [ON]hostb
4479     [--]imap4/cram-md5(143) %#mh/wl(prefetch-msgs:3,mark-as-important:1)
4480                             %inbox(delete-msgids:1)    @dots{}@r{dop queue}
4481     [ON]nntp(119)
4482     [ON]smtp
4483 @end group
4484 @end example
4485
4486 The first line indicates status of the following three variables, and
4487 simply pressing @kbd{@key{SPC}} or @kbd{@key{RET}} in each labelled
4488 column modifies the values of these variables.
4489
4490 @example
4491 @group
4492 "Queuing"               @code{wl-draft-enable-queuing}
4493 "AutoFlushQueue"        @code{wl-auto-flush-queue}
4494 "DisconnectedOperation" @code{elmo-enable-disconnected-operation}
4495 @end group
4496 @end example
4497
4498 where @samp{[ON]} means its value is @code{t}, and @samp{[--]} means
4499 @code{nil}.
4500
4501 The second and after lines indicate on-line/off-line states of servers
4502 and ports, where @samp{[ON]} stands for on-line and @samp{[--]} for
4503 off-line (in XEmacs or Emacs 21, they are shown with icons).  Pressing
4504 @kbd{@key{SPC}} or @kbd{@key{RET}} in each line switches its state.
4505
4506 @dfn{sending queue} means messages accumulated in the folder
4507 @samp{+queue} for off-line transmission, and @dfn{dop queue} means
4508 off-line operations when @code{elmo-enable-disconnected-operation} is
4509 @code{t}.
4510 @c If the variable @code{elmo-enable-disconnected-operation} is non-nil, 
4511 @c off-line operations are enabled.
4512
4513 They are displayed if there are any of them.  In the example above, in
4514 the sending queue there are two messages (the first and the second in
4515 the queue folder) for smtp to hosta and one (the third) for nntp to
4516 hosta, and in the dop queue there are one for @samp{%inbox} and two for
4517 @samp{%#mh/wl}.
4518
4519 If you change @samp{(wl-plugged)} in the second line, the variable
4520 @code{wl-plugged} is changed, so that the mode line indicator and
4521 plugged states of all ports are affected.  If you change plugged states
4522 of any servers or ports, @samp{(wl-plugged)} in the second line is
4523 affected depending on @code{elmo-plugged-condition} settings and the
4524 plugged state of each port.
4525
4526
4527 @node Off-line State settings, Variables of Plugged Mode, Plugged Mode, Disconnected Operations
4528 @section Invoking Wanderlust in the Off-line State
4529
4530 As described before, if you set @code{wl-plugged} to @code{nil} in
4531 @file{~/.wl} or anything appropriate, you can invoke Wanderlust in the
4532 off-line state.  You can specify off-line state on a per server or port
4533 basis.  Refer to @code{wl-reset-plugged-alist} also.
4534
4535 Usually, when Wanderlust starts up, the plugged state of each port is
4536 read from @file{~/.folder} and @code{wl-smtp-posting-server},
4537 @code{wl-nntp-posting-server} and so on.  If you want to change the
4538 plugged state of these ports or to add other ports, configure
4539 @code{wl-make-plugged-hook} with a function.
4540
4541 @lisp
4542 @group
4543 (add-hook 'wl-make-plugged-hook
4544           '(lambda ()
4545              (elmo-set-plugged plugged-value(t/nil) server port)
4546                  ;; @r{add or change plugged states of the port of the server}
4547              (elmo-set-plugged plugged-value(t/nil) server)
4548                  ;; @r{if the port is omitted, all ports are affected}
4549                  ;; @r{(you cannot omit the port if you newly add the server)}
4550              ))
4551 @end group
4552 @end lisp
4553
4554
4555 @node Variables of Plugged Mode,  , Off-line State settings, Disconnected Operations
4556 @section Customizable Variables
4557
4558 @table @code
4559 @item wl-plugged
4560 @vindex wl-plugged
4561 If this variable is set to @code{nil}, Wanderlust starts up in off-line
4562 mode from the beginning.
4563
4564 @item wl-queue-folder
4565 @vindex wl-queue-folder
4566 The initial setting is @samp{+queue}.
4567 This is the folder in which messages in the transmission queue are
4568 accumulated.
4569
4570 @item wl-auto-flush-queue
4571 @vindex wl-auto-flush-queue
4572 The initial setting is @code{t}.
4573 This flag controls automatic transmission of the queue when Wanderlust
4574 becomes on-line.  If non-nil, the queue is automatically transmitted
4575 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
4576 manually, press @kbd{F} in the folder mode.
4577
4578 @item elmo-enable-disconnected-operation
4579 @vindex elmo-enable-disconnected-operation
4580 The initial setting is @code{nil}.  Controls off-line operations
4581 regarding IMAP4.  If non-nil, off-line operations are carried out.
4582
4583 @item elmo-lost+found-folder
4584 @vindex elmo-lost+found-folder
4585 The initial setting is @samp{+lost+found}.
4586 This is the folder to which messages are saved when they fails to be
4587 appended while the off-line re-file/copy queue is processed.
4588
4589 @item elmo-plugged-condition
4590 @vindex elmo-plugged-condition
4591 The initial setting is @code{one}.
4592 The value of @code{wl-plugged} reflects the return value of the function 
4593 @code{elmo-plugged-p} (without arguments).
4594 This variable @code{elmo-plugged-condition} specifies the condition on
4595 which the return value of @code{(elmo-plugged-p)} should be t depending on the
4596 plugged state of each port.
4597
4598 @example
4599 'one         : plugged if one or more ports are plugged.
4600 'all         : plugged if all ports are plugged.
4601 'independent : reflects wl-plugged (elmo-plugged) regardless of plugged
4602                states of the ports.
4603 @var{function}     : reflects the return value of the @var{function}
4604  functions available per default
4605  'elmo-plug-on-by-servers
4606              : reflects the plugged state of the servers specified by the
4607                variable elmo-plug-on-servers.
4608  'elmo-plug-on-by-exclude-servers
4609              : reflects the plugged state of the servers that are not
4610                in elmo-plug-on-exclude-servers.
4611                   elmo-plug-on-exclude-servers defaults to
4612                    '("localhost"
4613                      (system-name)
4614                      (system-name)without the domain part)
4615 @end example
4616
4617 @example
4618 @group
4619 Example 1:
4620  (setq elmo-plugged-condition 'all)
4621 Example 2:
4622  (setq elmo-plug-on-servers '("smtpserver" "newsserver"))
4623  (setq elmo-plugged-condition 'elmo-plug-on-by-servers)
4624 Example 3:
4625  (setq elmo-plug-on-exclude-servers '("localhost" "myname"))
4626  (setq elmo-plugged-condition 'elmo-plug-on-by-exclude-servers)
4627 @end group
4628 @end example
4629
4630 @item wl-reset-plugged-alist
4631 @vindex wl-reset-plugged-alist
4632 The initial setting is @code{t}.  If non-nil, plugged states are
4633 initialized on a per server or port basis when Wanderlust starts up.
4634
4635 If @code{nil}, plugged states are retained while Emacs is running.  In
4636 other words, they are initialized when Emacs is restarted even if the
4637 value is @code{nil}.
4638 @end table
4639
4640
4641 @node Expire and Archive, Scoring, Disconnected Operations, Top
4642 @chapter Automatic Expiration and Archiving of Messages
4643 @cindex Expire and Archive
4644
4645 @menu
4646 * Expire::      Expiration and Archiving
4647 * Archive::     Archiving All Messages
4648 @end menu
4649
4650
4651 @node Expire, Archive, Expire and Archive, Expire and Archive
4652 @section Expiration
4653 @cindex Expire Message
4654
4655 Expiration means deletion of old messages which have outlasted a
4656 certain period of time.
4657
4658 @code{wl-expire} supports not only simple deletion, but also moving to
4659 specified archiving folders.
4660
4661 @section How to Use
4662
4663 Configure @code{wl-expire-alist} and press @kbd{e} in the folder mode,
4664 or @kbd{M-e} in the summary mode.
4665
4666 @subsection Configuring @code{wl-expire-alist}
4667
4668 An example configuration of @code{wl-expire-alist} is shown below.
4669 Everything in this @code{wl-expire-alist} makes a great difference in
4670 expiration, so be careful.  I advise you to set @code{wl-expire-use-log}
4671 to @code{t}, especially in the initial stage.
4672
4673 @lisp
4674 @group
4675 (setq wl-expire-alist
4676       '(("^\\+trash$"   (date 14) remove)
4677                                   ;; @r{delete}
4678         ("^\\+tmp$"     (date 7) trash)
4679                                   ;; @r{re-file to @code{wl-trash-folder}}
4680         ("^\\+outbox$"  (number 300) "$outbox;lha")
4681                                   ;; @r{re-file to the specific folder}
4682         ("^\\+ml/tmp$"  nil)
4683                            ;; @r{do not expire}
4684         ("^\\+ml/wl$"   (number 500 510) wl-expire-archive-number1 t)
4685                            ;; @r{archive by message number (retaining numbers)}
4686         ("^\\+ml/.*"    (number 300 310) wl-expire-archive-number2 t)
4687                            ;; @r{archive by a fixed number (retaining numbers)}
4688         ("^\\+diary$"   (date 30) wl-expire-archive-date)
4689                            ;; @r{archive by year and month (numbers discarded)}
4690         ))
4691 @end group
4692 @end lisp
4693
4694 Items in the list has the format of:
4695
4696 @example
4697 (@var{regexp-for-folders} @var{specification-of-messages-to-be-deleted} @var{destination})
4698 @end example
4699
4700 @noindent
4701 The folder is examined if it matches @var{regexp-for-folders} from the
4702 beginning of the list.  If you invoke expiration on the folder that does
4703 not match any of them, nothing will happen.  And if either the second or
4704 the third element of the item is @code{nil}, expiration will not take
4705 place.
4706
4707 You can use any one of the following for
4708 @var{specification-of-message-to-be-deleted}:
4709
4710 @table @code
4711 @item (number @var{n1} [@var{n2}])
4712 deletes messages depending on the number of messages in the folder.
4713
4714 @var{n1} is the number of messages which should survive deletion, for example
4715 if its value is 500, the newest 500 messages survive and the rests are
4716 deleted.
4717
4718 @var{n2} is the number of messages in the folder on which expiration should
4719 take place, which defaults to @var{n1} + 1.  For example if its value is 510,
4720 folders with 510 or more messages are expired.
4721 If you configured automatic expiration, frequently used folders may
4722 expire every time it receive messages, and you may be annoyed with the
4723 long delay in reading mail.
4724 In that case, you can set a wide margin between @var{n2} and @var{n1}, so that
4725 expiration would not take place until a certain number of messages
4726 accumulate.
4727
4728 Messages with marks in @code{wl-summary-expire-reserve-marks} (marked
4729 with important/new/unread) are not deleted.
4730 If @code{wl-expire-number-with-reserve-marks} is non-nil, the folder
4731 will expire so as to have 500 messages including such ones.
4732 Otherwise, it will have 500 messages except such ones.
4733
4734 @item (date @var{d1})
4735 deletes messages depending on the dates.
4736
4737 Messages dated @var{d1} or more days ago are deleted, for example if its
4738 value is seven, messages seven days old or more are deleted.  Note that
4739 the date is the one in the @samp{Date:} field of the message, not when
4740 the message entered the folder.
4741
4742 Messages with no or invalid @samp{Date:} field does not expire; you
4743 might have to delete them by hand.
4744 @end table
4745
4746 You can use any one of the following in the place of @var{destination}:
4747
4748 @table @asis
4749 @item @code{remove}
4750 deletes the messages instantly.
4751
4752 @item @code{trash}
4753 moves the messages to @code{wl-trash-folder}.
4754
4755 @item @var{string}(folder)
4756 moves the messages to the folder specified with @var{string}.
4757
4758 It would be useful for specifying an archiving folder, but because this
4759 does not move important messages, it might be better to use the
4760 standard functions described below.
4761
4762 @item @var{function}
4763 invokes the specified @var{function}.
4764
4765 To the @var{function}, three arguments are passed: a folder name, a list
4766 of messages to be deleted, and msgdb information of the summary.  You
4767 can specify function-specific arguments after the name of the
4768 @var{function}.  Note that the list contains messages with marks in
4769 @code{wl-summary-expire-reserve-marks}, be careful in writing your own
4770 function.
4771
4772 These are three standard functions; they moves messages to an archive
4773 folder in the specified way.  This means old messages can be compressed
4774 and saved in a file, being deleted from the original folder.
4775
4776 @table @code
4777 @item wl-expire-archive-number1
4778 re-files to archiving folders corresponding to the message numbers of
4779 the messages being deleted.  For example, a message numbered 102 will be
4780 re-filed to @file{wl-00100.zip}, 390 to @file{wl-00300.zip}, and so on.
4781 If @code{wl-expire-archive-files} is 200, messages will be re-filed to
4782 @file{wl-00000.zip}, @file{wl-00200.zip}, @file{wl-00400.zip}, @dots{}.
4783
4784 The archiving folders to which messages are re-filed are determined by
4785 the name of the folder as follows (in this case, archiving folders are
4786 handled as if @code{elmo-archive-treat-file} were non-nil).
4787
4788 @table @asis
4789 @item If the folder type is localdir:
4790 @file{@var{ArchiveDir}/@var{foldername}-xxxxx.zip}
4791
4792 For example, @samp{+ml/wl} corresponds to @samp{$ml/wl;zip}
4793 (@file{~/Mail/ml/wl-00100.zip}).
4794
4795 @item The folder type is other than localdir:
4796 @file{@var{ArchiveDir}/@var{foldertype}/@var{foldername}-xxxxx.zip}
4797
4798 For example, @samp{%#mh/ml/wl} corresponds to
4799 @samp{$imap4/#mh/ml/wl;zip} (@file{~/Mail/imap4/#mh/ml/wl-00100.zip}).
4800 @end table
4801
4802 As you can see, in the case of localdir, the folder type is not included
4803 in the path name, but otherwise it is included.
4804 And you can control the prefix to the archiving folder name by
4805 @code{wl-expire-archive-folder-prefix}.
4806 Refer to @code{wl-expire-archive-folder-prefix} for details.
4807
4808 @item wl-expire-archive-number2
4809 re-files every certain number of messages to archiving folders.
4810
4811 This differs from @samp{wl-expire-archive-number1} in that this re-files
4812 to the folder up to the specified number regardless of message numbers.
4813 The archiving folders to which messages are re-filed are determined in the 
4814 same way as @code{wl-expire-archive-number1}.
4815
4816 @item wl-expire-archive-date
4817 re-files messages depending on its date (year and month) to archive
4818 folders.
4819
4820 For example, a message dated December 1998 is re-filed to
4821 @code{$folder-199812;zip}.  The name of the archiving folders except the
4822 date part are determined in the same way as
4823 @code{wl-expire-archive-number1}.
4824 @end table
4825
4826 You can set the first argument to these three standard functions to non-nil
4827 in @code{wl-expire-alist} so as to retain message numbers in the folder.
4828 For example, it can be specified just after the name of the function:
4829
4830 @lisp
4831 ("^\\+ml/wl$" (number 300 310) wl-expire-archive-number1 t)
4832 @end lisp
4833
4834 If you omit the argument, consecutive numbers from 1 are assigned for
4835 each archiving folder.
4836 @end table
4837
4838 @subsection Treatment for Important or Unread Messages
4839
4840 If you specify any of @code{remove}, @code{trash}, a folder name, or a
4841 standard function, messages with marks in
4842 @code{wl-summary-expire-reserve-marks} (which are called @dfn{reserved
4843 messages} thereafter) are retained.
4844
4845 Per default, this variable include the important, new, and unread marks,
4846 so that messages with these marks are not removed.
4847 Note that you cannot include the temporary mark (i.e. temporary marks
4848 are removed anyway), and be sure to process temporary marks before you
4849 invoke expiration.
4850
4851 @subsection Auto Expiration
4852
4853 The following setup invokes expiration when you move into the summary
4854 mode.  There will be no confirmation, so make sure you made no mistake
4855 in regexp and other settings before you set up this.
4856
4857 @lisp
4858 @group
4859 (add-hook 'wl-summary-prepared-pre-hook 'wl-summary-expire)
4860 @end group
4861 @end lisp
4862
4863 In the folder mode, you can invoke expiration per group as well as per
4864 folder.  Therefore, if you specify @samp{Desktop} group, all folders
4865 matching @code{wl-expire-alist} expire.
4866
4867 @section Tips
4868
4869 @subsection Treating archive folders.
4870 To treat archive folders created by @code{wl-expire-archive-number1} and so on,
4871 you must set non-nil value to @code{elmo-archive-treat-file}.
4872
4873 @subsection Confirming
4874
4875 If you are to use @code{remove}, try @code{trash} at first and see
4876 messages move to @code{wl-trash-folder} as expected, then replace it
4877 with @code{remove}.  It would be dangerous to use @code{remove} from the
4878 beginning.
4879
4880 If you are to use @code{wl-expire-archive-number1} and the like, try to
4881 make a folder of the archiver type (@code{zip} or @code{lha}) and see if
4882 you can append messages to it.  Even if settings in
4883 @code{wl-expire-alist} and @code{elmo-archive} are correct, messages
4884 would not be saved anywhere and disappeared in case the archiver program
4885 fails.
4886
4887 After you make sure you can archive to the folder correctly, you can
4888 invoke expiration and utilize the log.
4889
4890 If you set @code{wl-expire-use-log} to @code{t},
4891 @file{~/.elmo/expired-log} should contain the log, for example:
4892
4893 @example
4894 @group
4895 delete  +ml/wl  (593 594 595 596 597 598 599)
4896 move    +ml/wl -> $ml/wl-00600;tgz;wl  (600 601 602)
4897 @end group
4898 @end example
4899
4900 The first column indicates the operation, i.e. @samp{delete},
4901 @samp{copy}, or @samp{move}.  The next is the name of the folder that
4902 expired.  In the case of @samp{copy} and @samp{move}, the destination
4903 folder is recorded after @samp{->}.  The last is the list of message
4904 numbers that are actually deleted or moved (in the case of @samp{copy}
4905 and @samp{move}, the number is the one in the source folder, rather than
4906 the destination folder).
4907
4908 @subsection Re-filing Reserved Messages
4909
4910 The three standard functions copy reserved messages to the archive
4911 folder, but do not delete them from the source folder.  Because
4912 reserved messages and the like always remain, they are recorded in
4913 @file{~/.elmo/expired-alist} so that they are not copied over and over
4914 again.  They are not recorded if copied by @code{wl-summary-archive}.
4915
4916 If you enabled logging, usually @samp{move} is recorded for re-filing,
4917 but instead @samp{copy} and @samp{delete} are recorded separately if
4918 reserved messages are involved.  This is because it actually copies
4919 messages including reserved, then deletes ones except reserved in that
4920 case.
4921
4922 @section Customizable Variables
4923
4924 @table @code
4925 @item wl-expire-alist
4926 @vindex wl-expire-alist
4927 The initial setting is @code{nil}.
4928 This variable specifies folders and methods to expire.  For details,
4929 refer to @code{wl-expire-alist} settings above.
4930
4931 @item wl-summary-expire-reserve-marks
4932 @vindex wl-summary-expire-reserve-marks
4933 The initial setting is the list below.
4934
4935 @lisp
4936 @group
4937 (list wl-summary-important-mark
4938       wl-summary-new-mark
4939       wl-summary-unread-mark
4940       wl-summary-unread-uncached-mark
4941       wl-summary-unread-cached-mark)
4942 @end group
4943 @end lisp
4944
4945 Messages with these marks are retained in the folder, even after
4946 expiration.
4947 Only permanent marks can be listed, not temporary marks.
4948
4949 You can list marks one by one as in the default; you can use the
4950 following settings as well:
4951
4952 @table @code
4953 @item all
4954 All messages with permanent marks are retained,
4955 i.e. @code{wl-summary-read-uncached-mark} is included in addition to the 
4956 defaults.
4957
4958 @item none
4959 All messages are handled as usual ones that are already read, no matter
4960 what marks they have; even important messages are deleted.
4961 @end table
4962
4963 @item wl-expire-archive-files
4964 @vindex wl-expire-archive-files
4965 The initial setting is 100.
4966 This variable specifies the number of messages to be retained in one
4967 archiving folder.
4968
4969 @item wl-expire-number-with-reserve-marks
4970 @vindex wl-expire-number-with-reserve-marks
4971 The initial setting is @code{nil}.
4972 If non-nil, if expiring messages are specified by @code{number},
4973 messages with @code{wl-summary-expire-reserve-marks} are also retained.
4974
4975 @item wl-expire-archive-get-folder-func
4976 @vindex wl-expire-archive-get-folder-func
4977 The initial setting is @code{wl-expire-archive-get-folder}.
4978
4979 This variable specifies a function that returns the name of an archiving 
4980 folder for standard functions in the place of @var{destination}.
4981 You can use the following three variables for simple modification of
4982 folder names; if you want more complex settings, define your own
4983 function in this variable.
4984
4985 @code{wl-expire-archive-get-folder} can be customized by these
4986 variables:
4987 @itemize @bullet
4988 @item @code{wl-expire-archive-folder-name-fmt}
4989 @item @code{wl-expire-archive-folder-type}
4990 @item @code{wl-expire-archive-folder-prefix}
4991 @end itemize
4992
4993 @item wl-expire-archive-folder-name-fmt
4994 @vindex wl-expire-archive-folder-name-fmt
4995 The initial setting is @samp{%s-%%05d;%s}.
4996 This is a @code{format} string for archiving folders used in
4997 @code{wl-expire-archive-number1} and @code{wl-expire-archive-number2}.
4998 Note that you must specify the message number by @samp{%%d}, because it
4999 is parsed twice by @code{format}.
5000
5001 If you modify this, adjust @code{wl-expire-archive-folder-num-regexp} as
5002 well.
5003
5004 @item wl-expire-archive-date-folder-name-fmt
5005 @vindex wl-expire-archive-date-folder-name-fmt
5006 The initial setting is @samp{%s-%%04d%%02d;%s}.
5007 This is a @code{format} string for archiving folders used in
5008 @code{wl-expire-archive-date}.  Note that you must specify the message
5009 number by @samp{%%d}, because it is parsed twice by @code{format}.
5010 There should be @samp{%%d} twice, one for the year and the other for the
5011 month.
5012
5013 If you modify this, adjust
5014 @code{wl-expire-archive-date-folder-num-regexp} as well.
5015
5016 @item wl-expire-archive-folder-type
5017 @vindex wl-expire-archive-folder-type
5018 The initial setting is @code{zip}.
5019 This variable specifies an archiver type of the archiving folders.
5020
5021 @item wl-expire-archive-folder-prefix
5022 @vindex wl-expire-archive-folder-prefix
5023 The initial setting is @code{nil}.
5024 This variable specifies the prefix (directory structure) to archiving
5025 folders.
5026 Exercise extreme caution in using this feature, as it has not been
5027 seriously tested.
5028 In the worst case, there is a fear of destructing archiving folders.
5029
5030 @table @code
5031 @item nil
5032 There will be no prefix.
5033
5034 @item short
5035 For example, @samp{+ml/wl} will be prefixed by @samp{wl}, resulting in
5036 @samp{$ml/wl-00000;zip;wl}.
5037
5038 @item t
5039 For example, @samp{+ml/wl} will be prefixed by prefix @samp{ml/wl},
5040 resulting in
5041
5042 @samp{$ml/wl-00000;zip;ml/wl}.
5043 @end table
5044
5045 @item wl-expire-archive-folder-num-regexp
5046 @vindex wl-expire-archive-folder-num-regexp
5047 The initial setting is @samp{-\\([-0-9]+\\);}.
5048 This variable specifies the regular expression to be used for getting
5049 message numbers from multiple archiving folders specified by
5050 @code{elmo-list-folders}.
5051 Set it in accordance with @code{wl-expire-archive-folder-name-fmt}.
5052
5053 @item wl-expire-archive-date-folder-num-regexp
5054 @vindex wl-expire-archive-date-folder-num-regexp
5055 The initial setting is @samp{-\\([-0-9]+\\);}.
5056 This is the regular expression to be used for getting message numbers
5057 from multiple archiving folders specified by @code{elmo-list-folders}.
5058 Set it in accordance with @code{wl-expire-archive-date-folder-name-fmt}.
5059
5060 @item wl-expire-delete-oldmsg-confirm
5061 @vindex wl-expire-delete-oldmsg-confirm
5062 The initial setting is @code{t}.
5063 If non-nil, messages older than the one with the largest number will be
5064 deleted with confirmation.
5065 If @code{nil}, they are deleted without confirmation.
5066
5067 This feature is valid only if non-nil is specified as a argument to the
5068 standard functions so as to retain numbers.
5069
5070 @item wl-expire-use-log
5071 @vindex wl-expire-use-log
5072 The initial setting is @code{nil}.
5073 If non-nil, expiration logs are recorded in @file{~/.elmo/expired-log}.
5074 They are appended but not truncated or rotated automatically; you might
5075 need to remove it manually.
5076
5077 @item wl-expire-add-seen-list
5078 @vindex wl-expire-add-seen-list
5079 The initial setting is @code{t}.
5080
5081 If non-nil, when messages are re-filed by expiration, read/unread
5082 information is passed to the destination folder.
5083
5084 However if you do not read the destination folder from Wanderlust,
5085 @file{seen} under @file{~/.elmo/} grows larger and larger, so you might
5086 want to set this to @code{nil} if you are simply saving to some
5087 archiving folders.  Even if its value is @code{nil}, messages in the
5088 archiving folders are simply treated as unread; it does not affect
5089 expiration itself.
5090
5091 @item wl-expire-folder-update-msgdb
5092 @vindex wl-expire-folder-update-msgdb
5093 The initial setting is @code{t}.
5094 If @code{t}, in the folder mode, expiration is carried out after
5095 updating summary information.  If you specified a list of regular
5096 expressions of folder names, summary information is updated for matching
5097 folders only.
5098 @end table
5099
5100
5101 @node Archive,  , Expire, Expire and Archive
5102 @section Archiving Messages
5103
5104 @subsection Archiving Messages
5105 @kbd{M-x wl-summary-archive} copies the whole folder to archiving
5106 folders.  If there are the archiving folders already, only new messages
5107 are appended.
5108
5109 You can use @code{wl-archive-alist} in order to specify how messages are 
5110 archived according to their folder names, as in @code{wl-expire-alist}.
5111 For example:
5112
5113 @lisp
5114 @group
5115 (setq wl-archive-alist
5116       '(("^\\+tmp$"     wl-archive-date)
5117         ("^\\+outbox$"  wl-archive-number2)
5118         (".*"           wl-archive-number1)))
5119 @end group
5120 @end lisp
5121
5122 Each item in the list has the following format:
5123
5124 @example
5125 (@var{folders-regexp}  @var{deleting-function})
5126 @end example
5127
5128 As you can see, you can only use a function after @var{folders-regexp}.
5129 Per default, there are three functions:
5130
5131 @itemize @bullet
5132 @item @code{wl-archive-number1}
5133 @item @code{wl-archive-number2}
5134 @item @code{wl-archive-date}
5135 @end itemize
5136
5137 As inferred from their names, they work similarly to "expire" versions,
5138 other than the following points:
5139
5140 @itemize @minus
5141 @item No messages are deleted
5142 @item Message numbers are retained even if invoked without arguments
5143 @end itemize
5144
5145 These functions are good to archive all messages in a folder by their
5146 numbers or by their dates.
5147 These are also useful for backup or confirmation purposes before
5148 expiration.
5149 If you try to re-file them after they are archived, they are deleted but 
5150 not re-filed.
5151
5152 Per default, the archiving folders to which messages are copied are
5153 determined automatically by @code{wl-expire-archive-get-folder-func}.
5154 You can copy to a specific folder by invoking with a prefix argument,
5155 i.e. @kbd{C-u M-x wl-summary-archive}.
5156
5157 Note that this feature has not been seriously tested, because you can
5158 simply copy to an archiving folder, for example by
5159 @code{wl-summary-copy-region}.
5160
5161 The archiving folders are determined by the same logic as in
5162 @code{wl-summary-expire}; the following customizable variables are
5163 relevant:
5164
5165 @itemize @bullet
5166 @item @code{wl-expire-archive-files}
5167 @item @code{wl-expire-archive-get-folder-func}
5168 @item @code{wl-expire-archive-folder-name-fmt}
5169 @item @code{wl-expire-archive-folder-type}
5170 @item @code{wl-expire-archive-folder-prefix}
5171 @item @code{wl-expire-archive-folder-num-regexp}
5172 @end itemize
5173
5174 @subsection Customizable Variables
5175
5176 @table @code
5177 @item wl-archive-alist
5178 @vindex wl-archive-alist
5179 The initial setting is the list shown below:
5180
5181 @lisp
5182 @group
5183 ((".*" wl-archive-number1))
5184 @end group
5185 @end lisp
5186
5187 @noindent
5188 This variable specifies a function that copies to archiving folders.
5189 To the function, three arguments are passed: a folder name, a list of
5190 messages in the folder, and msgdb information of the summary.
5191 Needless to say, you can use your own function.
5192 @end table
5193
5194
5195 @node Scoring, Customization, Expire and Archive, Top
5196 @chapter Score of the Messages
5197 @cindex Scoring
5198 @c @cindex Kill File
5199
5200 Scoring is the function that associates a score (value) with each
5201 message, and marks as read or deletes from the summary according to it.
5202
5203 You can put target or important marks on essential messages, or read marks
5204 on the ones you do not want to read, for example spam articles.
5205
5206 This scoring function has a capability and a format similar to the one
5207 that Gnus has, although there are some unsupported features and
5208 Wanderlust specifics.
5209 @xref{Scoring, , ,gnus, The gnus Newsreader}.
5210
5211 @menu
5212 * Score Commands::             Score Commands
5213 * Score File Format::          Score File Format
5214 @end menu
5215
5216
5217 @node Score Commands, Score File Format, Scoring, Scoring
5218 @section Score Commands
5219 @cindex Score Commands
5220
5221 @subsection Score File Specification
5222
5223 @code{wl-score-folder-alist} specifies score files or variables in which 
5224 scores are defined, corresponding to folder names.
5225
5226 @lisp
5227 @group
5228 (setq wl-score-folder-alist
5229       '(("^-.*"
5230          "news.SCORE"
5231          "my.SCORE")
5232         (".*"
5233          "all.SCORE")))
5234 @end group
5235 @end lisp
5236
5237 If paths to the score files are omitted, the directory specified in the
5238 variable @code{wl-score-files-dir} is assumed.
5239
5240 No matter what you write in @code{wl-score-folder-alist}, the default
5241 score file @code{wl-score-default-file} (@file{all.SCORE}) is always
5242 read (it does not have to exist).
5243 Therefore, in the example above, the three score files,
5244 @file{news.SCORE}, @file{my.SCORE}, and @file{all.SCORE} are read for
5245 the folders that matches @samp{^-.*}.
5246
5247 @subsection Scored Messages
5248
5249 Scores are attached to the messages that are specified by
5250 @code{wl-summary-score-marks} temporarily when the summary is updated;
5251 when you exit from the summary, the scores are removed and reverts to
5252 the defaults.
5253
5254 @subsection Creation of Score Files
5255
5256 In the summary buffer, move to an appropriate message and type @kbd{L}.
5257 Then type @kbd{s}, @kbd{s}, and @kbd{p} at a prompt in a mini-buffer.
5258 The string in Subject is presented.  Edit it and press @kbd{@key{RET}}.
5259
5260 This makes @minus{}1000 are scored for messages with the same
5261 @samp{Subject:} as the string you entered.  That is, such a score file
5262 is created automatically.
5263
5264 Then, try typing @kbd{h} and @kbd{e} in the same summary buffer.
5265 The score file you just made appears.
5266 This buffer is called @dfn{score editing buffer} thereafter.
5267 When you type @kbd{C-c C-e} in it, you are prompted in the mini-buffer
5268 as you are previously; type @kbd{a}.  Then a score entry for "From"
5269 should be inserted.
5270 In this way, you can create a score file easily either in the summary
5271 buffer or in the score editing buffer.
5272
5273 By the way, you might be aware the numbers of key strokes are different
5274 between @kbd{s s p} and @kbd{a}.
5275 This is determined by @code{wl-score-header-default-entry}.
5276 This variable specifies the default score entries corresponding to
5277 header fields.
5278 For example, for "subject" field, a type and a time limit are prompted,
5279 but for "from" field, they are fixed upon automatically as substring and
5280 permanent respectively.
5281 However, score values can be modified by the prefix argument.
5282 Typing @kbd{?} at the mini-buffer shows a help on keys and corresponding 
5283 headers and types.
5284
5285 At last, type @kbd{C-c C-c} in the score editing buffer.  This saves the 
5286 score file and terminates the edit mode.  Typing @kbd{C-c C-c} after
5287 erasing contents of the buffer deletes the score file being edited.
5288
5289 @subsection Tips
5290
5291 @subsubsection Selecting Score Files
5292
5293 You can change score files to which scores are appended by
5294 @code{wl-summary-increase-score} and @code{wl-summary-lower-score} by
5295 @code{wl-score-change-score-file}.
5296
5297 @subsubsection Summing Up the Score
5298
5299 If you add the same entries by @code{wl-summary-increase-score},
5300 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry},
5301 scores for the entry is summed up.
5302
5303 For example, if you create @samp{from} entry with the score of @minus{}1000 by
5304 @kbd{L a} and again @samp{from} with @minus{}200, one entry with the score of
5305 @minus{}1200 will be created as a result.
5306
5307 @subsubsection Creating Thread Key
5308
5309 Creating @samp{Thread} key by @code{wl-summary-increase-score} or
5310 @code{wl-summary-lower-score} appends @samp{Message-ID} of all children.
5311
5312 @subsubsection Creating Followup Key
5313
5314 Creating @samp{Followup} key by @code{wl-summary-increase-score} or
5315 @code{wl-summary-lower-score} appends @samp{Message-ID} of the message
5316 at the cursor to @samp{References} key.
5317 If @code{wl-score-auto-make-followup-entry} is non-nil,
5318 @samp{Message-ID} of all messages to be followed up within dates
5319 specified by @code{wl-score-expiry-days}.
5320
5321 @subsection Key Bindings
5322
5323 @table @kbd
5324 @item K
5325 @kindex K (Summary)
5326 @findex wl-summary-increase-score
5327 Increases the score for the current message.
5328 And the score entry is appended to the score file at the same moment.
5329 You can specify the score value by a prefix argument.
5330
5331 @item L
5332 @kindex L (Summary)
5333 @findex wl-summary-lower-score
5334 Decreases the score for the current message.
5335 And the score entry is appended to the score file at the same moment.
5336 You can specify the score value by a prefix argument.
5337
5338 @item h R
5339 @kindex h R (Summary)
5340 @findex wl-summary-rescore
5341 Re-applies the scoring.
5342 However, already scored messages are not scored anew.
5343
5344 @item h c
5345 @kindex h c (Summary)
5346 @findex wl-score-change-score-file
5347 Changes the score file currently selected.
5348
5349 @item h e
5350 @kindex h e (Summary)
5351 @findex wl-score-edit-current-scores
5352 Edits the score file currently selected.
5353 If there are multiple score files, the previously specified one is
5354 selected.
5355
5356 @item h f
5357 @kindex h f (Summary)
5358 @findex wl-score-edit-file
5359 Edits an arbitrary score file and selects it.
5360
5361 @item h F
5362 @kindex h F (Summary)
5363 @findex wl-score-flush-cache
5364 Erases caches associated to the score files that are read.
5365 If you modified score files directly (from other than Wanderlust), you
5366 need to re-read them after erasing the cache.
5367
5368 @item h m
5369 @kindex h m (Summary)
5370 @findex wl-score-set-mark-below
5371 Specifies the criterion for scores to be marked as read.
5372 Messages with scores less than this value are marked as read.
5373
5374 @item h x
5375 @kindex h x (Summary)
5376 @findex wl-score-set-expunge-below
5377 Specifies the criterion for scores to be deleted from the summary.
5378 Messages with scores less than this value are deleted.
5379 "Deleted" means it is not shown; they are not removed from the summary
5380 information or the folder.
5381 The deleted messages can be shown by rescan-noscore again.
5382 @end table
5383
5384 @subsection Key Bindings in the Score Editing Buffer
5385
5386 @table @kbd
5387 @item C-c C-k
5388 @kindex C-c C-k (Score Mode)
5389 @findex wl-score-edit-kill
5390 Abandons the file being edited.
5391
5392 @item C-c C-c
5393 @kindex C-c C-c (Score Mode)
5394 @findex wl-score-edit-exit
5395 Saves the file being edited, and quits from the edit mode.
5396
5397 @item C-c C-p
5398 @kindex C-c C-p (Score Mode)
5399 @findex wl-score-pretty-print
5400 Re-draws the score.
5401
5402 @item C-c C-d
5403 @kindex C-c C-d (Score Mode)
5404 @findex wl-score-edit-insert-date
5405 Inserts the number of dates from Dec. 31, 1 B.C.
5406 It is used for creating the third factor of time-limited scores.
5407
5408 @item C-c C-s
5409 @kindex C-c C-s (Score Mode)
5410 @findex wl-score-edit-insert-header
5411 Inserts the header of the message selected in the summary buffer.
5412
5413 @item C-c C-e
5414 @kindex C-c C-e (Score Mode)
5415 @findex wl-score-edit-insert-entry
5416 Inserts the score entry of the message selected in the summary buffer.
5417 @end table
5418
5419 @subsection Customizable Variables
5420
5421 @table @code
5422 @item wl-summary-default-score
5423 @vindex wl-summary-default-score
5424 The initial setting is 0 (zero).
5425 This variable specifies the default value of the score.
5426 The score is increased or decreased based upon this value.
5427
5428 @item wl-summary-important-above
5429 @vindex wl-summary-important-above
5430 The initial setting is @code{nil}.
5431 Messages with scores larger than this value are attached with the
5432 important mark (@samp{$}).
5433 If @code{nil}, no important marks are attached.
5434
5435 @item wl-summary-target-above
5436 @vindex wl-summary-target-above
5437 The initial setting is @code{nil}.
5438 Messages with scores larger than this value are attached with the target
5439 mark (@samp{*}).
5440 If @code{nil}, no target marks are attached.
5441
5442 @item wl-summary-mark-below
5443 @vindex wl-summary-mark-below
5444 The initial setting is 0 (zero).
5445 Messages with scores smaller than this value are marked as read.
5446
5447 @item wl-summary-expunge-below
5448 @vindex wl-summary-expunge-below
5449 The initial setting is @code{nil}.
5450 Messages with scores smaller than this value are deleted from the
5451 summary.
5452 If @code{nil}, they are not deleted.
5453
5454 @item wl-summary-score-marks
5455 @vindex wl-summary-score-marks
5456 The initial setting is the list shown below:
5457
5458 @lisp
5459 @group
5460 (list wl-summary-new-mark)
5461 @end group
5462 @end lisp
5463
5464 @noindent
5465 Messages with these marks are scored.
5466
5467 @item wl-use-scoring
5468 @vindex wl-use-scoring
5469 The initial setting is t.
5470 If non-nil, scoring is enabled.
5471
5472 @item wl-score-files-dir
5473 @vindex wl-score-files-dir
5474 The initial setting is @file{~/.elmo/}.
5475 The default directory for score files.
5476
5477 @item wl-score-interactive-default-score
5478 @vindex wl-score-interactive-default-score
5479 The initial setting is 1000.
5480 This value is used as a score when a score factor is @code{nil} in the
5481 score file.  It is also used in @code{wl-summary-increase-score} and
5482 @code{wl-summary-lower-score}, on condition that the value of
5483 @code{wl-score-header-default-entry} is @code{nil}.
5484
5485 @item wl-score-expiry-days
5486 @vindex wl-score-expiry-days
5487 The initial setting is 7.
5488 This is the number of days before time-limited scores are deleted.
5489
5490 @item wl-score-update-entry-dates
5491 @vindex wl-score-update-entry-dates
5492 The initial setting is @code{t}.
5493 If non-nil, it enables deletion of time-limited scores.
5494
5495 @item wl-score-header-default-entry
5496 @vindex wl-score-header-default-entry
5497 Specifies the default value for each header field for score entries
5498 created by @code{wl-summary-increase-score},
5499 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry}.
5500
5501 @item wl-score-simplify-fuzzy-regexp
5502 @vindex wl-score-simplify-fuzzy-regexp
5503 In the case of a type of a score entry is @code{fuzzy}, this specifies a
5504 regular expression to be deleted from the string.
5505 Because this is usually used for Subject, the default is prefixes that
5506 are attached by mailing list programs.
5507
5508 @item wl-summary-rescore-partial-threshold
5509 @vindex wl-summary-rescore-partial-threshold
5510 The initial setting is 200.
5511 When sync-all or rescan is executed, if there are messages more than
5512 this value, only the last same number of messages as this value are
5513 scored.
5514
5515 @item wl-summary-auto-sync-marks
5516 @vindex wl-summary-auto-sync-marks
5517 If non-nil, unread/important marks are synchronized when the summary
5518 does.
5519 Unread marks reflect information on the IMAP4 server.
5520 Important marks reflect information on the IMAP4 server (flagged or
5521 not), and contents of @samp{'mark} folder.
5522 The initial setting is @code{t}.
5523 @end table
5524
5525
5526 @node Score File Format,  , Score Commands, Scoring
5527 @section Score File Format
5528 @cindex Score File Format
5529
5530 The format of score files are the same as Gnus, and basically you can
5531 use Gnus score files as they are.  But they are not fully compatible
5532 because some keys are not supported and there are Wanderlust specifics.
5533 @xref{Score File Format, , ,gnus, The gnus Newsreader}.
5534
5535 @lisp
5536 @group
5537 (("subject"
5538   ("for sale" -1000 nil s)
5539   ("profit" -1000 nil s))
5540  ("from"
5541   ("spam@@spamspamspam" -10000 nil s))
5542  ("followup"
5543   ("my@@address" 3001 nil s))
5544  ("chars"
5545   (1000000 -10 nil >))
5546  (important 5000)
5547  (target 3000)
5548  (mark 0)
5549  (expunge -3000))
5550 @end group
5551 @end lisp
5552
5553 @table @code
5554 @item string
5555 If the key is a string, it is the name of the header to be matched.
5556 The following keys are available:
5557 @code{Subject}, @code{From}, @code{Date}, @code{Message-ID},
5558 @code{References}, @code{To}, @code{Cc}, @code{Chars}, @code{Lines},
5559 @code{Xref}, @code{Extra}, @code{Followup}, @code{Thread}
5560 @code{Chars} and @code{Lines} mean the size and the number of lines of
5561 the message, respectively.  @code{Extra}, @code{Followup}, @code{Thread}
5562 are described later.
5563 The rest corresponds the field of the same name.
5564
5565 Arbitrary numbers of core entries are specified after the key.
5566 Each score entry consists of these five factors:
5567
5568 @enumerate
5569 @item
5570 A factor that matches header.  This should be a number in the cases of
5571 @code{lines} and @code{chars}, otherwise a string.
5572
5573 @item
5574 A score factor.  When the first item matches, the score of the message
5575 is increased or decreased by this value.
5576
5577 @item
5578 A time limiting factor.  If @code{nil}, the score is permanent, and in the case
5579 of a number, the score is deleted if it does not match for days
5580 (@code{wl-score-expiry-days}) from the date specified by this.
5581 The date is since Dec. 31, 1 B.C.
5582
5583 @item
5584 A type factor.  This specifies the way the first factor matches.
5585 Available types depend on keys.
5586
5587 @table @dfn
5588 @item From, Subject, References, Message-ID
5589 For these keys in string, @code{r} and @code{R} (regexp),
5590 @code{s} and @code{S} (substring), @code{e} and @code{E} (exact match),
5591 as well as @code{f} and @code{F} (fuzzy) can be used.
5592 @code{R}, @code{S}, @code{E}, and @code{F} are case sensitive.
5593
5594 @item Lines, Chars
5595 For these keys, the following five numerical relative operators can be
5596 used: @code{<}, @code{>}, @code{=}, @code{>=}, @code{<=}.
5597
5598 @item Followup
5599 This key matches @code{From} header, and scores all follow-ups to the
5600 message.
5601 For example, it would be useful for increasing scores for follow-ups to
5602 you own article.
5603
5604 You can use the same types as @code{From} except for @code{f}.
5605 And a @samp{Followup} entry is automatically appended to the score file.
5606
5607 @item Thread
5608 This key scores (sub-)threads beginning with @code{Message-ID} @var{x}.
5609 A @samp{Thread} entry is automatically appended for each article that
5610 has @var{x} in the @code{References} header.
5611 You can make sure the whole thread including messages that does not have
5612 all ancestors @code{Message-ID} in @code{References} is scored.
5613
5614 You can use the same types as @code{References} except for @code{f}.
5615 And a @samp{Thread} entry is automatically appended to the score file.
5616 @end table
5617
5618 @item
5619 A factor for extension header.  This is meaningful only if the key is
5620 @code{Extra}.
5621 This specifies headers to be matched other than standard headers like
5622 @code{Subject} and @code{From}.
5623 Note that you should specify the header in
5624 @code{elmo-msgdb-extra-fields} also.
5625 Therefore it does not work in folders where extension headers cannot be
5626 retrieved.
5627
5628 @end enumerate
5629
5630 The sum of these scores @emph{after all factors are applied} becomes the 
5631 score of the message.
5632
5633 @cindex Score File Atoms
5634 @item mark
5635 Messages with a score less than this value is marked as read.
5636 The default is @code{wl-summary-mark-below}.
5637
5638 @item expunge
5639 Messages with a score less than this value is deleted from the summary.
5640 The default is @code{wl-summary-expunge-below}.
5641
5642 @item mark-and-expunge
5643 Both @code{mark} and @code{expunge} are applied,
5644 i.e. messages with a score less than this value is marked as read and
5645 deleted from the summary.
5646
5647 @item target
5648 Messages with a score greater than this value is attached with temp
5649 marks.
5650 The default is @code{wl-summary-target-above}.
5651
5652 @item important
5653 Messages with a score greater than this value is attached with important
5654 marks.
5655 The default is @code{wl-summary-important-above}.
5656 @end table
5657
5658 @subsection Caveats
5659
5660 Not to mention the @code{extra} key, if @code{lines} or @code{xref} keys 
5661 are used, you need to set @code{elmo-msgdb-extra-fields}.
5662
5663 @lisp
5664 (setq elmo-msgdb-extra-fields '("lines" "xref"))
5665 @end lisp
5666
5667 There are other restrictions as shown below:
5668
5669 @itemize @bullet
5670 @item Because @samp{References} field in the summary information
5671 contains only the last @samp{Message-ID}, @code{references} key matches
5672 the last one only.
5673 @end itemize
5674
5675 Keys that can be seen by folder of types:
5676
5677 @example
5678 @group
5679                         chars lines xref  extra
5680 localdir,localnews        Y     E     E     E
5681 nntp (supporting xover)   Y     E     E     N
5682      (otherwise)          N     E     E     E
5683 imap4                     Y     E     E     E
5684 pop3                      N     E     E     E
5685
5686                 Y: can be seen
5687                 N: cannot be seen (ignored)
5688                 E: can be seen with @code{elmo-msgdb-extra-fields} settings
5689 @end group
5690 @end example
5691
5692
5693 @node Customization, Mailing List, Scoring, Top
5694 @chapter Customizing Wanderlust
5695 @cindex Customization
5696
5697 @menu
5698 * Living with other packages:: Living with other packages
5699 * Highlights::                 Highlights
5700 * Biff::                       Notify Mail arrival
5701 * Advanced Settings::          Advanced Settings
5702 * Customizable Variables::     Customizable Variables
5703 * Hooks::                      Hooks
5704 @end menu
5705
5706
5707 @node Living with other packages, Highlights, Customization, Customization
5708 @section Living with other packages
5709
5710 Examples with other packages.
5711
5712 @menu
5713 * imput::                       imput (im-wl.el)
5714 * BBDB::                        BBDB
5715 * supercite::                   supercite.el
5716 * mu-cite::                     mu-cite.el
5717 * x-face-mule::                 x-face-mule.el
5718 * dired-dd::                    dired-dd.el
5719 @end menu
5720
5721
5722 @node imput, BBDB, Living with other packages, Living with other packages
5723 @subsection imput
5724 @pindex imput
5725 @cindex im-wl
5726
5727 Place @file{util/im-wl.el} on the @code{load-path} and do the following
5728 settings.
5729
5730 If @command{imput} is on the @code{exec-path} at the installation,
5731 @file{im-wl.el} is byte-compiled and installed.  @xref{Install}.
5732
5733 @lisp
5734 @group
5735 (autoload 'wl-draft-send-with-imput-async "im-wl")
5736 (setq wl-draft-send-func 'wl-draft-send-with-imput-async)
5737 @end group
5738 @end lisp
5739
5740
5741 @node BBDB, supercite, imput, Living with other packages
5742 @subsection bbdb.el
5743 @pindex BBDB
5744
5745 Place @file{util/bbdb-wl.el} on the @code{load-path} and do the following
5746 settings.
5747
5748 If BBDB is on the @code{load-path} at the installation, @file{bbdb-wl.el} is
5749 byte-compiled and installed.
5750 @xref{Install}.
5751
5752 @lisp
5753 @group
5754 (require 'bbdb-wl)
5755
5756 (bbdb-wl-setup)
5757 ;; @r{enable pop-ups}
5758 (setq bbdb-use-pop-up t)
5759 ;; @r{auto collection}
5760 (setq bbdb/mail-auto-create-p t)
5761 (setq signature-use-bbdb t)
5762 (setq bbdb-north-american-phone-numbers-p nil)
5763 ;; @r{shows the name of bbdb in the summary} :-)
5764 (setq wl-summary-from-func 'bbdb-wl-from-func)
5765 ;; @r{automatically add mailing list fields}
5766 (add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
5767 (setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
5768 @end group
5769 @end lisp
5770
5771 @node supercite, mu-cite, BBDB, Living with other packages
5772 @subsection sc.el(supercite), sc-register.el
5773 @pindex sc
5774 @pindex supercite
5775
5776 The same setting as usual mailers should be OK.  The following is an
5777 example of settings:
5778
5779 @lisp
5780 @group
5781 (autoload 'sc-cite-original "sc" nil t)
5782 (setq mail-yank-hooks 'sc-cite-original)
5783 (setq sc-preferred-header-style 1)
5784 (setq sc-electric-references-p nil)
5785 (setq sc-citation-leader "")
5786 (setq sc-load-hook '(lambda () (require 'sc-register)))
5787 (setq sc-preferred-attribution 'registeredname)
5788 @end group
5789 @end lisp
5790
5791
5792 @node mu-cite, x-face-mule, supercite, Living with other packages
5793 @subsection mu-cite.el
5794 @pindex mu-cite
5795
5796 The same setting as usual mailers should be OK.  The following is an
5797 example of settings.
5798
5799 If you use mu-cite version 8.0 or earlier:
5800
5801 @lisp
5802 @group
5803 (autoload 'mu-cite/cite-original "mu-cite" nil t)
5804 (setq mail-citation-hook 'mu-cite/cite-original)
5805 @end group
5806 @end lisp
5807
5808 If you use mu-cite version 8.1 or later:
5809
5810 @lisp
5811 @group
5812 (autoload 'mu-cite-original "mu-cite" nil t)
5813 (add-hook 'mail-citation-hook (function mu-cite-original))
5814 @end group
5815 @end lisp
5816
5817 @node x-face-mule, dired-dd, mu-cite, Living with other packages
5818 @subsection x-face-mule.el
5819 @pindex x-face-mule
5820 @pindex bitmap-mule
5821
5822 It depends on the version of x-face-mule.
5823 If you use x-face-mule 0.19 or older, do the following:
5824
5825 @lisp
5826 @group
5827 (setq wl-highlight-x-face-func
5828       (function
5829        (lambda (beg end)
5830         (x-face-mule:x-face-decode-message-header))))
5831 @end group
5832 @end lisp
5833
5834 If you use x-face-mule 0.20 or later, try the following:
5835
5836 @lisp
5837 @group
5838 (setq wl-highlight-x-face-func
5839       (function
5840        (lambda (beg end)
5841         (x-face-mule-x-face-decode-message-header))))
5842 (require 'x-face-mule)
5843 @end group
5844 @end lisp
5845
5846 Use these settings when you use @file{x-face-mule.el} attached to
5847 bitmap-mule 8.0 or later:
5848
5849 @lisp
5850 @group
5851 (autoload 'x-face-decode-message-header "x-face-mule")
5852 (setq wl-highlight-x-face-func 'x-face-decode-message-header)
5853 @end group
5854 @end lisp
5855
5856 If there is an encoded X-Face string in a file @file{~/.xface} (the
5857 value of the variable @code{wl-x-face-file}), it is inserted as a
5858 @samp{X-Face:} field in the draft buffer (if
5859 @code{wl-auto-insert-x-face} is non-nil).
5860
5861
5862 @node dired-dd,  , x-face-mule, Living with other packages
5863 @subsection dired-dd(Dired-DragDrop)
5864 @pindex Dired-DragDrop
5865 @pindex Dired-DD
5866 @cindex Drag and Drop
5867
5868 If you embed @file{dired-dd-mime.el} in the dired-dd package, you can
5869 compose multi-part by simple Drag-and-Drop from dired to the draft
5870 buffer being edited in GNU Emacs (this feature is not Wanderlust
5871 specific, but general-purpose for tm/SEMI).
5872
5873 @lisp
5874 @group
5875 ;; @r{dired-dd:} http://www.asahi-net.or.jp/~pi9s-nnb/dired-dd-home.html
5876 (add-hook
5877  'dired-load-hook
5878  (function
5879   (lambda ()
5880     (load "dired-x")
5881     ;; @r{Set dired-x variables here.}
5882     ;; @r{To and flo@dots{}}
5883     (if window-system
5884         (progn (require 'dired-dd)
5885                (require 'dired-dd-mime))))))
5886 @end group
5887 @end lisp
5888
5889
5890 @node Highlights, Biff, Living with other packages, Customization
5891 @section Highlights
5892
5893 @subsection Customizable Variables
5894
5895 @table @code
5896 @item  wl-summary-highlight
5897 @vindex wl-summary-highlight
5898 The initial setting is @code{t}.
5899 If non-nil, the summary is highlighted.
5900
5901 @item  wl-highlight-max-summary-lines
5902 @vindex wl-highlight-max-summary-lines
5903 The initial setting is 10000.
5904 The summary is not highlighted if it has more lines than this value.
5905
5906 @item  wl-summary-highlight-partial-threshold
5907 @vindex wl-summary-highlight-partial-threshold
5908 The initial setting is 1000.
5909 This is a threshold whether the whole summary is highlighted.
5910 If there are more lines of messages in the summary, it is partially
5911 highlighted.
5912
5913 @item  wl-summary-partial-highlight-above-lines
5914 @vindex wl-summary-partial-highlight-above-lines
5915 The initial setting is 30.  If there are more lines of messages than
5916 @code{wl-summary-highlight-partial-threshold} in the summary, messages
5917 after the point that is the same number of lines as this value above the
5918 cursor line are highlighted partially.  (If this value is @code{nil},
5919 the last same number of lines as the value of
5920 @code{wl-summary-highlight-partial-threshold} are highlighted.)
5921
5922 @item wl-highlight-body-too
5923 @vindex  wl-highlight-body-too
5924 The initial setting is @code{t}.
5925 If non-nil, bodies of drafts and messages are also highlighted.
5926
5927 @item  wl-highlight-message-header-alist
5928 @vindex wl-highlight-message-header-alist
5929 When highlighting headers of drafts and messages, this variable
5930 specifies which faces are allocated to important
5931 (@code{wl-highlight-message-important-header-contents}), secondly
5932 important (@code{wl-highlight-message-important-header-contents2}), and
5933 unimportant (@code{wl-highlight-message-unimportant-header-contents})
5934 message headers.
5935 Similarly, it can be used for allocating arbitrary faces to arbitrary
5936 regular expressions.
5937
5938 @item wl-highlight-citation-prefix-regexp
5939 @vindex  wl-highlight-citation-prefix-regexp
5940 Specifies a regular expression to which quoted lines in bodies of 
5941 drafts and messages match.
5942 Bodies matching to this regular expression are highlighted by the faces
5943 specified by (@code{wl-highlight-message-cited-text-*}).
5944
5945 @item  wl-highlight-highlight-citation-too
5946 @vindex wl-highlight-highlight-citation-too
5947 The initial setting is @code{nil}.
5948 If non-nil, the quoting regular expression itself given by
5949 @code{wl-highlight-citation-prefix-regexp} is also highlighted.
5950
5951 @item  wl-highlight-citation-header-regexp
5952 @vindex wl-highlight-citation-header-regexp
5953 Specifies a regular expression that denotes beginning of quotation.
5954 Bodies matching to this regular expression are highlighted by the face
5955 specified by @code{wl-highlight-message-headers}.
5956
5957 @item wl-highlight-max-header-size
5958 @vindex wl-highlight-max-header-size
5959 The initial setting is @code{nil}.  If a header size is larger than this
5960 value, it will not be highlighted.  If @code{nil}, always highlighted
5961 (ignore header size).
5962
5963 @item  wl-highlight-max-message-size
5964 @vindex wl-highlight-max-message-size
5965 The initial setting is 10000.
5966 If a message is larger than this value, it will not be highlighted.
5967 With this variable, highlight is suppressed for uuencode or huge digest
5968 messages.
5969
5970 @item  wl-highlight-signature-separator
5971 @vindex wl-highlight-signature-separator
5972 Specifies regular expressions that denotes the boundary of a signature.
5973 It can be a regular expression, or a list of ones.
5974 Messages after the place that matches this regular expression are
5975 highlighted by the face specified by
5976 @code{wl-highlight-message-signature}.
5977
5978 @item  wl-max-signature-size
5979 @vindex wl-max-signature-size
5980 The initial setting is 400.
5981 This is the largest size for a signature to be highlighted.
5982
5983 @item wl-use-highlight-mouse-line
5984 @vindex  wl-use-highlight-mouse-line
5985 The initial setting is @code{t}.
5986 If non-nil, the line pointed by the mouse is highlighted in the folder
5987 mode, summary mode, and the like.
5988 @end table
5989
5990 @subsection Setting Colors and Fonts of the Characters
5991
5992 If you want to change colors or fonts of the characters, you need to
5993 modify faces defined in Wanderlust.  Use @code{set-face-font} if you
5994 want to change fonts, and @code{set-face-foreground} for colors, and so
5995 on.  You cannot write face settings in @file{.emacs}; write in
5996 @file{~/.wl}.
5997
5998 For example, if you want to change the color for signatures to yellow,
5999 write
6000
6001 @lisp
6002 (set-face-foreground 'wl-highlight-message-signature "yellow")
6003 @end lisp
6004
6005 @noindent
6006 in @file{~/.wl}.
6007
6008 Faces defined in Wanderlust:
6009
6010 @table @code
6011 @item wl-highlight-message-headers
6012 The face for field names of message headers.
6013
6014 @item wl-highlight-message-header-contents
6015 The face for field bodies of message headers.
6016
6017 @item wl-highlight-message-important-header-contents
6018 The face for important parts of message headers.
6019 Per default, this face is used for a body of @samp{Subject:} field.
6020 You can change its value by editing
6021 @code{wl-highlight-message-header-alist}.
6022
6023 @item wl-highlight-message-important-header-contents2
6024 The face for secondly important parts of message headers.
6025 Per default, this face is used for bodies of @samp{From:} and @samp{To:}
6026 fields.  You can change its value by editing
6027 @code{wl-highlight-message-header-alist}.
6028
6029 @item wl-highlight-message-unimportant-header-contents
6030 The face for unimportant parts of message headers.
6031 Per default, this face is used for bodies of @samp{X-} fields
6032 @samp{User-Agent:} fields.  You can change its value by editing
6033 @code{wl-highlight-message-header-alist}.
6034
6035 @item wl-highlight-message-citation-header
6036 The face for headers of quoted messages.
6037
6038 @item wl-highlight-message-cited-text-*
6039 The face for texts of quoted messages.  The last @samp{*} is a
6040 @var{single figure} so that 10 different colors can be used according to
6041 citation levels.
6042
6043 @item wl-highlight-message-signature
6044 The face for signatures of messages.  The initial settings are
6045 @samp{khaki} for light background colors, and @samp{DarkSlateBlue} for
6046 dark background colors.
6047
6048 @item wl-highlight-header-separator-face
6049 The face for header separators of draft messages.
6050
6051 @item wl-highlight-summary-important-face
6052 The face for message lines with important marks in the summary.
6053
6054 @item wl-highlight-summary-new-face
6055 The face for message lines with new marks in the summary.
6056
6057 @item wl-highlight-summary-displaying-face
6058 The face for the message line that is currently displayed.
6059 This face is overlaid.
6060
6061 @item wl-highlight-thread-indent-face
6062 The face for the threads that is currently displayed.
6063
6064 @item wl-highlight-summary-unread-face
6065 The face for message lines with unread marks in the summary.
6066
6067 @item wl-highlight-summary-deleted-face
6068 The face for message lines with delete marks in the summary.
6069
6070 @item wl-highlight-summary-refiled-face
6071 The face for message lines with re-file marks in the summary.
6072
6073 @item wl-highlight-refile-destination-face
6074 The face for re-file information part of message lines with re-file
6075 marks in the summary.
6076
6077 @item wl-highlight-summary-copied-face
6078 The face for message lines with copy marks in the summary.
6079
6080 @item wl-highlight-summary-target-face
6081 The face for message lines with target marks @samp{*} in the summary.
6082
6083 @item wl-highlight-summary-thread-top-face
6084 The face for message lines that are on the top of the thread in the
6085 summary.
6086
6087 @item wl-highlight-summary-normal-face
6088 The face for message lines that are not on top of the thread in the
6089 summary.
6090
6091 @item wl-highlight-folder-unknown-face
6092 The face for folders that are not known to have how many unsync messages
6093 in the folder mode.
6094
6095 @item wl-highlight-folder-zero-face
6096 The face for folders that have no unsync messages in the folder mode.
6097
6098 @item wl-highlight-folder-few-face
6099 The face for folders that have some unsync messages in the folder mode.
6100
6101 @item wl-highlight-folder-many-face
6102 The face for folders that have many unsync messages in the folder mode.
6103 The boundary between `some' and `many' is specified by the variable
6104 @code{wl-folder-many-unsync-threshold}.
6105
6106 @item wl-highlight-folder-unread-face
6107 The face for folders that have no unsync but unread messages in the
6108 folder mode.
6109
6110 @item wl-highlight-folder-killed-face
6111 The face for folders that are deleted from the access group in the
6112 folder mode.
6113
6114 @item wl-highlight-folder-opened-face
6115 The face for open groups in the folder mode.
6116 It is meaningful when @code{wl-highlight-group-folder-by-numbers} is
6117 @code{nil} or a @var{number}.
6118
6119 @item wl-highlight-folder-closed-face
6120 The face for close groups in the folder mode.
6121 It is meaningful when @code{wl-highlight-group-folder-by-numbers} is
6122 @code{nil} or a @var{number}.
6123
6124 @item wl-highlight-folder-path-face
6125 The face for the path to the currently selected folder in the folder
6126 mode.
6127
6128 @item wl-highlight-logo-face
6129 The face for logo in the demo.
6130
6131 @item wl-highlight-demo-face
6132 The face for strings (for example, a version number) in the demo.
6133 @end table
6134
6135
6136 @node Biff, Advanced Settings, Highlights, Customization
6137 @section Notify Mail arrival
6138 @cindex Biff
6139
6140 Following setting is to notify mail arrival of @samp{%inbox}
6141 by the indicator on the modeline
6142
6143 @lisp
6144 (setq wl-biff-check-folder-list '("%inbox"))
6145 @end lisp
6146
6147 @subsection Customizable Variables
6148 @table @code
6149 @item wl-biff-check-folder-list
6150 @vindex wl-biff-check-folder-list
6151 The initial setting is @code{nil}.
6152 This is the list of folders to check mail arrival.
6153 If @code{nil}, wl doesn't check mail arrival.
6154
6155 @item wl-biff-check-interval
6156 @vindex wl-biff-check-interval
6157 The initial setting is 40 (in seconds).
6158 Check mail arrival in this period. 
6159 @end table
6160
6161
6162 @node Advanced Settings, Customizable Variables, Biff, Customization
6163 @section Advanced Settings
6164
6165 @menu
6166 * Draft for Reply::             Draft for Reply
6167 * Thread Format::               Appearance of Thread
6168 * User-Agent Field::            @samp{User-Agent:} Header Field
6169 @end menu
6170
6171
6172 @node Draft for Reply, Thread Format, Advanced Settings, Advanced Settings
6173 @subsection Draft for Replay
6174
6175 If you want, when you replying to articles in mailing lists, the address
6176 in Reply-To field of the original message to be prepared to To field of
6177 the reply draft by simply pressing @kbd{a} in the summary mode, try the
6178 following settings:
6179
6180 @lisp
6181 @group
6182 (setq wl-draft-reply-without-argument-list
6183       '(("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
6184         ("Followup-To" . (nil nil ("Followup-To")))
6185         (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
6186         ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
6187 @end group
6188 @end lisp
6189
6190 @noindent
6191 (Only if there are both of @samp{X-ML-Name:} and @samp{Reply-To:} fields
6192 in the original message, @samp{Reply-To:} field in the original is
6193 copied to @samp{To:} field.)
6194
6195 Moreover, the behavior of @kbd{a} with prefix argument can 
6196 be directed by @code{wl-draft-reply-with-argument-list} as well.
6197
6198 @node Thread Format, User-Agent Field, Draft for Reply, Advanced Settings
6199 @subsection Appearance of Threads
6200
6201 @example
6202 @group
6203   389  09/18(Fri)01:07 [ Teranishi         ] wl-0.6.3
6204   390  09/18(Fri)07:25 +-[ Tsumura-san       ]
6205   391  09/18(Fri)19:24 +-[ Murata-san        ]
6206   392  09/20(Sun)21:49 +-[ Okunishi-san      ]
6207   396  09/20(Sun)22:11 | +-[ Tsumura-san       ]
6208   398  09/21(Mon)00:17 |   +-[ Tsumura-san       ]
6209   408  09/21(Mon)22:37 |     +-[ Okunishi-san      ]
6210   411  09/22(Tue)01:34 |       +-[ Tsumura-san       ]
6211   412  09/22(Tue)09:28 |       +-[ Teranishi         ]
6212   415  09/22(Tue)11:52 |         +-[ Tsumura-san       ]
6213   416  09/22(Tue)12:38 |           +-[ Teranishi         ]
6214   395  09/20(Sun)21:49 +-[ Okunishi-san      ]
6215   397  09/21(Mon)00:15 +-[ Okunishi-san      ]
6216 @end group
6217 @end example
6218
6219 Settings to make appearance of threads like shown above:
6220
6221 @lisp
6222 @group
6223 (setq wl-thread-indent-level 2)
6224 (setq wl-thread-have-younger-brother-str "+")
6225 (setq wl-thread-youngest-child-str       "+")
6226 (setq wl-thread-vertical-str             "|")
6227 (setq wl-thread-horizontal-str           "-")
6228 (setq wl-thread-space-str                " ")
6229 @end group
6230 @end lisp
6231
6232 If you do not want to see branches, do the following:
6233
6234 @lisp
6235 @group
6236 (setq wl-thread-indent-level 2)
6237 (setq wl-thread-have-younger-brother-str " ")
6238 (setq wl-thread-youngest-child-str       " ")
6239 (setq wl-thread-vertical-str             " ")
6240 (setq wl-thread-horizontal-str           " ")
6241 (setq wl-thread-space-str                " ")
6242 @end group
6243 @end lisp
6244
6245
6246 @node User-Agent Field,  , Thread Format, Advanced Settings
6247 @subsection User-Agent Field
6248 @cindex X-Mailer
6249 @cindex User-Agent
6250
6251 If you are eccentric enough to elaborate @samp{X-Mailer:} or
6252 @samp{User-Agent:} fields, define a function that generate appropriate
6253 strings as you like, and set it to variable
6254 @code{wl-generate-mailer-string-func}.
6255
6256 If you do not want verbose @samp{User-Agent:} field, do the following:
6257
6258 @lisp
6259 @group
6260 (setq wl-generate-mailer-string-func
6261       (function
6262        (lambda ()
6263          (concat "User-Agent: "
6264                  (wl-generate-user-agent-string-1 nil)))))
6265 @end group
6266 @end lisp
6267
6268 The following is a example:
6269
6270 @lisp
6271 @group
6272 (setq mime-edit-insert-user-agent-field nil)
6273 (setq wl-generate-mailer-string-func
6274       (function
6275        (lambda ()
6276          (format "X-Mailer: %s" (product-string-1 'wl-version)))))
6277 @end group
6278 @end lisp
6279
6280
6281 @node Customizable Variables, Hooks, Advanced Settings, Customization
6282 @section Customizable Variables
6283
6284 Customizable variables that have not been described yet:
6285
6286 @table @code
6287 @item wl-default-folder
6288 @vindex wl-default-folder
6289 The initial setting is @samp{%inbox}.  This is the default value for moving to
6290 a folder and the like.
6291
6292 @item wl-draft-folder
6293 @vindex wl-draft-folder
6294 The initial setting is @samp{+draft}.  It is the folder to which drafts are
6295 saved.  It must be a localdir folder.
6296
6297 @item wl-trash-folder
6298 @vindex wl-trash-folder
6299 The initial setting is @samp{+trash}.  It is the wastebasket folder.
6300 If you changed this variable, you had better restart Wanderlust.
6301
6302 @item wl-interactive-exit
6303 @vindex wl-interactive-exit
6304 The initial setting is @code{t}.
6305 If non-nil, you are asked for confirmation when Wanderlust terminates.
6306
6307 @item wl-interactive-send
6308 @vindex wl-interactive-send
6309 The initial setting is @code{nil}.
6310 If non-nil, you are asked for confirmation when mail is sent.
6311
6312 @item wl-folder-sync-range-alist
6313 @vindex wl-folder-sync-range-alist
6314 The initial setting is the alist shown below:
6315
6316 @lisp
6317 @group
6318 (("^&.*$" . "all")
6319  ("^\\+draft$\\|^\\+queue$" . "all"))
6320 @end group
6321 @end lisp
6322
6323 @noindent
6324 This is an associative list of regular expressions of folder names and
6325 update range of the summary.  Update range is one of the @samp{all},
6326 @samp{update}, @samp{rescan}, @samp{rescan-noscore}, @samp{first} and
6327 @samp{last}. If a folder do not match, @samp{update} is used.
6328
6329 @item wl-ask-range
6330 @vindex wl-ask-range
6331 The initial setting is @code{t}.
6332 If @code{nil}, the value of @code{wl-folder-sync-range-alist} is used
6333 for updating the summary when you changed folders.
6334
6335 @item wl-mime-charset
6336 @vindex wl-mime-charset
6337 The initial setting is @code{x-ctext}.
6338 This is the MIME charset for messages that are not MIME (e.g. without
6339 @samp{Content-Type:}). This value also used as default charset for
6340 summary.  (If you want to share Summary on Nemacs and other Emacsen, set
6341 this value as @code{iso-2022-jp}.)
6342
6343 @item wl-highlight-folder-with-icon
6344 @vindex wl-highlight-folder-with-icon
6345 This is meaningful for XEmacs or Emacs 21..  The initial setting depends
6346 on Emacsen (@code{t} for XEmacs or Emacs 21 with icons).
6347
6348 @item wl-strict-diff-folders
6349 @vindex wl-strict-diff-folders
6350 This is a list of regular expressions of folders.
6351 Unread messages are checked, for example when you press @kbd{s} in
6352 the folder mode, usually in a brief way (rapidly processed but not
6353 accurate).
6354 The folders matching this variable are seriously checked.
6355 You may want to set this variable so as to match conditional filter
6356 folders for IMAP4 folders.
6357 The initial setting is @code{nil}.
6358
6359 @item wl-folder-use-server-diff
6360 @vindex wl-folder-use-server-diff
6361 When unread messages are checked, for example when you press @kbd{s} in
6362 the folder mode, usually (the number of messages on the server) @minus{}
6363 (the number of local messages) will be the number of unread messages.
6364 However, if this variable is non-nil, the number of unread messages on
6365 the server is checked.  This affects IMAP4 folders only, but IMAP4
6366 folders in mail boxes matching
6367 @code{elmo-imap4-disuse-server-flag-mailbox-regexp} are not checked for
6368 the number of unread messages on the server, even if they matches this
6369 variable.  The initial setting is @code{t}.
6370
6371 @item wl-auto-check-folder-name
6372 @vindex wl-auto-check-folder-name
6373 The initial setting is @code{nil}.
6374 If non-nil, the folder with the name of the value is checked for unread
6375 messages at the start.
6376 If it is @code{none}, no folders are checked.
6377 If it is a list, all folders in the list are checked at the start.
6378
6379 @item wl-auto-uncheck-folder-list
6380 @vindex wl-auto-uncheck-folder-list
6381 The initial setting is the list shown below:
6382
6383 @lisp
6384 @group
6385 ("\\$.*")
6386 @end group
6387 @end lisp
6388
6389 @noindent
6390 Folders with the name matching this variable are not checked for unread
6391 messages at the start, even if they are included in the groups in
6392 @code{wl-auto-check-folder-name}.
6393
6394 @item wl-auto-check-folder-list
6395 @vindex wl-auto-check-folder-list
6396 The initial setting is @code{nil}.
6397 Folders with the name matching this variable are always checked for
6398 unread messages at the start, if they are included in the groups in
6399 @code{wl-auto-check-folder-name}.
6400 This takes precedence over @code{wl-auto-uncheck-folder-list}.
6401
6402 @item wl-no-save-folder-list
6403 @vindex wl-no-save-folder-list
6404 The initial setting is the list shown below:
6405
6406 @lisp
6407 @group
6408 ("^/.*$")
6409 @end group
6410 @end lisp
6411
6412 @noindent
6413 This is a list of regular expressions of folders not to be saved.
6414
6415 @item wl-save-folder-list
6416 @vindex wl-save-folder-list
6417 The initial setting is @code{nil}.
6418 This is a list of regular expressions of folders to be saved.
6419 This takes precedence over @code{wl-no-save-folder-list}.
6420
6421 @item wl-folder-mime-charset-alist
6422 @vindex wl-folder-mime-charset-alist
6423 The initial setting is the alist shown below:
6424
6425 @lisp
6426 @group
6427 (("^-alt\\.chinese" . big5)
6428  ("^-relcom\\." . koi8-r)
6429  ("^-tw\\." . big5)
6430  ("^-han\\." . euc-kr))
6431 @end group
6432 @end lisp
6433
6434 @noindent
6435 This is an associative list of regular expressions of folder names and
6436 MIME charsets.
6437 If a folder do not match, @code{wl-mime-charset} is used.
6438
6439 @item wl-folder-init-load-access-folders
6440 @vindex wl-folder-init-load-access-folders
6441 The initial setting is @code{nil}.
6442 This is a list of access groups to be loaded specifically at the start.
6443 If it is @code{nil}, @code{wl-folder-init-no-load-access-folders} is referred.
6444
6445 @item wl-folder-init-no-load-access-folders
6446 @vindex wl-folder-init-no-load-access-folders
6447 The initial setting is @code{nil}.
6448 This is a list of access groups not to be loaded specifically at the
6449 start.
6450 It is ignored if @code{wl-folder-init-load-access-folders} is non-nil.
6451
6452 @item wl-delete-folder-alist
6453 @vindex wl-delete-folder-alist
6454 The initial setting is the alist shown below:
6455
6456 @lisp
6457 @group
6458 (("^-" . remove))
6459 @end group
6460 @end lisp
6461
6462 @noindent
6463 This list determines disposition of messages with delete marks.
6464 Each item in the list is a folder and destination; you can specify any
6465 one of the following in the place of destination:
6466
6467 @example
6468 @code{remove} or @code{null} : deletes the messages instantly.
6469 string             : moves the messages to the specific folder.
6470 @code{trash} or others  : moves the messages to @code{wl-trash-folder}.
6471 @end example
6472
6473 @item wl-refile-policy-alist
6474 @vindex wl-refile-policy-alist
6475 The initial setting is the list shown below:
6476
6477 @lisp
6478 @group
6479 (("^[-=]" . copy)
6480  (".*" . move))
6481 @end group
6482 @end lisp
6483
6484 @noindent
6485 This list determines whether messages with re-file marks are moved or
6486 copied.  Each item in the list is a cons cell of a folder and
6487 @code{copy} or @code{move}.
6488
6489 @item wl-x-face-file
6490 @vindex wl-x-face-file
6491 The initial setting is @file{~/.xface}.
6492 The name of the file that contains encoded X-Face strings.
6493 @xref{x-face-mule}.
6494
6495 @item wl-demo-display-logo
6496 @vindex wl-demo-display-logo
6497 If non-nil, bitmap image is shown on the opening demo.  If you set
6498 @code{xpm} or @code{xbm}, (if possible) display selected image type
6499 logo.
6500
6501 @item elmo-use-database
6502 @vindex  elmo-use-database
6503 This is meaningful for XEmacs only.  The initial setting depends on
6504 XEmacs (@code{t} for XEmacs with dbm).
6505 If non-nil, Message-ID is controlled by dbm.
6506
6507 @item elmo-passwd-alist-file-name
6508 @vindex elmo-passwd-alist-file-name
6509 The initial setting is @file{passwd}.
6510 This is the name of the file in which passwords are saved.
6511 @code{elmo-passwd-alist-save} saves current passwords to the file.
6512
6513 @item elmo-nntp-list-folders-use-cache
6514 @vindex elmo-nntp-list-folders-use-cache
6515 The initial setting is 600 (in seconds).
6516 This is period in seconds during which results of @samp{list} and
6517 @samp{list active} in NNTP are cached.  If it is @code{nil}, they are
6518 not cached.
6519
6520 @item elmo-nntp-max-number-precedes-list-active
6521 @vindex elmo-nntp-max-number-precedes-list-active
6522 The initial setting is @code{nil}.
6523 If non-nil, the number of article obtained by @samp{list active} in NNTP
6524 are used as the maximum article number of the folder.
6525 Set this to @code{t} if you are using for example INN 2.3 as an NNTP server,
6526 and if the number of read messages is not correct.
6527
6528 @item elmo-nntp-default-use-listgroup
6529 @vindex elmo-nntp-default-use-listgroup
6530 The initial setting is @code{t}.
6531 If non-nil, @samp{listgroup} is used for checking the total number of
6532 articles.  If it is @code{nil}, @samp{group} is used.  In the latter
6533 case, the processing will be a little faster at the sacrifice of
6534 accuracy.
6535
6536 @item elmo-pop3-send-command-synchronously
6537 @vindex elmo-pop3-send-command-synchronously
6538 The initial setting is @code{nil}.
6539 If non-nil, POP3 commands are issued synchronously.  Some implementation
6540 of POP3 server fails to get summary information without this setting.
6541 You may have to set this variable to @code{t}, if the process hangs
6542 while looking up POP3.
6543
6544 @item elmo-dop-flush-confirm
6545 @vindex elmo-dop-flush-confirm
6546 The initial setting is @code{t}.
6547 If non-nil, you are asked for confirmation if accumulated off-line
6548 operations are executed.
6549
6550 @item elmo-display-progress-threshold
6551 @vindex elmo-display-progress-threshold
6552 The initial setting is 20.
6553 Threshold for display of progress gauge.  If number of renewal is more than
6554 this value, display progress gauge.
6555 @end table
6556
6557
6558 @node Hooks,  , Customizable Variables, Customization
6559 @section Hooks
6560
6561 (Not yet written)
6562
6563
6564 @node Mailing List, Addition, Customization, Top
6565 @chapter Wanderlust Mailing List
6566 @cindex Bug report
6567 @cindex Backtrace
6568
6569 @display
6570 Wanderlust Mailing List @t{<wl@@lists.airs.net>}
6571 @end display
6572
6573 Topics related to Wanderlust are discussed in the mailing list.
6574 The latest version is also announced there (in Japanese, sorry).
6575
6576 A guide can be obtained automatically by sending mail to
6577 @t{wl-ctl@@lists.airs.net} with the body
6578
6579 @example
6580 # guide
6581 @end example
6582 Please send bug reports or patches to the mailing list.  You can post to
6583 the mailing list even though you are not a member of it.
6584
6585 If you send a bug report, please attach Backtrace with it.
6586 @footnote{@uref{http://www.jpl.org/elips/BUGS-ja.html} describes how to
6587 in Japanese.}
6588
6589 I would like to express my thanks to the members of the mailing list for 
6590 valuable advice and many pieces of code they contributed.
6591
6592
6593 @node Addition, Index, Mailing List, Top
6594 @chapter Additional Information
6595
6596 @section Brief History
6597
6598 @example
6599 1998  3/05    Tried to make a prototype that displays MH messages in threads.
6600       3/10    Made a msgdb mechanism by elisp.
6601       3/26    IMAP and NNTP can be displayed in threads.
6602       4/13    Began to assemble thread display modules as elmo.
6603       5/01    Finished 0.1.0, initial version with many defects.
6604       6/12    I made a slip of the tongue and said I was writing elisp
6605               mailer supporting IMAP
6606       6/16    0.1.3 was announced at tm-ja, elisp ML.
6607       6/22    Thanks to Kitame-san, the mailing list started at northeye.org.
6608       7/01    Support for mm-backend (0.3.0).
6609       8/25    multi folder added (0.5.0).
6610       8/28    filter folder added (0.5.1).
6611       9/10    You can open/close threads (0.6.0).
6612       9/11    fldmgr by Murata-san made editing folders easy.
6613       9/18    lha folders added by Okunishi-san (0.6.3).
6614       9/24    Display of branches of threads (0.6.5).
6615       9/28    Compression folder supporting multiple archivers by Okunishi-san.
6616      10/28    Off-line operations (0.7.4).
6617      12/09    Becomes beta version.
6618      12/21    wl-expire by Murata-san.
6619 1999  2/03    auto-refile by Tsumura-san.
6620       4/28    wl-template by Murata-san.
6621       5/18    Released 1.0.0 stable.
6622       7/05    Scoring by Murata-san (2.1.0).
6623       9/26    New plugged system by Murata-san (2.2.2).
6624      12/20    Support Modified UTF7.
6625 2000  3/24    Released 1.1.0 stable.
6626       4/03    CVS development started.
6627       5/07    Thread restoration & Its speed up with Murata-san.
6628       6/12    Address completion with LDAP with Chiba-san & Goto-san.
6629       7/11    killed message feature.
6630       7/18    Use UIDL in POP3.
6631       9/12    biff feature with Satata-san & Yamaoka-san.
6632 @end example
6633
6634 See @file{ChangeLog} for details.
6635
6636 @section The Name
6637
6638 According to a dictionary, Wanderlust has the meaning:
6639
6640 @display
6641 wanderlust
6642   n eager longing for or impulse towards travelling in distant lands
6643   [Ger, fr wandern to wander + lust desire, pleasure]
6644 @end display
6645
6646 @noindent
6647 but I had no profound intention.  (if farfetched, IMAP @result{} you can
6648 read mail anywhere @result{} desire to wander ?)
6649
6650 Elmo is the abbreviation of @samp{Elisp Library for Message
6651 Orchestration}.  At first I meant the red puppet in the Sesame Street,
6652 but you may associate it with Wandering @result{} Drifting @result{}
6653 Guidepost @result{} St.@: Elmo's fire @result{} elmo.
6654
6655 @section Code Names
6656
6657 Each versions has code names (they are almost jokes).
6658 Currently they are picked up alphabetically from the top 40 hits of
6659 U.S. Billboard magazines in 1980s.
6660
6661 (@uref{http://lyrics.natalnet.com.br/html/top40/index.html})
6662
6663
6664 @node Index,  , Addition, Top
6665 @unnumbered Index
6666
6667 @menu
6668 * Concept Index::               Concept Index
6669 * Key Index::                   Key Index
6670 * Variable Index::              Variable Index
6671 * Function Index::              Function Index
6672 @end menu
6673
6674 @node Concept Index, Key Index, Index, Index
6675 @unnumberedsec Concept Index
6676 @printindex cp
6677
6678 @node Key Index, Variable Index, Concept Index, Index
6679 @unnumberedsec Key Index
6680 @printindex ky
6681
6682 @node Variable Index, Function Index, Key Index, Index
6683 @unnumberedsec Variable Index
6684 @printindex vr
6685
6686 @node Function Index,  , Variable Index, Index
6687 @unnumberedsec Function Index
6688 @printindex fn
6689
6690 @summarycontents
6691 @contents
6692 @bye
6693
6694 @c Local Variables: 
6695 @c fill-column: 72
6696 @c End: