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