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