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