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