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