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