ccff474b48c6a86045a3dc9dff09de5f1fdabbd3
[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 Initially, the cursor is at the @samp{To:} field.  Fill in recipients
4135 addresses.  @kbd{@key{TAB}} completes them.
4136
4137 You can use following headers to specify recipients. Add some of them
4138 by yourself. Field names can be completed by @kbd{@key{TAB}}.
4139
4140 @table @asis
4141 @item @samp{Newsgroups:}
4142 Specify newsgroups to which you post the news article.
4143
4144 @item @samp{Cc:}
4145 Specify addresses to send a copy (Carbon Copy) of the message.
4146 @end table
4147
4148 Following ones are removed from the header contents before sending.
4149
4150 @table @asis
4151 @item @samp{Bcc:}
4152 Specify addresses to send a copy (Blind Carbon Copy) of the message.
4153
4154 @item @samp{Fcc:}
4155 Specify folders in which a copy of the message is saved.
4156
4157 @item @samp{Ecc:}
4158 Specify recipients to send encapsulated copy of the message.
4159 @end table
4160
4161 You can add initial headers by following variables.
4162
4163 @table @code
4164
4165 @item wl-fcc
4166 @vindex wl-fcc
4167 The initial setting is @code{nil}.
4168 If non-nil, the value of this variable is inserted as a @samp{Fcc:} of
4169 the draft when it is prepared.  If function is specified, its return
4170 value is used.
4171
4172 @item wl-bcc
4173 @vindex wl-bcc
4174 The initial setting is @code{nil}.
4175 If non-nil, the value of this variable is inserted as a @samp{Bcc:} of
4176 the draft when it is prepared.
4177 @end table
4178
4179 @node Editing Message Body, Dynamical Message Re-arrangement, Editing Header, Usage of Draft Mode
4180 @subsection Editing Messages
4181
4182 Multi-part editing utilize MIME edit mode of SEMI.  For procedures of
4183 editing, refer to respective documents.  @xref{MIME-Edit, , ,mime-ui-en,
4184 a MIME user interface for GNU Emacs}.
4185 You can also see help by @kbd{C-c C-x ?} in draft buffer.
4186
4187 If you save the draft buffer you are editing, it is appended to the
4188 folder specified by @code{wl-draft-folder}.
4189
4190 @node Dynamical Message Re-arrangement, Template, Editing Message Body, Usage of Draft Mode
4191 @subsection Dynamic Modification of Messages
4192 @vindex wl-draft-config-alist
4193 @c @cindex Change Message
4194 @c @cindex Message, Change Dynamic
4195
4196 You can set @code{wl-draft-config-alist} so that header and body of the
4197 message will automatically modified depending on information of header
4198 and others.
4199
4200 The initial setting of @code{wl-draft-config-alist} is @code{nil}.
4201
4202 In the example below, the header is modified when
4203 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.  You
4204 can set @code{wl-interactive-send} to non-nil so as to confirm changes
4205 before sending the message.
4206
4207 @lisp
4208 @group
4209 (setq wl-draft-config-alist
4210       '(((string-match "aaa\\.example\\.com$" (system-name))
4211          ;; @r{applied if the expression is non-nil}
4212          (wl-smtp-posting-server . "mailserver-B")
4213          (wl-nntp-posting-server . "newsserver-B")
4214          ;; @r{settings of temporary variables}
4215          )
4216         ("^To: .*user@@aaa\\.bbb\\.example\\.com"
4217          ;; @r{applied if it matches the header of the draft buffer}
4218          ("Organization" . (format "Go %s" my-webpage)))
4219                        ;; @r{you can write elisp expressions here (eval only)}
4220          (top . "Hello.\n")    ;; @r{inserted at the top of the body}
4221          (bottom . "\nBye.\n") ;; @r{inserted at the bottom of the body}
4222         ))
4223 @end group
4224 @end lisp
4225
4226 The format of @code{wl-draft-config-alist} is:
4227
4228 @example
4229 @group
4230 '(("@var{regexp of the header}" or @var{elisp expression}
4231   ("@var{Field}" . value(@var{elisp expression}))
4232    (@var{variable} . value(@var{elisp expression}))
4233    (@var{sub-function} . value(@var{elisp expression}))
4234    @var{function}
4235    @dots{})
4236   ("@var{regexp of the header}" or @var{elisp expression}
4237    ("@var{Field}" . value(@var{elisp expression}))
4238    @dots{}))
4239 @end group
4240 @end example
4241
4242 Per default, there are 10 following sub-functions.
4243
4244 @example
4245 'header:      Inserts the specified string at the bottom of the header.
4246 'header-top:  Inserts the specified string at the top of the header.
4247 'header-file: Inserts the specified file at the bottom of the header.
4248 'x-face:      Inserts @samp{X-Face:} field with the content of the specified file.
4249 'top:         Inserts the specified string at the top of the body.
4250 'top-file:    Inserts the specified file at the top of the body.
4251 'body:        Replaces the body with the specified string.
4252               Specifying @code{nil} deletes the entire body string.
4253 'body-file:   Replaces the body with the content of the specified file.
4254 'bottom:      Inserts the specified string at the bottom of the body.
4255 'bottom-file: Inserts the specified file at the top of the body.
4256 'part-top:  Inserts the specified string at the top of the current part.
4257 'part-bottom: Inserts the specified string at the bottom of the current part.
4258 'template:    Applies the specified template.
4259               (refer to the next subsection)
4260 @end example
4261
4262 These are defined in @code{wl-draft-config-sub-func-alist} and you can
4263 change them or add your own functions.  If you read the code, you can
4264 easily find how to write the functions.
4265
4266 At the first of each item, @var{a regular expression of the header} or
4267 an @var{elisp expression} should be specified.  In the case of an elisp
4268 expression, the item is applied when the expression is evaluated
4269 non-nil.
4270
4271 Per default, when multiple items match or are evaluated non-nil, all
4272 such items are applied, but if you set a variable
4273 @code{wl-draft-config-matchone} to @code{t}, only the first matching one
4274 is applied.
4275
4276 At the second of the item, a cons or a list of functions should be
4277 specified.  The car part of the cons should be a header field, a
4278 variable, or a sub-function.  When a header field is specified, the
4279 field will be modified.  If a variable is specified, the value of the
4280 variable will be modified temporarily.
4281
4282 In the cdr part of a cons, not only a variable but also an elisp
4283 expression can be specified as is.  If the car part is a header field
4284 and the cdr part is @code{nil}, the field will be deleted.
4285
4286 See the next example as well:
4287
4288 @lisp
4289 @group
4290 (setq wl-draft-config-alist
4291       '((reply                         ;; @r{(1)}
4292          "X-ML-Name: \\(Wanderlust\\|emacs-mime-ja\\|apel-ja\\)"
4293          ;; @r{applied if it matches the header of the buffer being replied}
4294          (body . "  Hello.\n")
4295          (template . "default")
4296          )))
4297 @end group
4298 @end lisp
4299
4300 As in the (1) above, if a header regexp is prepended with @code{reply},
4301 it is applied when the draft is prepared by @code{wl-summary-reply} for
4302 example, and when it matches the header being replied.  It is ignored
4303 when there is no buffer being replied, like after @code{wl-draft} was
4304 invoked.
4305
4306 If you want to use name of parent folder, you can refer the buffer local
4307 variable @code{wl-draft-parent-folder}. In the following example, Wanderlust
4308 changes From according to the folder name of the summary in which the draft
4309 was invoked.
4310
4311 @lisp
4312 @group
4313 (setq wl-draft-config-alist
4314       '(((string-match \".*@@domain1$\" wl-draft-parent-folder)
4315          (\"From\" . \"user@@domain1\"))
4316         ((string-match \".*@@domain2$\" wl-draft-parent-folder)
4317          (\"From\" . \"user@@domain2\"))))
4318 @end group
4319 @end lisp
4320
4321
4322 Note that @code{wl-draft-config-alist} is applied only once when
4323 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked.
4324 Therefore, if you want to apply @code{wl-draft-config-alist} again after
4325 aborting transmission, execute @kbd{C-c C-e}
4326 (@code{wl-draft-config-exec}) explicitly.
4327
4328 If you don't want to apply @code{wl-draft-config-alist} when
4329 @code{wl-draft-send-and-exit} or @code{wl-draft-send} is invoked,
4330 do the following:
4331
4332 @lisp
4333 (remove-hook 'wl-draft-send-hook 'wl-draft-config-exec)
4334 @end lisp
4335
4336 If you want to apply @code{wl-draft-config-alist} when a draft buffer is
4337 prepared, do the following:
4338
4339 @lisp
4340 (add-hook 'wl-mail-setup-hook 'wl-draft-config-exec)
4341 @end lisp
4342
4343 If you want to apply @code{wl-draft-config-alist} when you re-edit a mail
4344 from summary mode by typing @kbd{E}(@code{wl-summary-reedit}), do the
4345 following:
4346
4347 @lisp
4348 (add-hook 'wl-draft-reedit-hook 'wl-draft-config-exec)
4349 @end lisp
4350
4351 @node Template, POP-before-SMTP, Dynamical Message Re-arrangement, Usage of Draft Mode
4352 @subsection Inserting Templates
4353 @cindex Template
4354 @cindex Apply Template
4355
4356 Set a variable @code{wl-template-alist}, and type @kbd{C-c C-j} or
4357 @kbd{M-x wl-template-select} in the draft buffer.
4358
4359 The format of @code{wl-template-alist} is almost the same as
4360 @code{wl-draft-config-alist}.
4361
4362 @lisp
4363 @group
4364 (setq wl-template-alist
4365       '(("default"
4366          ("From" . wl-from)
4367          ("Organization" . "Example Co.Ltd.")
4368          (body . "Hello.\n"))
4369         ("report"
4370          (template . "default")                 ;; @r{(a)}
4371          ("To" . "boss@@example.com")
4372          ("Subject" . "Report")
4373          (body-file . "~/work/report.txt")
4374          )
4375         ))
4376 @end group
4377 @end lisp
4378
4379 As you can see, the only difference is item (template) names such as
4380 @samp{default} and @samp{report}, instead of a regexp of header.
4381 Because definition of each item is the same as
4382 @code{wl-draft-config-alist}, you can call another template, like (a).
4383
4384 Executing the command @code{wl-template-select} results in template
4385 selection, but the result differs depending on variable
4386 @code{wl-template-visible-select}.
4387
4388 If @code{wl-template-visible-select} is @code{t} (default), a buffer
4389 window is shown below the draft buffer.  You can select a template by
4390 @kbd{n} and @kbd{p} seeing the buffer window.
4391
4392 Press the @key{RET} key and the template is actually applied to the draft
4393 buffer.  If you press @kbd{q}, nothing is applied.  In addition, you can
4394 adjust the window size by @code{wl-template-buffer-lines}.
4395
4396 If @code{wl-template-visible-select} is @code{nil}, you should type the
4397 name of the template in the mini buffer.
4398
4399 As shown in the example in @code{wl-draft-config-alist}, you can select
4400 @samp{default} template by writing:
4401
4402 @lisp
4403 (template . "default")
4404 @end lisp
4405
4406 @node POP-before-SMTP,  , Template, Usage of Draft Mode
4407 @subsection Sending mail by POP-before-SMTP
4408 @cindex POP-before-SMTP
4409
4410 You can send mail by POP-before-SMTP with this single line:
4411
4412 @lisp
4413 (setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp)
4414 @end lisp
4415
4416 @noindent
4417 Configure the following variables if you need.
4418
4419 @table @code
4420 @item wl-pop-before-smtp-user
4421 The POP user name for POP-before-SMTP authentication.
4422 If unset, @code{elmo-pop3-default-user} is used.
4423
4424 @item wl-pop-before-smtp-server
4425 The POP server name for POP-before-SMTP authentication.
4426 If unset, @code{elmo-pop3-default-server} is used.
4427
4428 @item wl-pop-before-smtp-authenticate-type
4429 The POP authentication method for POP-before-SMTP authentication.
4430 If unset, @code{elmo-pop3-default-authenticate-type} is used.
4431
4432 @item wl-pop-before-smtp-port
4433 The POP port number for POP-before-SMTP authentication.
4434 If unset, @code{elmo-pop3-default-port} is used.
4435
4436 @item wl-pop-before-smtp-stream-type
4437 If non-nil, POP connection is established using SSL.  If
4438 @code{starttls}, STARTTLS (RFC2595) connection will be established.  If
4439 unset, @code{elmo-pop3-default-stream-type} is used.
4440 @end table
4441
4442 If variables for POP-before-SMTP (@code{wl-pop-before-smtp-*}) are
4443 unset, settings for POP folders (@code{elmo-pop3-default-*}) are
4444 used.
4445 Therefore, if SMTP server and POP server are actually the same, and if
4446 POP folder per default (such as @samp{&}) is available, no settings are
4447 required.
4448
4449 Refer to the following URL about POP-before-SMTP.
4450
4451 @example
4452 @group
4453 http://spam.ayamura.org/tools/smPbS.html
4454 http://www.iecc.com/pop-before-smtp.html
4455 @end group
4456 @end example
4457
4458
4459 @node Key Bindings of Draft, Variables of Draft Mode, Usage of Draft Mode, Draft
4460 @section Key Bindings
4461 @cindex Keybind, Draft Mode
4462 @cindex Keybind, Draft Buffer
4463
4464 @table @kbd
4465
4466 @item C-c C-y
4467 @kindex C-c C-y (Draft)
4468 @findex wl-draft-yank-original
4469 Cites the content of the current message buffer (the part under cursor).
4470 If the region is active, cites the region (it affects only if
4471 @code{transient-mark-mode} (on GNU Emacs) or @code{zmacs-regions}
4472 (on XEmacs) is Non-nil).
4473 (@code{wl-draft-yank-original})
4474
4475 @item C-c C-p
4476 @kindex C-c C-p (Draft)
4477 @findex wl-draft-preview-message
4478 Previews the content of the current draft.
4479 This is useful for previewing MIME multi-part messages.
4480 (@code{wl-draft-preview-message})
4481
4482 @item C-c C-s
4483 @kindex C-c C-s (Draft)
4484 @findex wl-draft-send
4485 Sends the content of the current draft.  Does not erase the draft buffer.
4486 This is useful for sending multiple messages, which are a little different
4487 from each other.
4488 (@code{wl-draft-send})
4489
4490 @item C-c C-c
4491 @kindex C-c C-c (Draft)
4492 @findex wl-draft-send-and-exit
4493 Sends the content of the current draft and erases the draft buffer.
4494 (@code{wl-draft-send-and-exit})
4495
4496 @item C-x C-s
4497 @kindex C-x C-s (Draft)
4498 @findex wl-draft-save
4499 Save the current draft.
4500 (@code{wl-draft-save})
4501
4502 @item C-c C-k
4503 @kindex C-c C-k (Draft)
4504 @findex wl-draft-kill
4505 Kills the current draft.
4506 (@code{wl-draft-kill})
4507
4508 @item C-x k
4509 @kindex C-x k (Draft)
4510 @findex wl-draft-mimic-kill-buffer
4511 Kills the current draft.
4512 (@code{wl-draft-mimic-kill-buffer})
4513
4514 @item C-c C-z
4515 @kindex C-c C-z (Draft)
4516 @findex wl-draft-save-and-exit
4517 Saves the current draft, and erases the draft buffer.
4518 This is useful if you want to suspend editing of the draft.
4519 You can resume editing by pressing @kbd{E} (@code{wl-summary-reedit}) in
4520 the @samp{+draft} folder.
4521 (@code{wl-draft-save-and-exit})
4522
4523 @item C-c C-r
4524 @kindex C-c C-r (Draft)
4525 @findex wl-caesar-region
4526 Encodes or decodes the specified region in Caesar cipher.
4527 (@code{wl-caesar-region})
4528
4529 @item C-l
4530 @kindex C-l (Draft)
4531 @findex wl-draft-highlight-and-recenter
4532 Recenter and rehighlight current draft.
4533 (@code{wl-draft-highlight-and-recenter})
4534
4535 @item M-t
4536 @kindex M-t (Draft)
4537 @findex wl-toggle-plugged
4538 Toggles off-line/on-line states of Wanderlust.
4539 (@code{wl-toggle-plugged})
4540
4541 @item C-c C-o
4542 @kindex C-c C-o (Draft)
4543 @findex wl-jump-to-draft-buffer
4544 Jumps to the other draft buffer, if exists.
4545 With prefix argument, reads a file (if any) from the draft folder when
4546 there is no such buffer.
4547 (@code{wl-jump-to-draft-buffer})
4548
4549 @item C-c C-e
4550 @kindex C-c C-e (Draft)
4551 @findex wl-draft-config-exec
4552 Applies @code{wl-draft-config-alist}.
4553 (@code{wl-draft-config-exec})
4554
4555 @item C-c C-j
4556 @kindex C-c C-j (Draft)
4557 @findex wl-template-select
4558 Selects a template.
4559 (@code{wl-template-select})
4560
4561 @item C-c C-a
4562 @kindex C-c C-a (Draft)
4563 @findex wl-addrmgr
4564 Enter Address Manager.
4565 @xref{Address Manager}.
4566 (@code{wl-addrmgr})
4567
4568 @item C-c C-d
4569 @kindex C-c C-d (Draft)
4570 @findex wl-draft-elide-region
4571 Elide the text between point and mark (@code{wl-draft-elide-region}).
4572 The text is killed and replaced with the contents of the variable
4573 @code{wl-draft-elide-ellipsis}.  The default value is to use an ellipsis
4574 (@samp{[...]}).
4575 @end table
4576
4577 @node Variables of Draft Mode,  , Key Bindings of Draft, Draft
4578 @section Customizable Variables
4579
4580 @table @code
4581 @item wl-subscribed-mailing-list
4582 @vindex wl-subscribed-mailing-list
4583 The initial setting is @code{nil}.  Mailing lists to which you
4584 subscribe.  If any of these are contained in @samp{To:} or @samp{Cc:}
4585 field of a reply draft, removes your own address from
4586 @samp{Mail-Followup-To:} and @samp{Cc:}.  And if any of these are
4587 contained in @samp{To:} or @samp{Cc:} field of a message to be
4588 automatically re-filed, the destination folder will be leaned in
4589 connection with the address.
4590
4591 Example:
4592
4593 @lisp
4594 @group
4595 (setq wl-subscribed-mailing-list
4596       '("wl@@lists.airs.net"
4597         "apel-ja@@m17n.org"
4598         "emacs-mime-ja@@m17n.org"))
4599 @end group
4600 @end lisp
4601
4602 @item wl-insert-mail-followup-to
4603 @vindex wl-insert-mail-followup-to
4604 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Followup-To:}
4605 field is automatically inserted in the draft buffer.
4606
4607 @item wl-insert-mail-reply-to
4608 @vindex wl-insert-mail-reply-to
4609 The initial setting is @code{nil}.  If non-nil, @samp{Mail-Reply-To:}
4610 field is automatically inserted in the draft buffer.
4611
4612 @item wl-auto-insert-x-face
4613 @vindex wl-auto-insert-x-face
4614 The initial setting is @code{t}.  If non-nil and there is an encoded
4615 X-Face string in a file @file{~/.xface} (the value of the variable
4616 @code{wl-x-face-file}), inserts it as an @samp{X-Face:} field in the
4617 draft buffer.  If @code{nil}, it is not automatically inserted.
4618
4619 @item wl-insert-message-id
4620 @vindex wl-insert-message-id
4621 The initial setting is @code{t}.  If non-nil, @samp{Message-ID:} field
4622 is automatically inserted on the transmission.
4623
4624 @item wl-message-id-use-wl-from
4625 @vindex wl-message-id-use-wl-from
4626 The initial setting is @code{nil}.  If non-nil, the value of
4627 @code{wl-from} will be used as the domain part of @samp{Message-ID:}.
4628
4629 @item wl-local-domain
4630 @vindex wl-local-domain
4631 The initial setting is @code{nil}.  If @code{nil}, the return value of
4632 the function @code{system-name} will be used as the domain part of
4633 @samp{Message-ID:}.
4634
4635 If @code{system-name} does not return FQDN (i.e. the full name of the
4636 host, like @samp{smtp.gohome.org}), you @strong{must} set this variable
4637 to the string of the local domain name without hostname (like
4638 @samp{gohome.org}).  That is, a concatenation of @code{system-name}
4639 @samp{.} @code{wl-local-domain} is used as domain part of the
4640 @samp{Message-ID:}.
4641
4642 If your terminal does not have global IP, set the value of
4643 @code{wl-message-id-domain}.  (You might be beaten up on the Net News if
4644 you use invalid @samp{Message-ID:}.)
4645
4646 Moreover, concatenation of @code{system-name} @samp{.}
4647 @code{wl-local-domain} will be used as an argument to the HELO command
4648 in SMTP.
4649
4650 @item wl-message-id-domain
4651 @vindex wl-message-id-domain
4652 The initial setting is @code{nil}.  If non-nil, this value is used as a
4653 domain part of the @samp{Message-ID:}.  If your terminal does not have
4654 global IP address, set unique string to this value (e.x. your e-mail
4655 address).
4656
4657 @item wl-unique-id-suffix
4658 @vindex wl-unique-id-suffix
4659 The initial setting is @samp{.wl}. You can specify the string in generated
4660 Message-ID which appear just before @samp{@@}.
4661
4662 @item wl-draft-config-alist
4663 @vindex wl-draft-config-alist
4664 The initial setting is @code{nil}.  Modifies the draft message just
4665 before the transmission.  The content of @code{wl-draft-config-alist}
4666 will be automatically applied only once on the transmission.  If you
4667 want to apply it manually, use @kbd{C-c C-e}.  This command can be used
4668 many times.
4669
4670 @item wl-template-alist
4671 @vindex wl-template-alist
4672 The initial setting is @code{nil}.
4673 This variable specifies the template to be applied in the draft buffer.
4674
4675 @item wl-draft-config-matchone
4676 @vindex wl-draft-config-matchone
4677 The initial setting is @code{nil}.  If non-nil, only the first matching
4678 item is used when @code{wl-draft-config-alist} is applied.  If
4679 @code{nil}, all matching items are used.
4680
4681 @item wl-template-visible-select
4682 @vindex wl-template-visible-select
4683 The initial setting is @code{t}.
4684 If non-nil, you can preview the result of the template selection in
4685 another window.
4686
4687 @item wl-template-confirm
4688 @vindex wl-template-confirm
4689 The initial setting is @code{nil}.
4690 If non-nil, asks for confirmation when you press the enter key to select
4691 template while previewing.
4692
4693 @item wl-template-buffer-lines
4694 @vindex wl-template-buffer-lines
4695 The initial setting is 7.
4696 If @code{wl-template-visible-select} is non-nil, this variable specifies
4697 the size of the preview window.
4698
4699 @item wl-draft-reply-buffer-style
4700 @vindex wl-draft-reply-buffer-style
4701 The initial setting is @code{split}.  @code{split} or @code{full} can be
4702 specified.  In the case of @code{full}, the whole frame will be used for
4703 a reply draft buffer when it is prepared.
4704
4705 @item wl-draft-use-frame
4706 @vindex wl-draft-use-frame
4707 The initial setting is @code{nil}.
4708 If non-nil, use new frame for the draft.
4709
4710 @item wl-draft-truncate-lines
4711 @vindex wl-draft-truncate-lines
4712 The initial value is the value of @code{default-truncate-lines}.
4713 If it is non-nil, truncate long lines in draft buffer.
4714
4715 @item wl-from
4716 @vindex wl-from
4717 The initial setting is the value of the variable
4718 @code{user-mail-address}.  The value of this variable is inserted as a
4719 @samp{From:} field of the draft when it is prepared.
4720
4721 @item wl-envelope-from
4722 @vindex wl-envelope-from
4723 The initial setting is @code{nil}.
4724 The value of this variable is used for envelope from (MAIL FROM).
4725 If @code{nil}, the address part of @code{wl-from} is used.
4726
4727 @item wl-user-mail-address-list
4728 @vindex wl-user-mail-address-list
4729 The initial setting is @code{nil}.
4730 This is the User's address list.  If you have multiple addresses,
4731 set this variable.
4732
4733 @item wl-reply-subject-prefix
4734 @vindex wl-reply-subject-prefix
4735 The initial setting is @samp{Re: }.
4736 In the @samp{Subject:} of the reply draft, this string is prepended to
4737 the @samp{Subject:} of being replied.
4738
4739 @item wl-forward-subject-prefix
4740 @vindex wl-forward-subject-prefix
4741 The initial setting is @samp{Forward: }.
4742 In the @samp{Subject:} of the forwarding draft, this string is prepended
4743 to the @samp{Subject:} of being forwarded.
4744
4745 @item wl-draft-reply-use-address-with-full-name
4746 @vindex wl-draft-reply-use-address-with-full-name
4747 The initial setting is @code{t}.
4748 If non-nil, insert her full name with address when prepare a draft for
4749 reply a message.  If it is @code{nil}, insert her address only.
4750
4751 @item wl-draft-enable-queuing
4752 @vindex wl-draft-enable-queuing
4753 The initial setting is @code{t}.
4754 This flag controls off-line transmission.  If non-nil, the draft is
4755 sent off-line.
4756
4757 @item wl-draft-use-cache
4758 @vindex wl-draft-use-cache
4759 The initial setting is @code{nil}. If the value is non-nil and
4760 @code{wl-insert-message-id} is nil, cache the message which is sent.
4761
4762 @item wl-fcc-force-as-read
4763 @vindex wl-fcc-force-as-read
4764 The initial setting is @code{nil}. If the value is non-nil,
4765 Mark as read the message saved by @samp{Fcc:} (only for IMAP folders).
4766
4767 @item wl-auto-flush-queue
4768 @vindex wl-auto-flush-queue
4769 The initial setting is t.
4770 This flag controls automatic transmission of the queue when Wanderlust
4771 becomes on-line.  If non-nil, the queue is automatically transmitted
4772 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
4773 manually, press @kbd{F} in the folder mode.
4774
4775 @item wl-ignored-forwarded-headers
4776 @vindex wl-ignored-forwarded-headers
4777 Initial setting is @samp{\\(received\\|return-path\\|x-uidl\\)}.
4778 All headers that match this regexp will be deleted when forwarding a message.
4779
4780 @item wl-ignored-resent-headers
4781 Initial setting is @samp{\\(return-receipt\\|[bdf]cc\\)}.
4782 All headers that match this regexp will be deleted when resending a message.
4783
4784 @item wl-draft-always-delete-myself
4785 @vindex wl-draft-always-delete-myself
4786 If non-nil, always removes your own address from @samp{To:} and
4787 @samp{Cc:} when you are replying to the mail addressed to you.
4788
4789 @item wl-draft-delete-myself-from-bcc-fcc
4790 @vindex wl-draft-delete-myself-from-bcc-fcc
4791 If any of @code{wl-subscribed-mailing-list} are contained in @samp{To:}
4792 or @samp{Cc:} field, do not insert @samp{Bcc:} or @samp{Fcc:} field.
4793
4794 @item wl-smtp-posting-server
4795 @vindex wl-smtp-posting-server
4796 The initial setting is @code{nil}.
4797 This is the SMTP server name for mail transmission.
4798
4799 @item wl-smtp-posting-port
4800 @vindex wl-smtp-posting-port
4801 The initial setting is @code{nil}.
4802 This is the SMTP port number for mail transmission.
4803 If @code{nil}, default SMTP port number (25) is used.
4804
4805 @item wl-smtp-posting-user
4806 @vindex wl-smtp-posting-user
4807 The initial setting is @code{nil}.
4808 This is the user name for SMTP AUTH authentication.  If @code{nil},
4809 @code{smtp-authenticate-user} is used.
4810
4811 @item wl-smtp-authenticate-type
4812 @vindex wl-smtp-authenticate-type
4813 The initial setting is @code{nil}.
4814 This is the authentication method for SMTP AUTH authentication.  If
4815 @code{nil}, @code{smtp-authenticate-type} is used.  If
4816 @code{smtp-authenticate-type} is still @code{nil}, authentication will
4817 not be carried out.
4818
4819 @item wl-smtp-connection-type
4820 @vindex wl-smtp-connection-type
4821 The initial setting is @code{nil}.
4822 This variable specifies how to establish SMTP connections.
4823 If @code{nil}, @code{smtp-connection-type} is used.
4824 If it is @code{starttls}, STARTTLS (RFC2595) is used.
4825
4826 @item wl-nntp-posting-server
4827 @vindex wl-nntp-posting-server
4828 The initial setting is @code{nil}.
4829 This is the NNTP server name used for news submission.
4830 If @code{nil}, @code{elmo-nntp-default-server} is used.
4831
4832 @item wl-nntp-posting-user
4833 @vindex wl-nntp-posting-user
4834 The initial setting is @code{nil}.
4835 This is the user name for AUTHINFO authentication on news submission.
4836 If @code{nil}, @code{elmo-nntp-default-user} is used.
4837 If it is still @code{nil}, AUTHINFO authentication will not be carried out.
4838
4839 @item wl-nntp-posting-port
4840 @vindex wl-nntp-posting-port
4841 The initial setting is @code{nil}.
4842 This is the port number of the NNTP server used for news submission.
4843 If @code{nil}, @code{elmo-nntp-default-server} is used.
4844
4845 @item wl-nntp-posting-stream-type
4846 @vindex wl-nntp-posting-stream-type
4847 The initial setting is @code{nil}.
4848 If @code{nil}, @code{elmo-nntp-default-stream-type} is evaluated.  If non-nil,
4849 SSL is used for news submission.  If @code{starttls}, STARTTLS (RFC2595)
4850 connection will be established.
4851
4852 @item wl-nntp-posting-function
4853 @vindex wl-nntp-posting-function
4854 The initial setting is @code{elmo-nntp-post}.
4855 This is the function to post NNTP message.
4856
4857 @item wl-nntp-posting-config-alist
4858 @vindex wl-nntp-posting-config-alist
4859 The initial setting is @code{nil}.
4860 The value takes an alist to define NNTP server like following example.
4861 It takes precedence over @code{wl-nntp-posting-@{server|user|port|function@}}.
4862
4863 @lisp
4864 @group
4865 (setq wl-nntp-posting-config-alist
4866       '((",?gmane\\." . "news.gmane.org")
4867         (",?comp\\." .
4868          ((server . "news-server")
4869           (user . "newsmaster")
4870           (port . 119)
4871           (function . elmo-nntp-post)))
4872         (".*" . "default-news-server")))
4873 @end group
4874 @end lisp
4875
4876 @item wl-pop-before-smtp-user
4877 @vindex wl-pop-before-smtp-user
4878 The initial setting is @code{nil}.
4879 This is the POP user name for POP-before-SMTP.
4880 If it is @code{nil}, @code{elmo-pop3-default-user} is used.
4881
4882 @item wl-pop-before-smtp-server
4883 @vindex wl-pop-before-smtp-server
4884 The initial setting is @code{nil}.
4885 This is the POP server name for POP-before-SMTP.
4886 If it is @code{nil}, @code{elmo-pop3-default-server} is used.
4887
4888 @item wl-pop-before-smtp-authenticate-type
4889 @vindex wl-pop-before-smtp-authenticate-type
4890 The initial setting is @code{nil}.
4891 This is the authentication method for POP-before-SMTP authentication.
4892 If it is @code{nil}, @code{elmo-pop3-default-authenticate} is used.
4893
4894 @item wl-pop-before-smtp-port
4895 @vindex wl-pop-before-smtp-port
4896 The initial setting is @code{nil}.
4897 This is the POP port number for POP-before-SMTP.  If it is @code{nil},
4898 @code{elmo-pop3-default-port} is used.
4899
4900 @item wl-pop-before-smtp-stream-type
4901 @vindex wl-pop-before-smtp-stream-type
4902 The initial setting is @code{nil}.
4903 This flag controls the use of SSL for POP-before-SMTP.  If it is
4904 @code{nil}, @code{elmo-pop3-default-stream-type} is used.  If @code{starttls},
4905 STARTTLS (RFC2595) connection will be established.
4906
4907 @item wl-draft-queue-save-variables
4908 @vindex wl-draft-queue-save-variables
4909 Specifies a list of variable to which queued messages are saved on the
4910 off-line transmission.
4911
4912 @item wl-draft-sendlog
4913 @vindex wl-draft-sendlog
4914 The initial setting is @code{t}.
4915 If @code{t}, transmission log is written in @file{~/.elmo/sendlog}.  It
4916 is written when:
4917
4918 @itemize @minus
4919 @item drafts are sent by smtp or qmail
4920 @item saved into folders by fcc
4921 @item saved into folders by queuing
4922 @end itemize
4923
4924 (it is written even if the transmission fails).
4925 But transmission by @file{im-wl.el} is not written in the @file{sendlog}
4926 and left to the logging function of @command{imput}.
4927
4928
4929 @item wl-draft-sendlog-max-size
4930 @vindex wl-draft-sendlog-max-size
4931 The initial setting is 20000 (in bytes).
4932 If @code{wl-draft-sendlog} is @code{t}, the log is rotated when it grows
4933 beyond the size specified by this variable.
4934
4935 @item wl-use-ldap
4936 @vindex wl-use-ldap
4937 The initial setting is @code{nil}.
4938 If non-nil, address completion uses LDAP.
4939
4940 @item wl-ldap-server
4941 @vindex wl-ldap-server
4942 The initial setting is @samp{localhost}.
4943 LDAP server name for address completion.
4944
4945 @item wl-ldap-port
4946 @vindex wl-ldap-port
4947 The initial setting is @code{nil}.
4948 If non-nil, the value is used as port number.
4949
4950 @item wl-ldap-base
4951 @vindex wl-ldap-base
4952 The initial setting is @samp{c=US}.
4953 LDAP search starting point (base) for address completion.
4954
4955 @item wl-draft-remove-group-list-contents
4956 @vindex wl-draft-remove-group-list-contents
4957 The initial setting is @code{t}.
4958 If non-nil, remove the group-lists' members in the recipients when
4959 sending the message (group-list means the description such as
4960 @samp{Group: foo@@gohome.org, bar@@gohome.org;} in the recipients).
4961 @end table
4962
4963 @node Disconnected Operations, Expire and Archive, Draft, Top
4964 @chapter Off-line Management
4965 @cindex Disconnected Operations
4966
4967 Wanderlust has on-line and off-line states.
4968
4969 @menu
4970 * Off-line State::              Wanderlust has on-line and off-line states
4971 * Enable Operations::           Enable Disconnected Operations
4972 * Plugged Mode::                Switching On-line/Off-line per Server/Port
4973 * Off-line State settings::     Invoking Wanderlust in the Off-line State
4974 * Variables of Plugged Mode::   Customize Plugged Mode
4975 @end menu
4976
4977
4978 @node Off-line State, Enable Operations, Disconnected Operations, Disconnected Operations
4979 @section Off-line State
4980
4981 Wanderlust has on-line and off-line states.  In the off-line state, you
4982 cannot access messages via network, unless they are cached.
4983
4984 @samp{[ON]} in the mode line indicates the on-line state.  @samp{[--]}
4985 in the mode line indicates the off-line state.  In folder or summary
4986 modes, press @kbd{M-t} to switch between off- and on-line.
4987
4988 You can invoke Wanderlust in the off-line state by setting
4989 @code{wl-plugged} to @code{nil} in @file{~/.wl} or anything appropriate.
4990
4991 In the off-line mode, @kbd{n} and @kbd{p} command in the summary mode
4992 ignores uncached messages.
4993
4994
4995 @node Enable Operations, Plugged Mode, Off-line State, Disconnected Operations
4996 @section Enable Disconeected Operations
4997
4998 Even in the off-line state, provided that relevant messages are cached,
4999 and the variable @code{elmo-enable-disconnected-operation} (described
5000 later) is non-nil, you can following operations:
5001 @xref{Plugged Mode}, @xref{Off-line State settings}.
5002
5003 @menu
5004 * Send Messages off-line::      Transmit Messages
5005 * Re-file and Copy queue::      Re-file and Copy (IMAP4)
5006 * Creation of Folders::         Create Folders off-line (IMAP4)
5007 * Marking::                     Mark (IMAP4)
5008 * Pre-fetching Reservations::   Pre-fetch (IMAP4, NNTP)
5009 @end menu
5010
5011 As soon as Wanderlust becomes on-line, such operations invoked off-line
5012 are reflected in the servers via network.
5013
5014
5015 @node Send Messages off-line, Re-file and Copy queue, Enable Operations, Enable Operations
5016 @subsection Transmission of Messages
5017
5018 You can proceed sending operation for  mail/news messages while you are
5019 off-line, then it will be reserved for sending (if you are using
5020 @file{im-wl.el}, it is irrelevant).
5021 Messages reserved for sending while off-line are accumulated in the
5022 queue folder, @samp{+queue}. These messages are transmitted at once when
5023 Wanderlust becomes on-line.
5024
5025 You can visit @samp{+queue} in the off-line state and confirm content of
5026 messages in the queue.  You can also remove messages.  Removed messages
5027 are not transmitted even in the on-line state.
5028
5029
5030 @node Re-file and Copy queue, Creation of Folders, Send Messages off-line, Enable Operations
5031 @subsection Re-file and Copy (IMAP4)
5032
5033 Re-file and copy operations to IMAP folders invoked during the off-line
5034 state are accumulated in the queue, and reflected in the server side
5035 when Wanderlust becomes on-line.  If you visit destination folders after
5036 off-line re-file or copy, it looks as if messages were appended even in
5037 off-line state.
5038
5039 For the safety reasons, messages re-filed off-line are removed from
5040 source folders only if their @samp{Message-ID:} match messages on the
5041 servers.  While the queue is processed, messages that failed to be
5042 re-filed or copied to the specified folders are appended to the folder
5043 @samp{+lost+found}.
5044
5045
5046 @node Creation of Folders, Marking, Re-file and Copy queue, Enable Operations
5047 @subsection Creation of Folders (IMAP4)
5048
5049 You can create IMAP folders off-line.  The creation of folders are
5050 reflected in the servers when Wanderlust becomes on-line.  If the creation
5051 of those folders fails at that time for some reasons, messages
5052 to be re-filed into those are appended to the folder @samp{+lost+found}
5053 instead.
5054
5055
5056 @node Marking, Pre-fetching Reservations, Creation of Folders, Enable Operations
5057 @subsection Marking (IMAP4)
5058
5059 Off-line changes in unread/read and importance mark @samp{$} information
5060 are also reflected in the servers when Wanderlust becomes on-line.
5061
5062
5063 @node Pre-fetching Reservations,  , Marking, Enable Operations
5064 @subsection Pre-fetching (IMAP4, NNTP)
5065
5066 You can make reservations for pre-fetching messages in IMAP or NNTP
5067 folders.  Reserved messages are marked with @samp{!} but not cached
5068 yet.  When Wanderlust becomes on-line, they are pre-fetched from
5069 servers.
5070
5071 If the variable @code{elmo-enable-disconnected-operation} is @code{nil},
5072 these off-line operations for IMAP4 and NNTP do not take place, and
5073 off-line re-file, copy or suchlike simply results in error.
5074
5075 Because off-line operations use cache files, it is a bad idea to erase
5076 them by hand; it may cause Wanderlust to malfunction.
5077
5078 If you want to remove caches, be sure to execute @kbd{M-x
5079 elmo-cache-expire-by-size}.  @code{elmo-cache-expire-by-size} does not
5080 remove caches for messages relevant to off-line operations.
5081
5082
5083 @node Plugged Mode, Off-line State settings, Enable Operations, Disconnected Operations
5084 @section Switching On-line/Off-line per Server/Port
5085
5086 @kbd{M-t} described above switches networking states as a whole, but you
5087 can switch on-line/off-line per server/port.
5088
5089 Pressing @kbd{C-t} in the folder or summary modes brings you in
5090 wl-plugged-mode shown below, in which you can change the plugged state
5091 for each port.
5092
5093 @example
5094 @group
5095 Queuing:[ON] AutoFlushQueue:[--] DisconnectedOperation:[ON]
5096 [ON](wl-plugged)
5097   [--]hosta
5098     [--]smtp        +queue: 2 msgs (1,2)        @dots{}@r{sending queue}
5099     [--]nntp(119)   +queue: 1 msg (3)           @dots{}@r{sending queue}
5100   [ON]hostb
5101     [--]imap4/cram-md5(143) %#mh/wl(prefetch-msgs:3,mark-as-important:1)
5102                             %inbox(delete-msgids:1)    @dots{}@r{dop queue}
5103     [ON]nntp(119)
5104     [ON]smtp
5105 @end group
5106 @end example
5107
5108 The first line indicates status of the following three variables, and
5109 simply pressing @kbd{@key{SPC}} or @kbd{@key{RET}} in each labeled
5110 column modifies the values of these variables.
5111
5112 @example
5113 @group
5114 "Queuing"               @code{wl-draft-enable-queuing}
5115 "AutoFlushQueue"        @code{wl-auto-flush-queue}
5116 "DisconnectedOperation" @code{elmo-enable-disconnected-operation}
5117 @end group
5118 @end example
5119
5120 where @samp{[ON]} means its value is @code{t}, and @samp{[--]} means
5121 @code{nil}.
5122
5123 The second and after lines indicate on-line/off-line states of servers
5124 and ports, where @samp{[ON]} stands for on-line and @samp{[--]} for
5125 off-line (in XEmacs or Emacs 21, they are shown with icons).  Pressing
5126 @kbd{@key{SPC}} or @kbd{@key{RET}} in each line switches its state.
5127
5128 @dfn{sending queue} means messages accumulated in the folder
5129 @samp{+queue} for off-line transmission, and @dfn{dop queue} means
5130 off-line operations when @code{elmo-enable-disconnected-operation} is
5131 @code{t}.
5132 @c If the variable @code{elmo-enable-disconnected-operation} is non-nil,
5133 @c off-line operations are enabled.
5134
5135 They are displayed if there are any of them.  In the example above, in
5136 the sending queue there are two messages (the first and the second in
5137 the queue folder) for smtp to hosta and one (the third) for nntp to
5138 hosta, and in the dop queue there are one for @samp{%inbox} and two for
5139 @samp{%#mh/wl}.
5140
5141 If you change @samp{(wl-plugged)} in the second line, the variable
5142 @code{wl-plugged} is changed, so that the mode line indicator and
5143 plugged states of all ports are affected.  If you change plugged states
5144 of any servers or ports, @samp{(wl-plugged)} in the second line is
5145 affected depending on @code{elmo-plugged-condition} settings and the
5146 plugged state of each port.
5147
5148
5149 @node Off-line State settings, Variables of Plugged Mode, Plugged Mode, Disconnected Operations
5150 @section Invoking Wanderlust in the Off-line State
5151
5152 As described before, if you set @code{wl-plugged} to @code{nil} in
5153 @file{~/.wl} or anything appropriate, you can invoke Wanderlust in the
5154 off-line state.  You can specify off-line state on a per server or port
5155 basis.  Refer to @code{wl-reset-plugged-alist} also.
5156
5157 Usually, when Wanderlust starts up, the plugged state of each port is
5158 read from @file{~/.folders} and @code{wl-smtp-posting-server},
5159 @code{wl-nntp-posting-server} and so on.  If you want to change the
5160 plugged state of these ports or to add other ports, configure
5161 @code{wl-make-plugged-hook} with a function.
5162
5163 @lisp
5164 @group
5165 (add-hook 'wl-make-plugged-hook
5166           '(lambda ()
5167              (elmo-set-plugged plugged-value(t/nil) server port)
5168                  ;; @r{add or change plugged states of the port of the server}
5169              (elmo-set-plugged plugged-value(t/nil) server)
5170                  ;; @r{if the port is omitted, all ports are affected}
5171                  ;; @r{(you cannot omit the port if you newly add the server)}
5172              ))
5173 @end group
5174 @end lisp
5175
5176
5177 @node Variables of Plugged Mode,  , Off-line State settings, Disconnected Operations
5178 @section Customizable Variables
5179
5180 @table @code
5181 @item wl-plugged
5182 @vindex wl-plugged
5183 If this variable is set to @code{nil}, Wanderlust starts up in off-line
5184 mode from the beginning.
5185
5186 @item wl-queue-folder
5187 @vindex wl-queue-folder
5188 The initial setting is @samp{+queue}.
5189 This is the folder in which messages in the transmission queue are
5190 accumulated.
5191
5192 @item wl-auto-flush-queue
5193 @vindex wl-auto-flush-queue
5194 The initial setting is @code{t}.
5195 This flag controls automatic transmission of the queue when Wanderlust
5196 becomes on-line.  If non-nil, the queue is automatically transmitted
5197 (with confirmation by @code{y-or-n-p}).  If you want to transmit it
5198 manually, press @kbd{F} in the folder mode.
5199
5200 @item elmo-enable-disconnected-operation
5201 @vindex elmo-enable-disconnected-operation
5202 The initial setting is @code{nil}.  Controls off-line operations
5203 regarding IMAP4.  If non-nil, off-line operations are carried out.
5204
5205 @item elmo-lost+found-folder
5206 @vindex elmo-lost+found-folder
5207 The initial setting is @samp{+lost+found}.
5208 This is the folder to which messages are saved when they fails to be
5209 appended while the off-line re-file/copy queue is processed.
5210
5211 @item elmo-plugged-condition
5212 @vindex elmo-plugged-condition
5213 The initial setting is @code{one}.
5214 The value of @code{wl-plugged} reflects the return value of the function
5215 @code{elmo-plugged-p} (without arguments).
5216 This variable @code{elmo-plugged-condition} specifies the condition on
5217 which the return value of @code{(elmo-plugged-p)} should be t depending on the
5218 plugged state of each port.
5219
5220 @example
5221 'one         : plugged if one or more ports are plugged.
5222 'all         : plugged if all ports are plugged.
5223 'independent : reflects wl-plugged (elmo-plugged) regardless of plugged
5224                states of the ports.
5225 @var{function}     : reflects the return value of the @var{function}
5226  functions available per default
5227  'elmo-plug-on-by-servers
5228              : reflects the plugged state of the servers specified by the
5229                variable elmo-plug-on-servers.
5230  'elmo-plug-on-by-exclude-servers
5231              : reflects the plugged state of the servers that are not
5232                in elmo-plug-on-exclude-servers.
5233                   elmo-plug-on-exclude-servers defaults to
5234                    '("localhost"
5235                      (system-name)
5236                      (system-name)without the domain part)
5237 @end example
5238
5239 @example
5240 @group
5241 Example 1:
5242  (setq elmo-plugged-condition 'all)
5243 Example 2:
5244  (setq elmo-plug-on-servers '("smtpserver" "newsserver"))
5245  (setq elmo-plugged-condition 'elmo-plug-on-by-servers)
5246 Example 3:
5247  (setq elmo-plug-on-exclude-servers '("localhost" "myname"))
5248  (setq elmo-plugged-condition 'elmo-plug-on-by-exclude-servers)
5249 @end group
5250 @end example
5251
5252 @item wl-reset-plugged-alist
5253 @vindex wl-reset-plugged-alist
5254 The initial setting is @code{t}.  If non-nil, plugged states are
5255 initialized on a per server or port basis when Wanderlust starts up.
5256
5257 If @code{nil}, plugged states are retained while Emacs is running.  In
5258 other words, they are initialized when Emacs is restarted even if the
5259 value is @code{nil}.
5260 @end table
5261
5262
5263 @node Expire and Archive, Scoring, Disconnected Operations, Top
5264 @chapter Automatic Expiration and Archiving of Messages
5265 @cindex Expire and Archive
5266
5267 @menu
5268 * Expire::      Expiration and Archiving
5269 * Archive::     Archiving All Messages
5270 @end menu
5271
5272
5273 @node Expire, Archive, Expire and Archive, Expire and Archive
5274 @section Expiration
5275 @cindex Expire Message
5276
5277 Expiration means deletion of old messages which have outlasted a
5278 certain period of time.
5279
5280 @code{wl-expire} supports not only simple deletion, but also moving to
5281 specified archiving folders.
5282
5283 @section How to Use
5284
5285 Configure @code{wl-expire-alist} and press @kbd{e} in the folder mode,
5286 or @kbd{M-e} in the summary mode.
5287
5288 @subsection Configuring @code{wl-expire-alist}
5289
5290 An example configuration of @code{wl-expire-alist} is shown below.
5291 Everything in this @code{wl-expire-alist} makes a great difference in
5292 expiration, so be careful.  I advise you to set @code{wl-expire-use-log}
5293 to @code{t}, especially in the initial stage.
5294
5295 @lisp
5296 @group
5297 (setq wl-expire-alist
5298       '(("^\\+trash$"   (date 14) remove)
5299                                   ;; @r{delete}
5300         ("^\\+tmp$"     (date 7) trash)
5301                                   ;; @r{re-file to @code{wl-trash-folder}}
5302         ("^\\+outbox$"  (number 300) "$outbox;lha")
5303                                   ;; @r{re-file to the specific folder}
5304         ("^\\+ml/tmp$"  nil)
5305                            ;; @r{do not expire}
5306         ("^\\+ml/wl$"   (number 500 510) wl-expire-archive-number1 t)
5307                            ;; @r{archive by message number (retaining numbers)}
5308         ("^\\+ml/.*"    (number 300 310) wl-expire-archive-number2 t)
5309                            ;; @r{archive by a fixed number (retaining numbers)}
5310         ("^\\+diary$"   (date 30) wl-expire-archive-date)
5311                            ;; @r{archive by year and month (numbers discarded)}
5312         ))
5313 @end group
5314 @end lisp
5315
5316 Items in the list has the format of:
5317
5318 @example
5319 (@var{regexp-for-folders} @var{specification-of-messages-to-be-deleted} @var{destination})
5320 @end example
5321
5322 @noindent
5323 The folder is examined if it matches @var{regexp-for-folders} from the
5324 beginning of the list.  If you invoke expiration on the folder that does
5325 not match any of them, nothing will happen.  And if either the second or
5326 the third element of the item is @code{nil}, expiration will not take
5327 place.
5328
5329 You can use any one of the following for
5330 @var{specification-of-message-to-be-deleted}:
5331
5332 @table @code
5333 @item (number @var{n1} [@var{n2}])
5334 deletes messages depending on the number of messages in the folder.
5335
5336 @var{n1} is the number of messages which should survive deletion, for example
5337 if its value is 500, the newest 500 messages survive and the rests are
5338 deleted.
5339
5340 @var{n2} is the number of messages in the folder on which expiration should
5341 take place, which defaults to @var{n1} + 1.  For example if its value is 510,
5342 folders with 510 or more messages are expired.
5343 If you configured automatic expiration, frequently used folders may
5344 expire every time it receive messages, and you may be annoyed with the
5345 long delay in reading mail.
5346 In that case, you can set a wide margin between @var{n2} and @var{n1}, so that
5347 expiration would not take place until a certain number of messages
5348 accumulate.
5349
5350 Messages with marks in @code{wl-summary-expire-reserve-marks} (marked
5351 with important/new/unread) are not deleted.
5352 If @code{wl-expire-number-with-reserve-marks} is non-nil, the folder
5353 will expire so as to have 500 messages including such ones.
5354 Otherwise, it will have 500 messages except such ones.
5355
5356 @item (date @var{d1})
5357 deletes messages depending on the dates.
5358
5359 Messages dated @var{d1} or more days ago are deleted, for example if its
5360 value is seven, messages seven days old or more are deleted.  Note that
5361 the date is the one in the @samp{Date:} field of the message, not when
5362 the message entered the folder.
5363
5364 Messages with no or invalid @samp{Date:} field does not expire; you
5365 might have to delete them by hand.
5366 @end table
5367
5368 You can use any one of the following in the place of @var{destination}:
5369
5370 @table @asis
5371 @item @code{remove}
5372 deletes the messages instantly.
5373
5374 @item @code{hide}
5375 hide the messages from summary (messages are not deleted).
5376
5377 @item @code{trash}
5378 moves the messages to @code{wl-trash-folder}.
5379
5380 @item @var{string}(folder)
5381 moves the messages to the folder specified with @var{string}.
5382
5383 It would be useful for specifying an archiving folder, but because this
5384 does not move important messages, it might be better to use the
5385 standard functions described below.
5386
5387 @item @var{function}
5388 invokes the specified @var{function}.
5389
5390 To the @var{function}, three arguments are passed: a folder name, a list
5391 of messages to be deleted, and msgdb information of the summary.  You
5392 can specify function-specific arguments after the name of the
5393 @var{function}.  Note that the list contains messages with marks in
5394 @code{wl-summary-expire-reserve-marks}, be careful in writing your own
5395 function.
5396
5397 These are four standard functions; three of them move messages to an archive
5398 folder in the specified way.  This means old messages can be compressed
5399 and saved in a file, being deleted from the original folder.
5400 The last one divides messages to some MH folders.
5401
5402 @table @code
5403 @item wl-expire-archive-number1
5404 re-files to archiving folders corresponding to the message numbers of
5405 the messages being deleted.  For example, a message numbered 102 will be
5406 re-filed to @file{wl-00100.zip}, 390 to @file{wl-00300.zip}, and so on.
5407 If @code{wl-expire-archive-files} is 200, messages will be re-filed to
5408 @file{wl-00000.zip}, @file{wl-00200.zip}, @file{wl-00400.zip}, @dots{}.
5409
5410 The archiving folders to which messages are re-filed are determined by
5411 the name of the folder as follows (in this case, archiving folders are
5412 handled as if @code{elmo-archive-treat-file} were non-nil).
5413
5414 @table @asis
5415 @item If the folder type is localdir:
5416 @file{@var{ArchiveDir}/@var{foldername}-xxxxx.zip}
5417
5418 For example, @samp{+ml/wl} corresponds to @samp{$ml/wl;zip}
5419 (@file{~/Mail/ml/wl-00100.zip}).
5420
5421 @item The folder type is other than localdir:
5422 @file{@var{ArchiveDir}/@var{foldertype}/@var{foldername}-xxxxx.zip}
5423
5424 For example, @samp{%#mh/ml/wl} corresponds to
5425 @samp{$imap4/#mh/ml/wl;zip} (@file{~/Mail/imap4/#mh/ml/wl-00100.zip}).
5426 @end table
5427
5428 As you can see, in the case of localdir, the folder type is not included
5429 in the path name, but otherwise it is included.
5430 And you can control the prefix to the archiving folder name by
5431 @code{wl-expire-archive-folder-prefix}.
5432 Refer to @code{wl-expire-archive-folder-prefix} for details.
5433
5434 @item wl-expire-archive-number2
5435 re-files every certain number of messages to archiving folders.
5436
5437 This differs from @samp{wl-expire-archive-number1} in that this re-files
5438 to the folder up to the specified number regardless of message numbers.
5439 The archiving folders to which messages are re-filed are determined in the
5440 same way as @code{wl-expire-archive-number1}.
5441
5442 @item wl-expire-archive-date
5443 re-files messages depending on its date (year and month) to archive
5444 folders.
5445
5446 For example, a message dated December 1998 is re-filed to
5447 @code{$folder-199812;zip}.  The name of the archiving folders except the
5448 date part are determined in the same way as
5449 @code{wl-expire-archive-number1}.
5450
5451
5452 You can set the first argument to these three standard functions to non-nil
5453 in @code{wl-expire-alist} so as to retain message numbers in the folder.
5454 For example, it can be specified just after the name of the function:
5455
5456 @lisp
5457 ("^\\+ml/wl$" (number 300 310) wl-expire-archive-number1 t)
5458 @end lisp
5459
5460 If you omit the argument, consecutive numbers from 1 are assigned for
5461 each archiving folder.
5462
5463 @item wl-expire-localdir-date
5464 divedes messages depending on its date (year and month) to MH folders
5465 e.g. to @samp{+ml/wl/1999_11/}, @samp{+ml/wl/1999_12/}.
5466 @end table
5467 @end table
5468
5469 @subsection Treatment for Important or Unread Messages
5470
5471 If you specify any of @code{remove}, @code{trash}, a folder name, or a
5472 standard function, messages with marks in
5473 @code{wl-summary-expire-reserve-marks} (which are called @dfn{reserved
5474 messages} thereafter) are retained.
5475
5476 Per default, this variable include the important, new, and unread marks,
5477 so that messages with these marks are not removed.
5478 Note that you cannot include the temporary mark (i.e. temporary marks
5479 are removed anyway), and be sure to process temporary marks before you
5480 invoke expiration.
5481
5482 @subsection Auto Expiration
5483
5484 The following setup invokes expiration when you move into the summary
5485 mode.  There will be no confirmation, so make sure you made no mistake
5486 in regexp and other settings before you set up this.
5487
5488 @lisp
5489 @group
5490 (add-hook 'wl-summary-prepared-pre-hook 'wl-summary-expire)
5491 @end group
5492 @end lisp
5493
5494 In the folder mode, you can invoke expiration per group as well as per
5495 folder.  Therefore, if you specify @samp{Desktop} group, all folders
5496 matching @code{wl-expire-alist} expire.
5497
5498 @section Tips
5499
5500 @subsection Treating archive folders.
5501 To treat archive folders created by @code{wl-expire-archive-number1} and so on,
5502 you must set non-nil value to @code{elmo-archive-treat-file}.
5503
5504 @subsection Confirming
5505
5506 If you are to use @code{remove}, try @code{trash} at first and see
5507 messages move to @code{wl-trash-folder} as expected, then replace it
5508 with @code{remove}.  It would be dangerous to use @code{remove} from the
5509 beginning.
5510
5511 If you are to use @code{wl-expire-archive-number1} and the like, try to
5512 make a folder of the archiver type (@code{zip} or @code{lha}) and see if
5513 you can append messages to it.  Even if settings in
5514 @code{wl-expire-alist} and @code{elmo-archive} are correct, messages
5515 would not be saved anywhere and disappeared in case the archiver program
5516 fails.
5517
5518 After you make sure you can archive to the folder correctly, you can
5519 invoke expiration and utilize the log.
5520
5521 If you set @code{wl-expire-use-log} to @code{t},
5522 @file{~/.elmo/expired-log} should contain the log, for example:
5523
5524 @example
5525 @group
5526 delete  +ml/wl  (593 594 595 596 597 598 599)
5527 move    +ml/wl -> $ml/wl-00600;tgz;wl  (600 601 602)
5528 @end group
5529 @end example
5530
5531 The first column indicates the operation, i.e. @samp{delete},
5532 @samp{copy}, or @samp{move}.  The next is the name of the folder that
5533 expired.  In the case of @samp{copy} and @samp{move}, the destination
5534 folder is recorded after @samp{->}.  The last is the list of message
5535 numbers that are actually deleted or moved (in the case of @samp{copy}
5536 and @samp{move}, the number is the one in the source folder, rather than
5537 the destination folder).
5538
5539 @subsection Re-filing Reserved Messages
5540
5541 The three standard functions copy reserved messages to the archive
5542 folder, but do not delete them from the source folder.  Because
5543 reserved messages and the like always remain, they are recorded in
5544 @file{~/.elmo/expired-alist} so that they are not copied over and over
5545 again.  They are not recorded if copied by @code{wl-summary-archive}.
5546
5547 If you enabled logging, usually @samp{move} is recorded for re-filing,
5548 but instead @samp{copy} and @samp{delete} are recorded separately if
5549 reserved messages are involved.  This is because it actually copies
5550 messages including reserved, then deletes ones except reserved in that
5551 case.
5552
5553 @section Customizable Variables
5554
5555 @table @code
5556 @item wl-expire-alist
5557 @vindex wl-expire-alist
5558 The initial setting is @code{nil}.
5559 This variable specifies folders and methods to expire.  For details,
5560 refer to @code{wl-expire-alist} settings above.
5561
5562 @item wl-summary-expire-reserve-marks
5563 @vindex wl-summary-expire-reserve-marks
5564 The initial setting is the list below.
5565
5566 @lisp
5567 @group
5568 (list wl-summary-important-mark
5569       wl-summary-new-mark
5570       wl-summary-unread-mark
5571       wl-summary-unread-uncached-mark
5572       wl-summary-unread-cached-mark)
5573 @end group
5574 @end lisp
5575
5576 Messages with these marks are retained in the folder, even after
5577 expiration.
5578 Only permanent marks can be listed, not temporary marks.
5579
5580 You can list marks one by one as in the default; you can use the
5581 following settings as well:
5582
5583 @table @code
5584 @item all
5585 All messages with permanent marks are retained,
5586 i.e. @code{wl-summary-read-uncached-mark} is included in addition to the
5587 defaults.
5588
5589 @item none
5590 All messages are handled as usual ones that are already read, no matter
5591 what marks they have; even important messages are deleted.
5592 @end table
5593
5594 @item wl-expire-archive-files
5595 @vindex wl-expire-archive-files
5596 The initial setting is 100.
5597 This variable specifies the number of messages to be retained in one
5598 archiving folder.
5599
5600 @item wl-expire-number-with-reserve-marks
5601 @vindex wl-expire-number-with-reserve-marks
5602 The initial setting is @code{nil}.
5603 If non-nil, if expiring messages are specified by @code{number},
5604 messages with @code{wl-summary-expire-reserve-marks} are also retained.
5605
5606 @item wl-expire-archive-get-folder-function
5607 @vindex wl-expire-archive-get-folder-function
5608 The initial setting is @code{wl-expire-archive-get-folder}.
5609
5610 This variable specifies a function that returns the name of an archiving
5611 folder for standard functions in the place of @var{destination}.
5612 You can use the following three variables for simple modification of
5613 folder names; if you want more complex settings, define your own
5614 function in this variable.
5615
5616 @code{wl-expire-archive-get-folder} can be customized by these
5617 variables:
5618 @itemize @bullet
5619 @item @code{wl-expire-archive-folder-name-fmt}
5620 @item @code{wl-expire-archive-folder-type}
5621 @item @code{wl-expire-archive-folder-prefix}
5622 @end itemize
5623
5624 @item wl-expire-archive-folder-name-fmt
5625 @vindex wl-expire-archive-folder-name-fmt
5626 The initial setting is @samp{%s-%%05d;%s}.
5627 This is a @code{format} string for archiving folders used in
5628 @code{wl-expire-archive-number1} and @code{wl-expire-archive-number2}.
5629 Note that you must specify the message number by @samp{%%d}, because it
5630 is parsed twice by @code{format}.
5631
5632 If you modify this, adjust @code{wl-expire-archive-folder-num-regexp} as
5633 well.
5634
5635 @item wl-expire-archive-date-folder-name-fmt
5636 @vindex wl-expire-archive-date-folder-name-fmt
5637 The initial setting is @samp{%s-%%04d%%02d;%s}.
5638 This is a @code{format} string for archiving folders used in
5639 @code{wl-expire-archive-date}.  Note that you must specify the message
5640 number by @samp{%%d}, because it is parsed twice by @code{format}.
5641 There should be @samp{%%d} twice, one for the year and the other for the
5642 month.
5643
5644 If you modify this, adjust
5645 @code{wl-expire-archive-date-folder-num-regexp} as well.
5646
5647 @item wl-expire-archive-folder-type
5648 @vindex wl-expire-archive-folder-type
5649 The initial setting is @code{zip}.
5650 This variable specifies an archiver type of the archiving folders.
5651
5652 @item wl-expire-archive-folder-prefix
5653 @vindex wl-expire-archive-folder-prefix
5654 The initial setting is @code{nil}.
5655 This variable specifies the prefix (directory structure) to archiving
5656 folders.
5657 Exercise extreme caution in using this feature, as it has not been
5658 seriously tested.
5659 In the worst case, there is a fear of destructing archiving folders.
5660
5661 @table @code
5662 @item nil
5663 There will be no prefix.
5664
5665 @item short
5666 For example, @samp{+ml/wl} will be prefixed by @samp{wl}, resulting in
5667 @samp{$ml/wl-00000;zip;wl}.
5668
5669 @item t
5670 For example, @samp{+ml/wl} will be prefixed by prefix @samp{ml/wl},
5671 resulting in
5672
5673 @samp{$ml/wl-00000;zip;ml/wl}.
5674 @end table
5675
5676 @item wl-expire-archive-folder-num-regexp
5677 @vindex wl-expire-archive-folder-num-regexp
5678 The initial setting is @samp{-\\([-0-9]+\\);}.
5679 This variable specifies the regular expression to be used for getting
5680 message numbers from multiple archiving folders specified by
5681 @code{elmo-list-folders}.
5682 Set it in accordance with @code{wl-expire-archive-folder-name-fmt}.
5683
5684 @item wl-expire-archive-date-folder-num-regexp
5685 @vindex wl-expire-archive-date-folder-num-regexp
5686 The initial setting is @samp{-\\([-0-9]+\\);}.
5687 This is the regular expression to be used for getting message numbers
5688 from multiple archiving folders specified by @code{elmo-list-folders}.
5689 Set it in accordance with @code{wl-expire-archive-date-folder-name-fmt}.
5690
5691 @item wl-expire-delete-oldmsg-confirm
5692 @vindex wl-expire-delete-oldmsg-confirm
5693 The initial setting is @code{t}.
5694 If non-nil, messages older than the one with the largest number will be
5695 deleted with confirmation.
5696 If @code{nil}, they are deleted without confirmation.
5697
5698 This feature is valid only if non-nil is specified as a argument to the
5699 standard functions so as to retain numbers.
5700
5701 @item wl-expire-use-log
5702 @vindex wl-expire-use-log
5703 The initial setting is @code{nil}.
5704 If non-nil, expiration logs are recorded in @file{~/.elmo/expired-log}.
5705 They are appended but not truncated or rotated automatically; you might
5706 need to remove it manually.
5707
5708 @item wl-expire-add-seen-list
5709 @vindex wl-expire-add-seen-list
5710 The initial setting is @code{t}.
5711
5712 If non-nil, when messages are re-filed by expiration, read/unread
5713 information is passed to the destination folder.
5714
5715 However if you do not read the destination folder from Wanderlust,
5716 @file{seen} under @file{~/.elmo/} grows larger and larger, so you might
5717 want to set this to @code{nil} if you are simply saving to some
5718 archiving folders.  Even if its value is @code{nil}, messages in the
5719 archiving folders are simply treated as unread; it does not affect
5720 expiration itself.
5721
5722 @item wl-expire-folder-update-msgdb
5723 @vindex wl-expire-folder-update-msgdb
5724 The initial setting is @code{t}.
5725 If @code{t}, in the folder mode, expiration is carried out after
5726 updating summary information.  If you specified a list of regular
5727 expressions of folder names, summary information is updated for matching
5728 folders only.
5729 @end table
5730
5731
5732 @node Archive,  , Expire, Expire and Archive
5733 @section Archiving Messages
5734
5735 @subsection Archiving Messages
5736 @kbd{M-x wl-summary-archive} copies the whole folder to archiving
5737 folders.  If there are the archiving folders already, only new messages
5738 are appended.
5739
5740 You can use @code{wl-archive-alist} in order to specify how messages are
5741 archived according to their folder names, as in @code{wl-expire-alist}.
5742 For example:
5743
5744 @lisp
5745 @group
5746 (setq wl-archive-alist
5747       '(("^\\+tmp$"     wl-archive-date)
5748         ("^\\+outbox$"  wl-archive-number2)
5749         (".*"           wl-archive-number1)))
5750 @end group
5751 @end lisp
5752
5753 Each item in the list has the following format:
5754
5755 @example
5756 (@var{folders-regexp}  @var{deleting-function})
5757 @end example
5758
5759 As you can see, you can only use a function after @var{folders-regexp}.
5760 Per default, there are three functions:
5761
5762 @itemize @bullet
5763 @item @code{wl-archive-number1}
5764 @item @code{wl-archive-number2}
5765 @item @code{wl-archive-date}
5766 @end itemize
5767
5768 As inferred from their names, they work similarly to "expire" versions,
5769 other than the following points:
5770
5771 @itemize @minus
5772 @item No messages are deleted
5773 @item Message numbers are retained even if invoked without arguments
5774 @end itemize
5775
5776 These functions are good to archive all messages in a folder by their
5777 numbers or by their dates.
5778 These are also useful for backup or confirmation purposes before
5779 expiration.
5780 If you try to re-file them after they are archived, they are deleted but
5781 not re-filed.
5782
5783 Per default, the archiving folders to which messages are copied are
5784 determined automatically by @code{wl-expire-archive-get-folder-function}.
5785 You can copy to a specific folder by invoking with a prefix argument,
5786 i.e. @kbd{C-u M-x wl-summary-archive}.
5787
5788 Note that this feature has not been seriously tested, because you can
5789 simply copy to an archiving folder, for example by
5790 @code{wl-summary-copy-region}.
5791
5792 The archiving folders are determined by the same logic as in
5793 @code{wl-summary-expire}; the following customizable variables are
5794 relevant:
5795
5796 @itemize @bullet
5797 @item @code{wl-expire-archive-files}
5798 @item @code{wl-expire-archive-get-folder-function}
5799 @item @code{wl-expire-archive-folder-name-fmt}
5800 @item @code{wl-expire-archive-folder-type}
5801 @item @code{wl-expire-archive-folder-prefix}
5802 @item @code{wl-expire-archive-folder-num-regexp}
5803 @end itemize
5804
5805 @subsection Customizable Variables
5806
5807 @table @code
5808 @item wl-archive-alist
5809 @vindex wl-archive-alist
5810 The initial setting is the list shown below:
5811
5812 @lisp
5813 @group
5814 ((".*" wl-archive-number1))
5815 @end group
5816 @end lisp
5817
5818 @noindent
5819 This variable specifies a function that copies to archiving folders.
5820 To the function, three arguments are passed: a folder name, a list of
5821 messages in the folder, and msgdb information of the summary.
5822 Needless to say, you can use your own function.
5823 @end table
5824
5825
5826 @node Scoring, Split messages, Expire and Archive, Top
5827 @chapter Score of the Messages
5828 @cindex Scoring
5829 @c @cindex Kill File
5830
5831 Scoring is the function that associates a score (value) with each
5832 message, and marks as read or deletes from the summary according to it.
5833
5834 You can put target or important marks on essential messages, or read marks
5835 on the ones you do not want to read, for example spam articles.
5836
5837 This scoring function has a capability and a format similar to the one
5838 that Gnus has, although there are some unsupported features and
5839 Wanderlust specifics.
5840 @xref{Scoring, , ,gnus, The gnus Newsreader}.
5841
5842 @menu
5843 * Score Commands::             Score Commands
5844 * Score File Format::          Score File Format
5845 @end menu
5846
5847
5848 @node Score Commands, Score File Format, Scoring, Scoring
5849 @section Score Commands
5850 @cindex Score Commands
5851
5852 @subsection Score File Specification
5853
5854 @code{wl-score-folder-alist} specifies score files or variables in which
5855 scores are defined, corresponding to folder names.
5856
5857 @lisp
5858 @group
5859 (setq wl-score-folder-alist
5860       '(("^-.*"
5861          "news.SCORE"
5862          "my.SCORE")
5863         (".*"
5864          "all.SCORE")))
5865 @end group
5866 @end lisp
5867
5868 If paths to the score files are omitted, the directory specified in the
5869 variable @code{wl-score-files-directory} is assumed.
5870
5871 No matter what you write in @code{wl-score-folder-alist}, the default
5872 score file @code{wl-score-default-file} (@file{all.SCORE}) is always
5873 read (it does not have to exist).
5874 Therefore, in the example above, the three score files,
5875 @file{news.SCORE}, @file{my.SCORE}, and @file{all.SCORE} are read for
5876 the folders that matches @samp{^-.*}.
5877
5878 @subsection Scored Messages
5879
5880 Scores are attached to the messages that are specified by
5881 @code{wl-summary-score-marks} temporarily when the summary is updated;
5882 when you exit from the summary, the scores are removed and reverts to
5883 the defaults.
5884
5885 @subsection Creation of Score Files
5886
5887 In the summary buffer, move to an appropriate message and type @kbd{L}.
5888 Then type @kbd{s}, @kbd{s}, and @kbd{p} at a prompt in a mini-buffer.
5889 The string in Subject is presented.  Edit it and press @kbd{@key{RET}}.
5890
5891 This makes @minus{}1000 are scored for messages with the same
5892 @samp{Subject:} as the string you entered.  That is, such a score file
5893 is created automatically.
5894
5895 Then, try typing @kbd{h} and @kbd{e} in the same summary buffer.
5896 The score file you just made appears.
5897 This buffer is called @dfn{score editing buffer} thereafter.
5898 When you type @kbd{C-c C-e} in it, you are prompted in the mini-buffer
5899 as you are previously; type @kbd{a}.  Then a score entry for "From"
5900 should be inserted.
5901 In this way, you can create a score file easily either in the summary
5902 buffer or in the score editing buffer.
5903
5904 By the way, you might be aware the numbers of key strokes are different
5905 between @kbd{s s p} and @kbd{a}.
5906 This is determined by @code{wl-score-header-default-entry}.
5907 This variable specifies the default score entries corresponding to
5908 header fields.
5909 For example, for "subject" field, a type and a time limit are prompted,
5910 but for "from" field, they are fixed upon automatically as substring and
5911 permanent respectively.
5912 However, score values can be modified by the prefix argument.
5913 Typing @kbd{?} at the mini-buffer shows a help on keys and corresponding
5914 headers and types.
5915
5916 At last, type @kbd{C-c C-c} in the score editing buffer.  This saves the
5917 score file and terminates the edit mode.  Typing @kbd{C-c C-c} after
5918 erasing contents of the buffer deletes the score file being edited.
5919
5920 @subsection Tips
5921
5922 @subsubsection Selecting Score Files
5923
5924 You can change score files to which scores are appended by
5925 @code{wl-summary-increase-score} and @code{wl-summary-lower-score} by
5926 @code{wl-score-change-score-file}.
5927
5928 @subsubsection Summing Up the Score
5929
5930 If you add the same entries by @code{wl-summary-increase-score},
5931 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry},
5932 scores for the entry is summed up.
5933
5934 For example, if you create @samp{from} entry with the score of @minus{}1000 by
5935 @kbd{L a} and again @samp{from} with @minus{}200, one entry with the score of
5936 @minus{}1200 will be created as a result.
5937
5938 @subsubsection Creating Thread Key
5939
5940 Creating @samp{Thread} key by @code{wl-summary-increase-score} or
5941 @code{wl-summary-lower-score} appends @samp{Message-ID} of all children.
5942
5943 @subsubsection Creating Followup Key
5944
5945 Creating @samp{Followup} key by @code{wl-summary-increase-score} or
5946 @code{wl-summary-lower-score} appends @samp{Message-ID} of the message
5947 at the cursor to @samp{References} key.
5948 If @code{wl-score-auto-make-followup-entry} is non-nil,
5949 @samp{Message-ID} of all messages to be followed up within dates
5950 specified by @code{wl-score-expiry-days}.
5951
5952 @subsection Key Bindings
5953
5954 @table @kbd
5955 @item K
5956 @kindex K (Summary)
5957 @findex wl-summary-increase-score
5958 Increases the score for the current message.
5959 And the score entry is appended to the score file at the same moment.
5960 You can specify the score value by a prefix argument.
5961
5962 @item L
5963 @kindex L (Summary)
5964 @findex wl-summary-lower-score
5965 Decreases the score for the current message.
5966 And the score entry is appended to the score file at the same moment.
5967 You can specify the score value by a prefix argument.
5968
5969 @item h R
5970 @kindex h R (Summary)
5971 @findex wl-summary-rescore
5972 Re-applies the scoring.
5973 However, already scored messages are not scored anew.
5974
5975 @item h c
5976 @kindex h c (Summary)
5977 @findex wl-score-change-score-file
5978 Changes the score file currently selected.
5979
5980 @item h e
5981 @kindex h e (Summary)
5982 @findex wl-score-edit-current-scores
5983 Edits the score file currently selected.
5984 If there are multiple score files, the previously specified one is
5985 selected.
5986
5987 @item h f
5988 @kindex h f (Summary)
5989 @findex wl-score-edit-file
5990 Edits an arbitrary score file and selects it.
5991
5992 @item h F
5993 @kindex h F (Summary)
5994 @findex wl-score-flush-cache
5995 Erases caches associated to the score files that are read.
5996 If you modified score files directly (from other than Wanderlust), you
5997 need to re-read them after erasing the cache.
5998
5999 @item h m
6000 @kindex h m (Summary)
6001 @findex wl-score-set-mark-below
6002 Specifies the criterion for scores to be marked as read.
6003 Messages with scores less than this value are marked as read.
6004
6005 @item h x
6006 @kindex h x (Summary)
6007 @findex wl-score-set-expunge-below
6008 Specifies the criterion for scores to be deleted from the summary.
6009 Messages with scores less than this value are deleted.
6010 "Deleted" means it is not shown; they are not removed from the summary
6011 information or the folder.
6012 The deleted messages can be shown by rescan-noscore again.
6013 @end table
6014
6015 @subsection Key Bindings in the Score Editing Buffer
6016
6017 @table @kbd
6018 @item C-c C-k
6019 @kindex C-c C-k (Score Mode)
6020 @findex wl-score-edit-kill
6021 Abandons the file being edited.
6022
6023 @item C-c C-c
6024 @kindex C-c C-c (Score Mode)
6025 @findex wl-score-edit-exit
6026 Saves the file being edited, and quits from the edit mode.
6027
6028 @item C-c C-p
6029 @kindex C-c C-p (Score Mode)
6030 @findex wl-score-pretty-print
6031 Re-draws the score.
6032
6033 @item C-c C-d
6034 @kindex C-c C-d (Score Mode)
6035 @findex wl-score-edit-insert-date
6036 Inserts the number of dates from Dec. 31, 1 B.C.
6037 It is used for creating the third factor of time-limited scores.
6038
6039 @item C-c C-s
6040 @kindex C-c C-s (Score Mode)
6041 @findex wl-score-edit-insert-header
6042 Inserts the header of the message selected in the summary buffer.
6043
6044 @item C-c C-e
6045 @kindex C-c C-e (Score Mode)
6046 @findex wl-score-edit-insert-entry
6047 Inserts the score entry of the message selected in the summary buffer.
6048 @end table
6049
6050 @subsection Customizable Variables
6051
6052 @table @code
6053 @item wl-summary-default-score
6054 @vindex wl-summary-default-score
6055 The initial setting is 0 (zero).
6056 This variable specifies the default value of the score.
6057 The score is increased or decreased based upon this value.
6058
6059 @item wl-summary-important-above
6060 @vindex wl-summary-important-above
6061 The initial setting is @code{nil}.
6062 Messages with scores larger than this value are attached with the
6063 important mark (@samp{$}).
6064 If @code{nil}, no important marks are attached.
6065
6066 @item wl-summary-target-above
6067 @vindex wl-summary-target-above
6068 The initial setting is @code{nil}.
6069 Messages with scores larger than this value are attached with the target
6070 mark (@samp{*}).
6071 If @code{nil}, no target marks are attached.
6072
6073 @item wl-summary-mark-below
6074 @vindex wl-summary-mark-below
6075 The initial setting is 0 (zero).
6076 Messages with scores smaller than this value are marked as read.
6077
6078 @item wl-summary-expunge-below
6079 @vindex wl-summary-expunge-below
6080 The initial setting is @code{nil}.
6081 Messages with scores smaller than this value are deleted from the
6082 summary.
6083 If @code{nil}, they are not deleted.
6084
6085 @item wl-summary-score-marks
6086 @vindex wl-summary-score-marks
6087 The initial setting is the list shown below:
6088
6089 @lisp
6090 @group
6091 (list wl-summary-new-mark)
6092 @end group
6093 @end lisp
6094
6095 @noindent
6096 Messages with these marks are scored.
6097
6098 @item wl-use-scoring
6099 @vindex wl-use-scoring
6100 The initial setting is t.
6101 If non-nil, scoring is enabled.
6102
6103 @item wl-score-files-directory
6104 @vindex wl-score-files-directory
6105 The initial setting is @file{~/.elmo/}.
6106 The default directory for score files.
6107
6108 @item wl-score-interactive-default-score
6109 @vindex wl-score-interactive-default-score
6110 The initial setting is 1000.
6111 This value is used as a score when a score factor is @code{nil} in the
6112 score file.  It is also used in @code{wl-summary-increase-score} and
6113 @code{wl-summary-lower-score}, on condition that the value of
6114 @code{wl-score-header-default-entry} is @code{nil}.
6115
6116 @item wl-score-expiry-days
6117 @vindex wl-score-expiry-days
6118 The initial setting is 7.
6119 This is the number of days before time-limited scores are deleted.
6120
6121 @item wl-score-update-entry-dates
6122 @vindex wl-score-update-entry-dates
6123 The initial setting is @code{t}.
6124 If non-nil, it enables deletion of time-limited scores.
6125
6126 @item wl-score-header-default-entry
6127 @vindex wl-score-header-default-entry
6128 Specifies the default value for each header field for score entries
6129 created by @code{wl-summary-increase-score},
6130 @code{wl-summary-lower-score}, and @code{wl-score-edit-insert-entry}.
6131
6132 @item wl-score-simplify-fuzzy-regexp
6133 @vindex wl-score-simplify-fuzzy-regexp
6134 In the case of a type of a score entry is @code{fuzzy}, this specifies a
6135 regular expression to be deleted from the string.
6136 Because this is usually used for Subject, the default is prefixes that
6137 are attached by mailing list programs.
6138
6139 @item wl-summary-rescore-partial-threshold
6140 @vindex wl-summary-rescore-partial-threshold
6141 The initial setting is 200.
6142 When sync-all or rescan is executed, if there are messages more than
6143 this value, only the last same number of messages as this value are
6144 scored.
6145
6146 @item wl-summary-auto-sync-marks
6147 @vindex wl-summary-auto-sync-marks
6148 If non-nil, unread/important marks are synchronized when the summary
6149 does.
6150 Unread marks reflect information on the IMAP4 server.
6151 Important marks reflect information on the IMAP4 server (flagged or
6152 not), and contents of @samp{'mark} folder.
6153 The initial setting is @code{t}.
6154 @end table
6155
6156
6157 @node Score File Format,  , Score Commands, Scoring
6158 @section Score File Format
6159 @cindex Score File Format
6160
6161 The format of score files are the same as Gnus, and basically you can
6162 use Gnus score files as they are.  But they are not fully compatible
6163 because some keys are not supported and there are Wanderlust specifics.
6164 @xref{Score File Format, , ,gnus, The gnus Newsreader}.
6165
6166 @lisp
6167 @group
6168 (("subject"
6169   ("for sale" -1000 nil s)
6170   ("profit" -1000 nil s))
6171  ("from"
6172   ("spam@@spamspamspam" -10000 nil s))
6173  ("followup"
6174   ("my@@address" 3001 nil s))
6175  ("chars"
6176   (1000000 -10 nil >))
6177  (important 5000)
6178  (target 3000)
6179  (mark 0)
6180  (expunge -3000))
6181 @end group
6182 @end lisp
6183
6184 @table @code
6185 @item string
6186 If the key is a string, it is the name of the header to be matched.
6187 The following keys are available:
6188 @code{Subject}, @code{From}, @code{Date}, @code{Message-ID},
6189 @code{References}, @code{To}, @code{Cc}, @code{Chars}, @code{Lines},
6190 @code{Xref}, @code{Extra}, @code{Followup}, @code{Thread}
6191 @code{Chars} and @code{Lines} mean the size and the number of lines of
6192 the message, respectively.  @code{Extra}, @code{Followup}, @code{Thread}
6193 are described later.
6194 The rest corresponds the field of the same name.
6195
6196 Arbitrary numbers of core entries are specified after the key.
6197 Each score entry consists of these five factors:
6198
6199 @enumerate
6200 @item
6201 A factor that matches header.  This should be a number in the cases of
6202 @code{lines} and @code{chars}, otherwise a string.
6203
6204 @item
6205 A score factor.  When the first item matches, the score of the message
6206 is increased or decreased by this value.
6207
6208 @item
6209 A time limiting factor.  If @code{nil}, the score is permanent, and in the case
6210 of a number, the score is deleted if it does not match for days
6211 (@code{wl-score-expiry-days}) from the date specified by this.
6212 The date is since Dec. 31, 1 B.C.
6213
6214 @item
6215 A type factor.  This specifies the way the first factor matches.
6216 Available types depend on keys.
6217
6218 @table @dfn
6219 @item From, Subject, References, Message-ID
6220 For these keys in string, @code{r} and @code{R} (regexp),
6221 @code{s} and @code{S} (substring), @code{e} and @code{E} (exact match),
6222 as well as @code{f} and @code{F} (fuzzy) can be used.
6223 @code{R}, @code{S}, @code{E}, and @code{F} are case sensitive.
6224
6225 @item Lines, Chars
6226 For these keys, the following five numerical relative operators can be
6227 used: @code{<}, @code{>}, @code{=}, @code{>=}, @code{<=}.
6228
6229 @item Followup
6230 This key matches @code{From} header, and scores all follow-ups to the
6231 message.
6232 For example, it would be useful for increasing scores for follow-ups to
6233 you own article.
6234
6235 You can use the same types as @code{From} except for @code{f}.
6236 And a @samp{Followup} entry is automatically appended to the score file.
6237
6238 @item Thread
6239 This key scores (sub-)threads beginning with @code{Message-ID} @var{x}.
6240 A @samp{Thread} entry is automatically appended for each article that
6241 has @var{x} in the @code{References} header.
6242 You can make sure the whole thread including messages that does not have
6243 all ancestors @code{Message-ID} in @code{References} is scored.
6244
6245 You can use the same types as @code{References} except for @code{f}.
6246 And a @samp{Thread} entry is automatically appended to the score file.
6247 @end table
6248
6249 @item
6250 A factor for extension header.  This is meaningful only if the key is
6251 @code{Extra}.
6252 This specifies headers to be matched other than standard headers like
6253 @code{Subject} and @code{From}.
6254 Note that you should specify the header in
6255 @code{elmo-msgdb-extra-fields} also.
6256 Therefore it does not work in folders where extension headers cannot be
6257 retrieved.
6258
6259 @end enumerate
6260
6261 The sum of these scores @emph{after all factors are applied} becomes the
6262 score of the message.
6263
6264 @cindex Score File Atoms
6265 @item mark
6266 Messages with a score less than this value is marked as read.
6267 The default is @code{wl-summary-mark-below}.
6268
6269 @item expunge
6270 Messages with a score less than this value is deleted from the summary.
6271 The default is @code{wl-summary-expunge-below}.
6272
6273 @item mark-and-expunge
6274 Both @code{mark} and @code{expunge} are applied,
6275 i.e. messages with a score less than this value is marked as read and
6276 deleted from the summary.
6277
6278 @item target
6279 Messages with a score greater than this value is attached with temp
6280 marks.
6281 The default is @code{wl-summary-target-above}.
6282
6283 @item important
6284 Messages with a score greater than this value is attached with important
6285 marks.
6286 The default is @code{wl-summary-important-above}.
6287 @end table
6288
6289 @subsection Caveats
6290
6291 Not to mention the @code{extra} key, if @code{lines} or @code{xref} keys
6292 are used, you need to set @code{elmo-msgdb-extra-fields}.
6293
6294 @lisp
6295 (setq elmo-msgdb-extra-fields '("lines" "xref"))
6296 @end lisp
6297
6298 There are other restrictions as shown below:
6299
6300 @itemize @bullet
6301 @item Because @samp{References} field in the summary information
6302 contains only the last @samp{Message-ID}, @code{references} key matches
6303 the last one only.
6304 @end itemize
6305
6306 Keys that can be seen by folder of types:
6307
6308 @example
6309 @group
6310                         chars lines xref  extra
6311 localdir,localnews        Y     E     E     E
6312 nntp (supporting xover)   Y     E     E     N
6313      (otherwise)          N     E     E     E
6314 imap4                     Y     E     E     E
6315 pop3                      N     E     E     E
6316
6317                 Y: can be seen
6318                 N: cannot be seen (ignored)
6319                 E: can be seen with @code{elmo-msgdb-extra-fields} settings
6320 @end group
6321 @end example
6322
6323
6324 @node Split messages, Address Book, Scoring, Top
6325 @chapter Message splitting
6326 @cindex Split messages
6327
6328 You can use @code{elmo-split} to split message in folder
6329 @code{elmo-split-folder} a la procmail according to some specified rules.
6330 To use this feature, set as follows in your @file{~/.emacs} at first.
6331
6332 @lisp
6333 (autoload 'elmo-split "elmo-split" "Split messages on the folder." t)
6334 @end lisp
6335
6336 Then you can invoke @kbd{M-x elmo-split} to split messages according to
6337 @code{elmo-split-rule}. On the other hand, invoke @kbd{C-u M-x elmo-split}
6338 to do a rehearsal (do not split actually).
6339
6340 We will describe how to specify the rule. First of all, see following
6341 example, please.
6342
6343 @lisp
6344 @group
6345 (setq elmo-split-rule
6346       ;; @r{Store messages from spammers into @samp{+junk}}
6347       '(((or (address-equal from "i.am@@spammer")
6348              (address-equal from "dull-work@@dull-boy")
6349              (address-equal from "death-march@@software")
6350              (address-equal from "ares@@aon.at")
6351              (address-equal from "get-money@@richman"))
6352          "+junk")
6353         ;; @r{Store messages from mule mailing list into @samp{%mule}}
6354         ((equal x-ml-name "mule") "%mule")
6355         ;; @r{Store messages from wanderlust mailing list into @samp{%wanderlust}}
6356         ;; @r{and continue evaluating following rules}
6357         ((equal x-ml-name "wanderlust") "%wanderlust" continue)
6358         ;; @r{Store messages from Yahoo user into @samp{+yahoo-{username}}}
6359         ((match from "\\(.*\\)@@yahoo\\.com")
6360          "+yahoo-\\1")
6361         ;; @r{Store unmatched mails into @samp{+inbox}}
6362         (t "+inbox")))
6363 @end group
6364 @end lisp
6365
6366 The basic unit of the rule is a combination like
6367
6368 @lisp
6369 (@samp{CONDITION} @samp{FOLDER} [@code{continue}])
6370 @end lisp
6371
6372 The 1st element @samp{CONDITION} is a sexp. Its grammar will be
6373 explained below. The 2nd element @samp{FOLDER} is the name of the folder
6374 to split messages into. When the 3rd element @code{continue} is
6375 specified as symbol, evaluating rules is not stopped even when the
6376 condition is satisfied.
6377
6378 The grammar for @samp{CONDITION} is as follows. See example above to
6379 learn how to write the condition practically.
6380
6381 @enumerate
6382 @item
6383 Functions which accept argument @samp{FIELD-NAME} and @samp{VALUE}.
6384 (@samp{FIELD-NAME} is a symbol that describes the field name)
6385
6386 @table @code
6387 @item @code{equal}
6388 True if the field value equals to @samp{VALUE}.
6389 Case of the letters are ignored.
6390 @item @code{match}
6391 True if the field value matches to VALUE.
6392 @samp{VALUE} can contain @code{\&} and @code{\N} which will substitute
6393 from matching @code{\(\)} patterns in the previous @samp{VALUE}.
6394 @item @code{address-equal}
6395 True if one of the addresses in the field equals to
6396 @samp{VALUE}. Case of the letters are ignored.
6397 @item @code{address-match}
6398 True if one of the addresses in the field matches to
6399 @samp{VALUE}.
6400 @samp{VALUE} can contain @code{\&} and @code{\N} which will substitute
6401 from matching @code{\(\)} patterns in the previous @samp{VALUE}.
6402 @end table
6403
6404 @item
6405 Functions which accept any number of arguments.
6406
6407 @table @code
6408 @item @code{or}
6409 True if one of the argument returns true.
6410 @item @code{and}
6411 True if all of the arguments return true.
6412 @end table
6413
6414 @item
6415 A symbol.
6416
6417 When a symbol is specified, it is evaluated.
6418 @end enumerate
6419
6420
6421 @node Address Book, Customization, Split messages, Top
6422 @chapter Address Book
6423 @cindex Address Book
6424
6425 With address book, you can utilize address completion, and you have
6426 summary displayed with nicknames.
6427
6428 @menu
6429 * Mail Addresses::   Definition of Address Book
6430 * Address Manager::  Address Manager
6431 @end menu
6432
6433 @node Mail Addresses, Address Manager, Address Book, Address Book
6434 @section Address book
6435 @cindex Address book Definition
6436 @cindex .addresses
6437 @cindex Alias, Address
6438
6439 The file @file{~/.addresses} is a simple address book for Wanderlust.
6440 Make address file @file{~/.addresses}, and edit to suit your requirement.
6441
6442 The data written in @file{~/.addresses} are used for address completion
6443 under draft editing mode. Furthermore, they are used when showing names
6444 in summary display mode. You can safely skip this section, if you don't
6445 want to customize address completion and summary display.
6446 It is possible to add/change/remove addresses from @file{~/.addresses} in
6447 summary buffer after Wanderlust is invoked. @refill
6448
6449 The format is very simple. Like this. @refill
6450
6451 @example
6452 @group
6453 #
6454 # @r{Lines begin with @samp{#} are comment.}
6455 # @r{Empty lines are ignored}
6456 #
6457 # @r{Format of each line:}
6458 # @var{email-address}  "@var{nickname} "@var{realname}"
6459 #
6460 teranisi@@gohome.org            "Yuuichi"      "Yuuichi Teranishi"
6461 foo@@bar.gohome.org             "Mr. Foo"    "John Foo"
6462 bar@@foo.gohome.org             "Mr. Bar"    "Michael Bar"
6463 @end group
6464 @end example
6465
6466 @noindent
6467 One line defines one persons description.
6468
6469 Actually, in default setup, @var{nickname} is used in summary-mode and
6470 @var{realname} is used in draft preparation mode. This behavior is
6471 better understood if you try it and confirmed the function first. You
6472 can write and try a small definition, so you will know the idea of the
6473 address book before writing a big one.
6474
6475 And, if MH alias file is specified in variable @code{wl-alias-file},
6476 it is used as an address information in the draft preparation mode.
6477
6478 If variable @code{wl-use-ldap} is non-nil (initial setting is
6479 @code{nil}), address completion in draft mode uses LDAP information.
6480
6481 If you use LDAP, you have to set @code{wl-ldap-server},
6482 @code{wl-ldap-port} and @code{wl-ldap-base} properly. If your emacs does
6483 not have LDAP feature as built-in feature (Currently only XEmacs can
6484 have built-in LDAP feature), you have to set command exec @env{PATH} to
6485 the program @command{ldapsearch}.
6486
6487
6488 @node Address Manager,  , Mail Addresses, Address Book
6489 @section Address Manager
6490 @cindex Address Manager
6491
6492 You can type @kbd{C-c C-a} to enter address manger mode.  you can edit
6493 the address book and insert address to draft buffer.
6494
6495 @subsection Key Bindings
6496
6497 @table @kbd
6498 @item t
6499 @kindex t (Address Manager)
6500 @findex wl-addrmgr-set-to
6501 Add @samp{To:} mark.
6502
6503 @item c
6504 @kindex c (Address Manager)
6505 @findex wl-addrmgr-set-cc
6506 Add @samp{Cc:} mark.
6507
6508 @item b
6509 @kindex b (Address Manager)
6510 @findex wl-addrmgr-set-bcc
6511 Add @samp{Bcc:} mark.
6512
6513 @item u
6514 @kindex u (Address Manager)
6515 @findex wl-addrmgr-unmark
6516 Cancel the mark.
6517
6518 @item x
6519 @kindex x (Address Manager)
6520 @findex wl-addrmgr-apply
6521
6522 Insert @samp{To:}, @samp{Cc:}, or @samp{Bcc:} marked addresses to draft
6523 buffer and quit address manager.  When no draft buffer, make new draft
6524 with insert marked addresses.
6525
6526 If no mark, quit address manager.
6527
6528
6529 @item q
6530 @kindex q (Address Manager)
6531 @findex wl-addrmgr-quit
6532 Quit address manager.
6533
6534 @item a
6535 @kindex a (Address Manager)
6536 @findex wl-addrmgr-add
6537 Add new entry.
6538
6539 @item d
6540 @kindex d (Address Manager)
6541 @findex wl-addrmgr-delete
6542 Delete entry.
6543
6544 @item e
6545 @kindex e (Address Manager)
6546 @findex wl-addrmgr-edit
6547 Edit entry.
6548 @end table
6549
6550
6551 @node Customization, Terminology, Address Book, Top
6552 @chapter Customizing Wanderlust
6553 @cindex Customization
6554
6555 @menu
6556 * Living with other packages:: Cooperating with other packages
6557 * Highlights::                 Highlights
6558 * Biff::                       Notify Mail arrival
6559 * Advanced Settings::          Advanced Settings
6560 * Customizable Variables::     Customizable Variables
6561 * Hooks::                      Hooks
6562 @end menu
6563
6564
6565 @node Living with other packages, Highlights, Customization, Customization
6566 @section Living with other packages
6567
6568 Examples with other packages.
6569
6570 @menu
6571 * imput::                       imput (im-wl.el)
6572 * BBDB::                        The Insidious Big Brother Database
6573 * LSDB::                        The Lovely Sister Database
6574 * supercite::                   supercite.el
6575 * mu-cite::                     mu-cite.el
6576 * X-Face::                      x-face,bitmap-mule
6577 * dired-dd::                    dired-dd.el
6578 * MHC::                         MHC
6579 * Addrbook::                    Addrbook
6580 * mime-w3m::                    mime-w3m.el
6581 @end menu
6582
6583
6584 @node imput, BBDB, Living with other packages, Living with other packages
6585 @subsection imput
6586 @pindex imput
6587 @cindex im-wl
6588
6589 Place @file{util/im-wl.el} on the @code{load-path} and do the following
6590 settings.
6591
6592 If @command{imput} is on the @code{exec-path} at the installation,
6593 @file{im-wl.el} is byte-compiled and installed.  @xref{Install}.
6594
6595 @lisp
6596 @group
6597 (autoload 'wl-draft-send-with-imput-async "im-wl")
6598 (setq wl-draft-send-function 'wl-draft-send-with-imput-async)
6599 @end group
6600 @end lisp
6601
6602
6603 @node BBDB, LSDB, imput, Living with other packages
6604 @subsection bbdb.el
6605 @pindex BBDB
6606
6607 Place @file{util/bbdb-wl.el} on the @code{load-path} and do the following
6608 settings.
6609
6610 If BBDB is on the @code{load-path} at the installation, @file{bbdb-wl.el} is
6611 byte-compiled and installed.
6612 @xref{Install}.
6613
6614 @lisp
6615 @group
6616 (require 'bbdb-wl)
6617
6618 (bbdb-wl-setup)
6619 ;; @r{enable pop-ups}
6620 (setq bbdb-use-pop-up t)
6621 ;; @r{auto collection}
6622 (setq bbdb/mail-auto-create-p t)
6623 ;; @r{exceptional folders against auto collection}
6624 (setq bbdb-wl-ignore-folder-regexp "^@@")
6625 (setq signature-use-bbdb t)
6626 (setq bbdb-north-american-phone-numbers-p nil)
6627 ;; @r{shows the name of bbdb in the summary} :-)
6628 (setq wl-summary-from-function 'bbdb-wl-from-func)
6629 ;; @r{automatically add mailing list fields}
6630 (add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
6631 (setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
6632 @end group
6633 @end lisp
6634
6635 You can complete address with BBDB by @kbd{M-@key{TAB}}
6636 in draft buffer.
6637
6638
6639 @node LSDB, supercite, BBDB, Living with other packages
6640 @subsection lsdb.el
6641 @pindex LSDB
6642
6643 The following is an example of settings:
6644
6645 @lisp
6646 @group
6647 (require 'lsdb)
6648 (lsdb-wl-insinuate)
6649 (add-hook 'wl-draft-mode-hook
6650           (lambda ()
6651              (define-key wl-draft-mode-map "\M-\t" 'lsdb-complete-name)))
6652 @end group
6653 @end lisp
6654
6655 In this example, bind @kbd{M-@key{TAB}} to @code{lsdb-complete-name}
6656 (complete address with LSDB).
6657
6658
6659 @node supercite, mu-cite, LSDB, Living with other packages
6660 @subsection sc.el(supercite), sc-register.el
6661 @pindex sc
6662 @pindex supercite
6663
6664 The same setting as usual mailers should be OK.  The following is an
6665 example of settings:
6666
6667 @lisp
6668 @group
6669 (autoload 'sc-cite-original "supercite" nil t)
6670 (add-hook 'mail-citation-hook 'sc-cite-original)
6671 @end group
6672 @end lisp
6673
6674
6675 @node mu-cite, X-Face, supercite, Living with other packages
6676 @subsection mu-cite.el
6677 @pindex mu-cite
6678
6679 The same setting as usual mailers should be OK.  The following is an
6680 example of settings.
6681
6682 If you use mu-cite version 8.0 or earlier:
6683
6684 @lisp
6685 @group
6686 (autoload 'mu-cite/cite-original "mu-cite" nil t)
6687 (setq mail-citation-hook 'mu-cite/cite-original)
6688 @end group
6689 @end lisp
6690
6691 If you use mu-cite version 8.1 or later:
6692
6693 @lisp
6694 @group
6695 (autoload 'mu-cite-original "mu-cite" nil t)
6696 (add-hook 'mail-citation-hook (function mu-cite-original))
6697 @end group
6698 @end lisp
6699
6700 @node X-Face, dired-dd, mu-cite, Living with other packages
6701 @subsection x-face
6702 @pindex x-face
6703
6704 If you have installed one of the following, you can decode
6705 @samp{X-Face:} field in message buffer and you will see face image.
6706
6707 @menu
6708 * x-face-xmas::                       XEmacs case
6709 * x-face-mule::                       Emacs case
6710 @end menu
6711
6712 If there is an encoded X-Face string in a file @file{~/.xface} (the
6713 value of the variable @code{wl-x-face-file}), it is inserted as a
6714 @samp{X-Face:} field in the draft buffer (if
6715 @code{wl-auto-insert-x-face} is non-nil).
6716
6717 @node x-face-xmas, x-face-mule, X-Face, X-Face
6718 @subsubsection x-face-xmas (for XEmacs)
6719 @pindex x-face-xmas
6720
6721 If you use @file{x-face-xmas.el} in x-face (@uref{ftp://jpl.org/pub/elisp/})
6722 1.3.6.13 or later, do the following:
6723
6724 @lisp
6725 @group
6726 (autoload 'x-face-xmas-wl-display-x-face "x-face")
6727 (setq wl-highlight-x-face-function 'x-face-xmas-wl-display-x-face)
6728 @end group
6729 @end lisp
6730
6731 @node x-face-mule,  , x-face-xmas, X-Face
6732 @subsubsection x-face-mule (for Emacs)
6733 @pindex x-face-mule
6734 @pindex bitmap-mule
6735
6736 If you use @file{x-face-mule.el} in bitmap-mule
6737 (@uref{ftp://ftp.jpl.org/pub/elisp/bitmap/}) 8.0 or later, do the following:
6738
6739 @lisp
6740 @group
6741 (autoload 'x-face-decode-message-header "x-face-mule")
6742 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6743 @end group
6744 @end lisp
6745
6746 @subsubsection x-face-e21 (for Emacs 21.x)
6747 @pindex x-face-e21
6748
6749 With Emacs 21.x, you can use @file{x-face-e21.el}
6750 (@uref{ftp://jpl.org/pub/elisp/}) instead of @file{x-face-mule.el}
6751 to display X-Face. In this case, bitmap-mule is not required.
6752 Do as follows:
6753
6754 @lisp
6755 @group
6756 (autoload 'x-face-decode-message-header "x-face-e21")
6757 (setq wl-highlight-x-face-function 'x-face-decode-message-header)
6758 @end group
6759 @end lisp
6760
6761
6762 @node dired-dd, MHC, X-Face, Living with other packages
6763 @subsection dired-dd(Dired-DragDrop)
6764 @pindex Dired-DragDrop
6765 @pindex Dired-DD
6766 @cindex Drag and Drop
6767
6768 If you embed @file{dired-dd-mime.el} in the dired-dd package, you can
6769 compose multi-part by simple Drag-and-Drop from dired to the draft
6770 buffer being edited in GNU Emacs (this feature is not Wanderlust
6771 specific, but general-purpose for SEMI).
6772
6773 @lisp
6774 @group
6775 ;; @r{dired-dd:} http://www.asahi-net.or.jp/~pi9s-nnb/dired-dd-home.html
6776 (add-hook
6777  'dired-load-hook
6778  (function
6779   (lambda ()
6780     (load "dired-x")
6781     ;; @r{Set dired-x variables here.}
6782     ;; @r{To and flo@dots{}}
6783     (if window-system
6784         (progn (require 'dired-dd)
6785                (require 'dired-dd-mime))))))
6786 @end group
6787 @end lisp
6788
6789 @node MHC, Addrbook, dired-dd, Living with other packages
6790 @subsection mhc.el
6791 @pindex MHC
6792
6793 Message Harmonized Calendaring system
6794 (@uref{http://www.quickhack.net/mhc/})
6795
6796 By using MHC, you can make a calendar from the messages.
6797
6798 For mhc-0.25:
6799
6800 @lisp
6801 @group
6802 (setq mhc-mailer-package 'wl)
6803 (autoload 'mhc-mode "mhc" nil t)
6804 (add-hook 'wl-summary-mode-hook 'mhc-mode)
6805 (add-hook 'wl-folder-mode-hook 'mhc-mode)
6806 @end group
6807 @end lisp
6808
6809 For mhc-current:
6810
6811 @lisp
6812 @group
6813 (autoload 'mhc-wl-setup "mhc-wl")
6814 (add-hook 'wl-init-hook 'mhc-wl-setup)
6815 @end group
6816 @end lisp
6817
6818 @node Addrbook, mime-w3m, MHC, Living with other packages
6819 @subsection wl-addrbook.el
6820 @pindex Addrbook
6821
6822 Addrbook of Mew
6823 (@uref{http://www.mew.org/})
6824
6825 Place @file{util/wl-addrbook.el} and @file{util/wl-complete.el} on the
6826 @code{load-path} and do the following settings.
6827
6828 @lisp
6829 @group
6830 (require 'wl-addrbook)
6831 (wl-addrbook-setup)
6832 @end group
6833 @end lisp
6834
6835 @node mime-w3m,  , Addrbook, Living with other packages
6836 @subsection mime-w3m.el
6837 @pindex mime-w3m
6838
6839 You can display html part by using @file{mime-w3m.el}
6840 distributed with emacs-w3m (@uref{http://emacs-w3m.namazu.org/}).
6841 You can find the usage in comment region at the head of @file{mime-w3m.el}.
6842
6843
6844 @node Highlights, Biff, Living with other packages, Customization
6845 @section Highlights
6846
6847 @subsection Customizable Variables
6848
6849 @table @code
6850 @item  wl-summary-highlight
6851 @vindex wl-summary-highlight
6852 The initial setting is @code{t}.
6853 If non-nil, the summary is highlighted.
6854
6855 @item  wl-highlight-max-summary-lines
6856 @vindex wl-highlight-max-summary-lines
6857 The initial setting is 10000.
6858 The summary is not highlighted if it has more lines than this value.
6859
6860 @item  wl-summary-highlight-partial-threshold
6861 @vindex wl-summary-highlight-partial-threshold
6862 The initial setting is 1000.
6863 This is a threshold whether the whole summary is highlighted.
6864 If there are more lines of messages in the summary, it is partially
6865 highlighted.
6866
6867 @item  wl-summary-partial-highlight-above-lines
6868 @vindex wl-summary-partial-highlight-above-lines
6869 The initial setting is 30.  If there are more lines of messages than
6870 @code{wl-summary-highlight-partial-threshold} in the summary, messages
6871 after the point that is the same number of lines as this value above the
6872 cursor line are highlighted partially.  (If this value is @code{nil},
6873 the last same number of lines as the value of
6874 @code{wl-summary-highlight-partial-threshold} are highlighted.)
6875
6876 @item wl-highlight-body-too
6877 @vindex  wl-highlight-body-too
6878 The initial setting is @code{t}.
6879 If non-nil, bodies of drafts and messages are also highlighted.
6880
6881 @item  wl-highlight-message-header-alist
6882 @vindex wl-highlight-message-header-alist
6883 When highlighting headers of drafts and messages, this variable
6884 specifies which faces are allocated to important
6885 (@code{wl-highlight-message-important-header-contents}), secondly
6886 important (@code{wl-highlight-message-important-header-contents2}), and
6887 unimportant (@code{wl-highlight-message-unimportant-header-contents})
6888 message headers.
6889 Similarly, it can be used for allocating arbitrary faces to arbitrary
6890 regular expressions.
6891
6892 @item wl-highlight-citation-prefix-regexp
6893 @vindex  wl-highlight-citation-prefix-regexp
6894 Specifies a regular expression to which quoted lines in bodies of
6895 drafts and messages match.
6896 Bodies matching to this regular expression are highlighted by the faces
6897 specified by (@code{wl-highlight-message-cited-text-*}).
6898
6899 @item  wl-highlight-highlight-citation-too
6900 @vindex wl-highlight-highlight-citation-too
6901 The initial setting is @code{nil}.
6902 If non-nil, the quoting regular expression itself given by
6903 @code{wl-highlight-citation-prefix-regexp} is also highlighted.
6904
6905 @item  wl-highlight-citation-header-regexp
6906 @vindex wl-highlight-citation-header-regexp
6907 Specifies a regular expression that denotes beginning of quotation.
6908 Bodies matching to this regular expression are highlighted by the face
6909 specified by @code{wl-highlight-message-headers}.
6910
6911 @item wl-highlight-max-header-size
6912 @vindex wl-highlight-max-header-size
6913 The initial setting is @code{nil}.  If a header size is larger than this
6914 value, it will not be highlighted.  If @code{nil}, always highlighted
6915 (ignore header size).
6916
6917 @item  wl-highlight-max-message-size
6918 @vindex wl-highlight-max-message-size
6919 The initial setting is 10000.
6920 If a message is larger than this value, it will not be highlighted.
6921 With this variable, highlight is suppressed for uuencode or huge digest
6922 messages.
6923
6924 @item  wl-highlight-signature-separator
6925 @vindex wl-highlight-signature-separator
6926 Specifies regular expressions that denotes the boundary of a signature.
6927 It can be a regular expression, or a list of ones.
6928 Messages after the place that matches this regular expression are
6929 highlighted by the face specified by
6930 @code{wl-highlight-message-signature}.
6931
6932 @item  wl-max-signature-size
6933 @vindex wl-max-signature-size
6934 The initial setting is 400.
6935 This is the largest size for a signature to be highlighted.
6936
6937 @item wl-use-highlight-mouse-line
6938 @vindex  wl-use-highlight-mouse-line
6939 The initial setting is @code{t}.
6940 If non-nil, the line pointed by the mouse is highlighted in the folder
6941 mode, summary mode, and the like.
6942 @end table
6943
6944 @subsection Setting Colors and Fonts of the Characters
6945
6946 If you want to change colors or fonts of the characters, you need to
6947 modify faces defined in Wanderlust.  Use @code{set-face-font} if you
6948 want to change fonts, and @code{set-face-foreground} for colors, and so
6949 on.  You cannot write face settings in @file{.emacs}; write in
6950 @file{~/.wl}.
6951
6952 For example, if you want to change the color for signatures to yellow,
6953 write
6954
6955 @lisp
6956 (set-face-foreground 'wl-highlight-message-signature "yellow")
6957 @end lisp
6958
6959 @noindent
6960 in @file{~/.wl}.
6961
6962 Faces defined in Wanderlust:
6963
6964 @table @code
6965 @item wl-highlight-message-headers
6966 The face for field names of message headers.
6967
6968 @item wl-highlight-message-header-contents
6969 The face for field bodies of message headers.
6970
6971 @item wl-highlight-message-important-header-contents
6972 The face for important parts of message headers.
6973 Per default, this face is used for a body of @samp{Subject:} field.
6974 You can change its value by editing
6975 @code{wl-highlight-message-header-alist}.
6976
6977 @item wl-highlight-message-important-header-contents2
6978 The face for secondly important parts of message headers.
6979 Per default, this face is used for bodies of @samp{From:} and @samp{To:}
6980 fields.  You can change its value by editing
6981 @code{wl-highlight-message-header-alist}.
6982
6983 @item wl-highlight-message-unimportant-header-contents
6984 The face for unimportant parts of message headers.
6985 Per default, this face is used for bodies of @samp{X-} fields
6986 @samp{User-Agent:} fields.  You can change its value by editing
6987 @code{wl-highlight-message-header-alist}.
6988
6989 @item wl-highlight-message-citation-header
6990 The face for headers of quoted messages.
6991
6992 @item wl-highlight-message-cited-text-*
6993 The face for texts of quoted messages.  The last @samp{*} is a
6994 @var{single figure} so that 10 different colors can be used according to
6995 citation levels.
6996
6997 @item wl-highlight-message-signature
6998 The face for signatures of messages.  The initial settings are
6999 @samp{khaki} for light background colors, and @samp{DarkSlateBlue} for
7000 dark background colors.
7001
7002 @item wl-highlight-header-separator-face
7003 The face for header separators of draft messages.
7004
7005 @item wl-highlight-summary-important-face
7006 The face for message lines with important marks in the summary.
7007
7008 @item wl-highlight-summary-new-face
7009 The face for message lines with new marks in the summary.
7010
7011 @item wl-highlight-summary-displaying-face
7012 The face for the message line that is currently displayed.
7013 This face is overlaid.
7014
7015 @item wl-highlight-thread-indent-face
7016 The face for the threads that is currently displayed.
7017
7018 @item wl-highlight-summary-unread-face
7019 The face for message lines with unread marks in the summary.
7020
7021 @item wl-highlight-summary-deleted-face
7022 The face for message lines with delete marks in the summary.
7023
7024 @item wl-highlight-summary-refiled-face
7025 The face for message lines with re-file marks in the summary.
7026
7027 @item wl-highlight-refile-destination-face
7028 The face for re-file information part of message lines with re-file
7029 marks in the summary.
7030
7031 @item wl-highlight-summary-copied-face
7032 The face for message lines with copy marks in the summary.
7033
7034 @item wl-highlight-summary-target-face
7035 The face for message lines with target marks @samp{*} in the summary.
7036
7037 @item wl-highlight-summary-thread-top-face
7038 The face for message lines that are on the top of the thread in the
7039 summary.
7040
7041 @item wl-highlight-summary-normal-face
7042 The face for message lines that are not on top of the thread in the
7043 summary.
7044
7045 @item wl-highlight-folder-unknown-face
7046 The face for folders that are not known to have how many unsync messages
7047 in the folder mode.
7048
7049 @item wl-highlight-folder-zero-face
7050 The face for folders that have no unsync messages in the folder mode.
7051
7052 @item wl-highlight-folder-few-face
7053 The face for folders that have some unsync messages in the folder mode.
7054
7055 @item wl-highlight-folder-many-face
7056 The face for folders that have many unsync messages in the folder mode.
7057 The boundary between `some' and `many' is specified by the variable
7058 @code{wl-folder-many-unsync-threshold}.
7059
7060 @item wl-highlight-folder-unread-face
7061 The face for folders that have no unsync but unread messages in the
7062 folder mode.
7063
7064 @item wl-highlight-folder-killed-face
7065 The face for folders that are deleted from the access group in the
7066 folder mode.
7067
7068 @item wl-highlight-folder-opened-face
7069 The face for open groups in the folder mode.
7070 It is meaningful when @code{wl-highlight-folder-by-numbers} is
7071 @code{nil} or a @var{number}.
7072
7073 @item wl-highlight-folder-closed-face
7074 The face for close groups in the folder mode.
7075 It is meaningful when @code{wl-highlight-folder-by-numbers} is
7076 @code{nil} or a @var{number}.
7077
7078 @item wl-highlight-folder-path-face
7079 The face for the path to the currently selected folder in the folder
7080 mode.
7081
7082 @item wl-highlight-logo-face
7083 The face for logo in the demo.
7084
7085 @item wl-highlight-demo-face
7086 The face for strings (for example, a version number) in the demo.
7087 @end table
7088
7089
7090 @node Biff, Advanced Settings, Highlights, Customization
7091 @section Notify Mail arrival
7092 @cindex Biff
7093
7094 Following setting is to notify mail arrival of @samp{%inbox}
7095 by the indicator on the modeline
7096
7097 @lisp
7098 (setq wl-biff-check-folder-list '("%inbox"))
7099 @end lisp
7100
7101 @subsection Customizable Variables
7102 @table @code
7103 @item wl-biff-check-folder-list
7104 @vindex wl-biff-check-folder-list
7105 The initial setting is @code{nil}.
7106 This is the list of folders to check mail arrival.
7107 If @code{nil}, wl doesn't check mail arrival.
7108
7109 @item wl-biff-check-interval
7110 @vindex wl-biff-check-interval
7111 The initial setting is 40 (in seconds).
7112 Check mail arrival in this period.
7113
7114 @item wl-biff-notify-hook
7115 @vindex wl-biff-notify-hook
7116 This hook is run at the arrival of new mail.
7117 To beep with mail arrival(initial setting), set as follows.
7118 @lisp
7119 (setq wl-biff-notify-hook '(ding))
7120 @end lisp
7121 For silence, set to @code{nil}.
7122 @end table
7123
7124
7125 @node Advanced Settings, Customizable Variables, Biff, Customization
7126 @section Advanced Settings
7127
7128 @menu
7129 * Draft for Reply::             Draft for Reply
7130 * Thread Format::               Appearance of Thread
7131 * User-Agent Field::            @samp{User-Agent:} Header Field
7132 @end menu
7133
7134
7135 @node Draft for Reply, Thread Format, Advanced Settings, Advanced Settings
7136 @subsection Draft for Replay
7137 @vindex wl-draft-reply-with-argument-list
7138 @vindex wl-draft-reply-without-argument-list
7139 @vindex wl-draft-reply-myself-with-argument-list
7140 @vindex wl-draft-reply-myself-without-argument-list
7141
7142 If you type @kbd{a} in the Summary Buffer, a draft for reply is prepared.
7143 The addressee for the draft is decided by following rules.
7144
7145 For example, you can set as follows:
7146
7147 @lisp
7148 @group
7149 (setq wl-draft-reply-without-argument-list
7150       '(("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
7151         ("Followup-To" . (nil nil ("Followup-To")))
7152         (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
7153         ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
7154 @end group
7155 @end lisp
7156
7157 Where each element of the list  @code{wl-draft-reply-without-argument-list}
7158 is in the form
7159
7160 @example
7161 (key . (to-list cc-list newsgroup-list))
7162 @end example
7163
7164 and if the field designated by @samp{key} exist in the parent message,
7165 parent's field values designated by @samp{to-list} are copied to @samp{To:}
7166 in the draft. Similarly, parent's fields designated by @samp{cc-list} and
7167 @samp{newsgroup-list} are copied to @samp{Cc:} and @samp{Newsgroups:} in
7168 the draft respectively.
7169
7170 Examples:
7171
7172 @lisp
7173 ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
7174 @end lisp
7175
7176 Match if the parent has @samp{Mail-Followup-To} field.
7177 The components of parent's @samp{Mail-Followup-To} and @samp{Newsgroups}
7178 fields are copied to @samp{To} and @samp{Newsgroups} in the draft
7179 respectively.
7180
7181 @lisp
7182 (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
7183 @end lisp
7184
7185 Match if the parent has both @samp{X-ML-Name} and @samp{Reply-To} fields.
7186 Parent's @samp{Reply-To} is copied to @samp{To} in the draft.
7187
7188 @lisp
7189 ("From" . (("From") ("To" "Cc") ("Newsgroups")))
7190 @end lisp
7191
7192 Copy parent's @samp{From} to @samp{To} in the draft, parent's @samp{To} and
7193 @samp{Cc} to @samp{Cc}, parent's @samp{Newsgroups} to @samp{Newsgroups}
7194 respectively.
7195
7196 These are evaluated in order and first matched one is used.
7197
7198 Moreover, the behavior of @kbd{a} with prefix argument can
7199 be directed by @code{wl-draft-reply-with-argument-list} as well.
7200
7201 By the way, you can use some function (will be evaluated in the parent
7202 message buffer) in the place of @samp{key} or @samp{to-list} etc.
7203 For example, if you only want to reply to mailing lists in
7204 @code{wl-subscribed-mailing-list} if the parent has some of them,
7205 set as follows:
7206
7207 @lisp
7208 @group
7209 (defun wl-mailing-list-addresses ()
7210   (let (list-addrs)
7211     (dolist (to (mapcar
7212                  (lambda (addr)
7213                    (nth 1 (std11-extract-address-components addr)))
7214                  (wl-parse-addresses
7215                   (wl-concat-list
7216                    (elmo-multiple-fields-body-list (list "To" "Cc"))
7217                    ","))))
7218       (when (elmo-string-matched-member to wl-subscribed-mailing-list t)
7219         (setq list-addrs (cons to list-addrs))))
7220     (nreverse list-addrs)))
7221
7222 (setq wl-draft-reply-with-argument-list
7223       '((wl-mailing-list-addresses . (wl-mailing-list-addresses nil nil))
7224         ("Reply-To" . (("Reply-To") nil nil))
7225         ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
7226         ("From" . (("From") nil nil))))
7227 @end group
7228 @end lisp
7229
7230
7231 Note: To set the behavior when you reply to the message written by yourself,
7232 use @code{wl-draft-reply-myself-without-argument-list} and
7233 @code{wl-draft-reply-myself-with-argument-list} instead of them.
7234
7235 @node Thread Format, User-Agent Field, Draft for Reply, Advanced Settings
7236 @subsection Appearance of Threads
7237
7238 @example
7239 @group
7240   389  09/18(Fri)01:07 [ Teranishi         ] wl-0.6.3
7241   390  09/18(Fri)07:25 +-[ Tsumura-san       ]
7242   391  09/18(Fri)19:24 +-[ Murata-san        ]
7243   392  09/20(Sun)21:49 +-[ Okunishi-san      ]
7244   396  09/20(Sun)22:11 | +-[ Tsumura-san       ]
7245   398  09/21(Mon)00:17 |   +-[ Tsumura-san       ]
7246   408  09/21(Mon)22:37 |     +-[ Okunishi-san      ]
7247   411  09/22(Tue)01:34 |       +-[ Tsumura-san       ]
7248   412  09/22(Tue)09:28 |       +-[ Teranishi         ]
7249   415  09/22(Tue)11:52 |         +-[ Tsumura-san       ]
7250   416  09/22(Tue)12:38 |           +-[ Teranishi         ]
7251   395  09/20(Sun)21:49 +-[ Okunishi-san      ]
7252   397  09/21(Mon)00:15 +-[ Okunishi-san      ]
7253 @end group
7254 @end example
7255
7256 Settings to make appearance of threads like shown above:
7257
7258 @lisp
7259 @group
7260 (setq wl-thread-indent-level 2)
7261 (setq wl-thread-have-younger-brother-str "+")
7262 (setq wl-thread-youngest-child-str       "+")
7263 (setq wl-thread-vertical-str             "|")
7264 (setq wl-thread-horizontal-str           "-")
7265 (setq wl-thread-space-str                " ")
7266 @end group
7267 @end lisp
7268
7269 If you do not want to see branches, do the following:
7270
7271 @lisp
7272 @group
7273 (setq wl-thread-indent-level 2)
7274 (setq wl-thread-have-younger-brother-str " ")
7275 (setq wl-thread-youngest-child-str       " ")
7276 (setq wl-thread-vertical-str             " ")
7277 (setq wl-thread-horizontal-str           " ")
7278 (setq wl-thread-space-str                " ")
7279 @end group
7280 @end lisp
7281
7282
7283 @node User-Agent Field,  , Thread Format, Advanced Settings
7284 @subsection User-Agent Field
7285 @cindex X-Mailer
7286 @cindex User-Agent
7287
7288 If you are eccentric enough to elaborate @samp{X-Mailer:} or
7289 @samp{User-Agent:} fields, define a function that generate appropriate
7290 strings as you like, and set it to variable
7291 @code{wl-generate-mailer-string-function}.
7292
7293 If you do not want verbose @samp{User-Agent:} field, do the following:
7294
7295 @lisp
7296 @group
7297 (setq wl-generate-mailer-string-function
7298       'wl-generate-user-agent-string-1)
7299 @end group
7300 @end lisp
7301
7302 The following is a example:
7303
7304 @lisp
7305 @group
7306 (setq wl-generate-mailer-string-function nil)
7307 (setq wl-draft-additional-header-alist
7308       (list
7309        (cons 'X-Mailer (lambda () (product-string-1 'wl-version)))))
7310 @end group
7311 @end lisp
7312
7313
7314 @node Customizable Variables, Hooks, Advanced Settings, Customization
7315 @section Customizable Variables
7316
7317 Customizable variables that have not been described yet:
7318
7319 @table @code
7320 @item wl-default-folder
7321 @vindex wl-default-folder
7322 The initial setting is @samp{%inbox}.  This is the default value for moving to
7323 a folder and the like.
7324
7325 @item wl-draft-folder
7326 @vindex wl-draft-folder
7327 The initial setting is @samp{+draft}.  It is the folder to which drafts are
7328 saved.  It must be a localdir folder.
7329
7330 @item wl-trash-folder
7331 @vindex wl-trash-folder
7332 The initial setting is @samp{+trash}.  It is the wastebasket folder.
7333 If you changed this variable, you had better restart Wanderlust.
7334
7335 @item wl-interactive-exit
7336 @vindex wl-interactive-exit
7337 The initial setting is @code{t}.
7338 If non-nil, you are asked for confirmation when Wanderlust terminates.
7339
7340 @item wl-interactive-send
7341 @vindex wl-interactive-send
7342 The initial setting is @code{t}.
7343 If non-nil, you are asked for confirmation when mail is sent.
7344
7345 @item wl-folder-sync-range-alist
7346 @vindex wl-folder-sync-range-alist
7347 The initial setting is the alist shown below:
7348
7349 @lisp
7350 @group
7351 (("^&.*$" . "all")
7352  ("^\\+draft$\\|^\\+queue$" . "all"))
7353 @end group
7354 @end lisp
7355
7356 @noindent
7357 This is an associative list of regular expressions of folder names and
7358 update range of the summary.  Update range is one of the @samp{all},
7359 @samp{update}, @samp{rescan}, @samp{rescan-noscore}, @samp{first} and
7360 @samp{last}. If a folder do not match, @samp{update} is used.
7361
7362 @item wl-ask-range
7363 @vindex wl-ask-range
7364 The initial setting is @code{t}.
7365 If @code{nil}, the value of @code{wl-folder-sync-range-alist} is used
7366 for updating the summary when you changed folders.
7367
7368 @item wl-mime-charset
7369 @vindex wl-mime-charset
7370 The initial setting is @code{x-ctext}.
7371 This is the MIME charset for messages that are not MIME (e.g. without
7372 @samp{Content-Type:}). This value also used as default charset for
7373 summary.  (If you want to share Summary on Nemacs and other Emacsen, set
7374 this value as @code{iso-2022-jp}.)
7375
7376 @item wl-highlight-folder-with-icon
7377 @vindex wl-highlight-folder-with-icon
7378 This is meaningful for XEmacs or Emacs 21..  The initial setting depends
7379 on Emacsen (@code{t} for XEmacs or Emacs 21 with icons).
7380
7381 @item wl-strict-diff-folders
7382 @vindex wl-strict-diff-folders
7383 This is a list of regular expressions of folders.
7384 Unread messages are checked, for example when you press @kbd{s} in
7385 the folder mode, usually in a brief way (rapidly processed but not
7386 accurate).
7387 The folders matching this variable are seriously checked.
7388 You may want to set this variable so as to match conditional filter
7389 folders for IMAP4 folders.
7390 The initial setting is @code{nil}.
7391
7392 @item wl-folder-use-server-diff
7393 @vindex wl-folder-use-server-diff
7394 When unread messages are checked, for example when you press @kbd{s} in
7395 the folder mode, usually (the number of messages on the server) @minus{}
7396 (the number of local messages) will be the number of unread messages.
7397 However, if this variable is non-nil, the number of unread messages on
7398 the server is checked.  This affects IMAP4 folders only, but IMAP4
7399 folders in mail boxes matching
7400 @code{elmo-imap4-disuse-server-flag-mailbox-regexp} are not checked for
7401 the number of unread messages on the server, even if they matches this
7402 variable.  The initial setting is @code{t}.
7403
7404 @item wl-auto-check-folder-name
7405 @vindex wl-auto-check-folder-name
7406 The initial setting is @code{nil}.
7407 You can specify a folder or a group which is checked for unread message
7408 at the start. You can also specify a list of folders (groups) to be checked.
7409 If the value is @code{nil}, whole Desktop is checked at the start.
7410 If it is @code{none}, no folders are checked.
7411
7412 @item wl-auto-uncheck-folder-list
7413 @vindex wl-auto-uncheck-folder-list
7414 The initial setting is the list shown below:
7415
7416 @lisp
7417 @group
7418 ("\\$.*")
7419 @end group
7420 @end lisp
7421
7422 @noindent
7423 You can set a list of regular expressions to specify folders
7424 which are not automatically checked even if they are included
7425 in some groups assigned by @code{wl-auto-check-folder-name}.
7426
7427 @item wl-auto-check-folder-list
7428 @vindex wl-auto-check-folder-list
7429 The initial setting is @code{nil}.
7430 You can set a list of regular expressions to specify exceptions
7431 for @code{wl-auto-uncheck-folder-list}.
7432
7433 @item wl-no-save-folder-list
7434 @vindex wl-no-save-folder-list
7435 The initial setting is the list shown below:
7436
7437 @lisp
7438 @group
7439 ("^/.*$")
7440 @end group
7441 @end lisp
7442
7443 @noindent
7444 This is a list of regular expressions of folders not to be saved.
7445
7446 @item wl-save-folder-list
7447 @vindex wl-save-folder-list
7448 The initial setting is @code{nil}.
7449 This is a list of regular expressions of folders to be saved.
7450 This takes precedence over @code{wl-no-save-folder-list}.
7451
7452 @item wl-folder-mime-charset-alist
7453 @vindex wl-folder-mime-charset-alist
7454 The initial setting is the alist shown below:
7455
7456 @lisp
7457 @group
7458 (("^-alt\\.chinese" . big5)
7459  ("^-relcom\\." . koi8-r)
7460  ("^-tw\\." . big5)
7461  ("^-han\\." . euc-kr))
7462 @end group
7463 @end lisp
7464
7465 @noindent
7466 This is an associative list of regular expressions of folder names and
7467 MIME charsets.
7468 If a folder do not match, @code{wl-mime-charset} is used.
7469
7470 @item wl-folder-init-load-access-folders
7471 @vindex wl-folder-init-load-access-folders
7472 The initial setting is @code{nil}.
7473 This is a list of access groups to be loaded specifically at the start.
7474 If it is @code{nil}, @code{wl-folder-init-no-load-access-folders} is referred.
7475
7476 @item wl-folder-init-no-load-access-folders
7477 @vindex wl-folder-init-no-load-access-folders
7478 The initial setting is @code{nil}.
7479 This is a list of access groups not to be loaded specifically at the
7480 start.
7481 It is ignored if @code{wl-folder-init-load-access-folders} is non-nil.
7482
7483 @item wl-delete-folder-alist
7484 @vindex wl-delete-folder-alist
7485 The initial setting is the alist shown below:
7486
7487 @lisp
7488 @group
7489 (("^-" . remove))
7490 @end group
7491 @end lisp
7492
7493 @noindent
7494 This list determines disposition of messages with delete marks.
7495 Each item in the list is a folder and destination; you can specify any
7496 one of the following in the place of destination:
7497
7498 @example
7499 @code{remove} or @code{null} : deletes the messages instantly.
7500 string             : moves the messages to the specific folder.
7501 @code{trash} or others  : moves the messages to @code{wl-trash-folder}.
7502 @end example
7503
7504 @item wl-refile-policy-alist
7505 @vindex wl-refile-policy-alist
7506 The initial setting is the list shown below:
7507
7508 @lisp
7509 @group
7510 (("^[-=]" . copy)
7511  (".*" . move))
7512 @end group
7513 @end lisp
7514
7515 @noindent
7516 This list determines whether messages with re-file marks are moved or
7517 copied.  Each item in the list is a cons cell of a folder and
7518 @code{copy} or @code{move}.
7519
7520 @item wl-x-face-file
7521 @vindex wl-x-face-file
7522 The initial setting is @file{~/.xface}.
7523 The name of the file that contains encoded X-Face strings.
7524 @xref{x-face-mule}.
7525
7526 @item wl-demo-display-logo
7527 @vindex wl-demo-display-logo
7528 If non-nil, bitmap image is shown on the opening demo.  If you set
7529 @code{xpm} or @code{xbm}, (if possible) display selected image type
7530 logo.
7531
7532 @item elmo-use-database
7533 @vindex  elmo-use-database
7534 This is meaningful for XEmacs only.  The initial setting depends on
7535 XEmacs (@code{t} for XEmacs with dbm).
7536 If non-nil, Message-ID is controlled by dbm.
7537
7538 @item elmo-passwd-alist-file-name
7539 @vindex elmo-passwd-alist-file-name
7540 The initial setting is @file{passwd}.
7541 This is the name of the file in which passwords are saved.
7542 @code{elmo-passwd-alist-save} saves current passwords to the file.
7543
7544 @item elmo-nntp-list-folders-use-cache
7545 @vindex elmo-nntp-list-folders-use-cache
7546 The initial setting is 600 (in seconds).
7547 This is period in seconds during which results of @samp{list} and
7548 @samp{list active} in NNTP are cached.  If it is @code{nil}, they are
7549 not cached.
7550
7551 @item elmo-nntp-max-number-precedes-list-active
7552 @vindex elmo-nntp-max-number-precedes-list-active
7553 The initial setting is @code{nil}.
7554 If non-nil, the number of article obtained by @samp{list active} in NNTP
7555 are used as the maximum article number of the folder.
7556 Set this to @code{t} if you are using for example INN 2.3 as an NNTP server,
7557 and if the number of read messages is not correct.
7558
7559 @item elmo-nntp-default-use-listgroup
7560 @vindex elmo-nntp-default-use-listgroup
7561 The initial setting is @code{t}.
7562 If non-nil, @samp{listgroup} is used for checking the total number of
7563 articles.  If it is @code{nil}, @samp{group} is used.  In the latter
7564 case, the processing will be a little faster at the sacrifice of
7565 accuracy.
7566
7567 @item elmo-pop3-send-command-synchronously
7568 @vindex elmo-pop3-send-command-synchronously
7569 The initial setting is @code{nil}.
7570 If non-nil, POP3 commands are issued synchronously.  Some implementation
7571 of POP3 server fails to get summary information without this setting.
7572 You may have to set this variable to @code{t}, if the process hangs
7573 while looking up POP3.
7574
7575 @item elmo-dop-flush-confirm
7576 @vindex elmo-dop-flush-confirm
7577 The initial setting is @code{t}.
7578 If non-nil, you are asked for confirmation if accumulated off-line
7579 operations are executed.
7580
7581 @item elmo-display-progress-threshold
7582 @vindex elmo-display-progress-threshold
7583 The initial setting is 20.
7584 Threshold for display of progress gauge.  If number of renewal is more than
7585 this value, display progress gauge.
7586 @end table
7587
7588
7589 @node Hooks,  , Customizable Variables, Customization
7590 @section Hooks
7591
7592 (Not yet written)
7593
7594 @node Terminology, Mailing List, Customization, Top
7595 @chapter Terminology around Wanderlust
7596 @cindex Terminology
7597
7598 Here we explain terminologies used in this manual.
7599
7600 @table @samp
7601 @item folder
7602 A container in which messages are stored.
7603
7604 @item group
7605 A set consists of some folders.
7606
7607 @item access group
7608 A special group consists of automatically collected folders under
7609 some specified path.
7610 @xref{Folder Definition}.
7611
7612 @item summary buffer
7613 A buffer for displaying list of messages in some folder.
7614
7615 @item sticky summary
7616 Compared with ordinary summary buffer which will be destroyed after
7617 exiting from it, this type of summary will be remain even after exiting
7618 by @kbd{q} or @kbd{g}.
7619 @xref{Sticky Summary}.
7620
7621 @item expire
7622 To delete or put into the archive expired messages.
7623 @xref{Expire}.
7624
7625 @item score
7626 @xref{Scoring}.
7627
7628 @item prefetch
7629 To cache messages beforehand in order to read messages after you will be
7630 disconnected from the server.
7631 @end table
7632
7633
7634 @node Mailing List, Addition, Terminology, Top
7635 @chapter Wanderlust Mailing List
7636 @cindex Bug report
7637 @cindex Backtrace
7638
7639 Topics related to Wanderlust are discussed in following mailing lists.
7640 The latest version is also announced there.
7641
7642 @display
7643 Wanderlust Mailing List @t{<wl@@lists.airs.net>}
7644 @end display
7645
7646 In this list Japanese is mainly used for discussion. We also have a list
7647 for discussion in English:
7648
7649 @display
7650 Wanderlust List in English @t{<wl-en@@lists.airs.net>}
7651 @end display
7652 (Messages posted to this list are also forwarded to the former one.)
7653
7654 A guide can be obtained automatically by sending mail to
7655 @t{wl-ctl@@lists.airs.net} (or to @t{wl-en-ctl@@lists.airs.net} for
7656 the English one) with the body
7657
7658 @example
7659 # guide
7660 @end example
7661
7662 Please send bug reports or patches to one of those lists.  You can post to
7663 the mailing list even though you are not a member of it.
7664
7665 If you send a bug report, please attach Backtrace with it.
7666 @footnote{@uref{http://www.jpl.org/elips/BUGS-ja.html} describes how to
7667 in Japanese.}
7668
7669 I would like to express my thanks to the members of the mailing list for
7670 valuable advice and many pieces of code they contributed.
7671
7672
7673 @node Addition, Index, Mailing List, Top
7674 @chapter Additional Information
7675
7676 @section Brief History
7677
7678 @example
7679 1998  3/05    Tried to make a prototype that displays MH messages in threads.
7680       3/10    Made a msgdb mechanism by elisp.
7681       3/26    IMAP and NNTP can be displayed in threads.
7682       4/13    Began to assemble thread display modules as elmo.
7683       5/01    Finished 0.1.0, initial version with many defects.
7684       6/12    I made a slip of the tongue and said I was writing elisp
7685               mailer supporting IMAP
7686       6/16    0.1.3 was announced at tm-ja, elisp ML.
7687       6/22    Thanks to Kitame-san, the mailing list started at northeye.org.
7688       7/01    Support for mm-backend (0.3.0).
7689       8/25    multi folder added (0.5.0).
7690       8/28    filter folder added (0.5.1).
7691       9/10    You can open/close threads (0.6.0).
7692       9/11    fldmgr by Murata-san made editing folders easy.
7693       9/18    lha folders added by Okunishi-san (0.6.3).
7694       9/24    Display of branches of threads (0.6.5).
7695       9/28    Compression folder supporting multiple archivers by Okunishi-san.
7696      10/28    Off-line operations (0.7.4).
7697      12/09    Becomes beta version.
7698      12/21    wl-expire by Murata-san.
7699 1999  2/03    auto-refile by Tsumura-san.
7700       4/28    wl-template by Murata-san.
7701       5/18    Released 1.0.0 stable.
7702       7/05    Scoring by Murata-san (2.1.0).
7703       9/26    New plugged system by Murata-san (2.2.2).
7704      12/20    Support Modified UTF7.
7705 2000  3/24    Released 1.1.0 stable.
7706       4/03    CVS development started.
7707       5/07    Thread restoration & Its speed up with Murata-san.
7708       6/12    Address completion with LDAP with Chiba-san & Goto-san.
7709       7/11    killed message feature.
7710       7/18    Use UIDL in POP3.
7711       9/12    biff feature with Satata-san & Yamaoka-san.
7712      10/17    expire-hide by Okada-san.
7713      11/08    Released 2.4.0 stable.
7714 2001  7/04    Released 2.6.0 stable.
7715       8/21    wl-addrmgr by Kitamoto-san.
7716      12/27    Released 2.8.1 stable.
7717 @end example
7718
7719 See @file{ChangeLog} for details.
7720
7721 @section The Name
7722
7723 According to a dictionary, Wanderlust has the meaning:
7724
7725 @display
7726 wanderlust
7727   n eager longing for or impulse towards travelling in distant lands
7728   [Ger, fr wandern to wander + lust desire, pleasure]
7729 @end display
7730
7731 @noindent
7732 but I had no profound intention.  (if farfetched, IMAP @result{} you can
7733 read mail anywhere @result{} desire to wander ?)
7734
7735 Elmo is the abbreviation of @samp{Elisp Library for Message
7736 Orchestration}.  At first I meant the red puppet in the Sesame Street,
7737 but you may associate it with Wandering @result{} Drifting @result{}
7738 Guidepost @result{} St.@: Elmo's fire @result{} elmo.
7739
7740 @section Code Names
7741
7742 Each versions has code names (they are almost jokes).
7743 Currently they are picked up alphabetically from the top 40 hits of
7744 U.S. Billboard magazines in 1980s.
7745
7746 (@uref{http://lyrics.natalnet.com.br/html/top40/index.html})
7747
7748
7749 @node Index,  , Addition, Top
7750 @unnumbered Index
7751
7752 @menu
7753 * Concept Index::               Concept Index
7754 * Key Index::                   Key Index
7755 * Variable Index::              Variable Index
7756 * Function Index::              Function Index
7757 @end menu
7758
7759 @node Concept Index, Key Index, Index, Index
7760 @unnumberedsec Concept Index
7761 @printindex cp
7762
7763 @node Key Index, Variable Index, Concept Index, Index
7764 @unnumberedsec Key Index
7765 @printindex ky
7766
7767 @node Variable Index, Function Index, Key Index, Index
7768 @unnumberedsec Variable Index
7769 @printindex vr
7770
7771 @node Function Index,  , Variable Index, Index
7772 @unnumberedsec Function Index
7773 @printindex fn
7774
7775 @summarycontents
7776 @contents
7777 @bye
7778
7779 @c Local Variables:
7780 @c fill-column: 72
7781 @c End: