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