#
-# "~/.addresses" sample file.
-# by Yuuichi Teranishi <teranisi@gohome.org>
-# Time-stamp: <99/09/10 15:45:37 teranisi>
+# ~/.addresses sample file.
#
# Lines begin with '#' are comment.
# Empty lines are ignored.
+#
# Format of each line:
# email-address "petname" "realname"
-# petname is used for Summary displaying.
-# realname is used for To: field.
+#
+# petname is used for Summary displaying. realname is used for To: field.
#
teranisi@gohome.org "YT" "Yuuichi Teranishi"
-foo@bar.com "Mr. Foo" "John Foo"
-bar@foo.com "Mr. Bar" "Michael Bar"
+foo@example.com "Mr. Foo" "John Foo"
+bar@example.org "Mr. Bar" "Michael Bar"
#
-# "~/.folders" sample file.
-# by Yuuichi Teranishi <teranisi@gohome.org>
-# Time-stamp: <99/09/10 15:49:11 teranisi>
+# ~/.folders sample file.
+#
+# For further information, see section "Folders" in the Info.
#
# Lines begin with '#' are comment.
# Empty lines are ignored.
#
-%inbox
+## incoming mail box for IMAP users
+# %inbox
+
+## incoming mail box for POP users
+# &USERNAME@POP3.EXAMPLE.COM
+
+## [ pipe folder might be useful for some users ]
+## [ which get mails and take them in. ]
+# |&USERNAME@POP3.EXAMPLE.COM|+inbox
+
+## trash, draft and queue
+trash
+draft
-%#mh/Backup@my.imap.server.com
-%#mh/spool/mm
-# group definition
-Emacsen{
- %#mh/spool/xemacs-beta
- %#mh/spool/mew-dist
- %#mh/spool/tm-ja
- %#mh/spool/mule-win32
- -fj.news.reader.gnus@other.nntp.server.com
-# multi folder
-# following line defines multi folder of -fj.editor.xemacs,-fj.editor.mule,
-# and -fj.editor.emacs.
- *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs
- -gnu.emacs.sources
-}
-UNIX{
-# You can define multi level group.
- BSD {
- %#mh/spool/freebsd-users-jp
- -fj.os.bsd.freebsd
- -japan.comp.freebsd
- %#mh/spool/bsd-nomads
- -fj.os.bsd.misc
- }
- Linux {
- -fj.os.linux
- -japan.comp.linux
- }
--fj.kanji
--fj.lang.perl
--fj.unix
--fj.questions.unix
--fj.sys.sun
--fj.sys.j3100
--comp.windows.x.i386unix
--fj.comp.x11
-}
-Television{
-%#mh/spool/tvdrama
--fj.rec.tv
--japan.tv
--fj.rec.tv.cm
--japan.tv.cm
--fj.rec.idol
--fj.rec.music
-}
-My folders {
-INBOXes {
-%inbox@localhost
-#
-# access group
-# If there is '/' in the end of line,
-# all subfolders are added to group
-#
-%#mh/expire@localhost /
-}
-# following definition adds all MH subfolders to group.
++queue
+
+## `$' marked important messages
+'mark
+
+## MH folder
++inbox
+
+## MH folder via IMAP
+# %#mh/inbox
+
+## NNTP folder
+# -fj.os.bsd.freebsd
+# -fj.mail.reader.mew
+# -fj.news.reader.gnus
+
+## [ other NNTP server ]
+# -jlug.ml.users@NEWS.EXAMPLE.NET
+# -emacs.auc-tex@NEWS.EXAMPLE.ORG
+# -ring.openlab.skk@NEWS.EXAMPLE.COM
+
+
+## group definition
+## [ folders between curly bracket are treated as in a group. ]
+# Emacsen{
+# +to/wl
+# +to/mew-dist
+# +to/apel-ja
+## [ You can define multi level group. ]
+# XEmacs{
+# +to/xemacs-beta
+# +to/xemacs-beta-ja
+# +to/xemacs-mule
+# }
+# }
+
+## access group
+## [ If there is '/' in the end of line, all subfolders are added to group. ]
+## [ Use `C-u RET' for update access group. ]
+ /
-%#mh@my.imap.server.com
-}
+
+## access group for IMAP user
+# % /
-;;; -*- emacs-lisp -*-
-;;; ~/.wl (setting file for Wanderlust)
-;;;
+;;; dot.wl -- sample setting file for Wanderlust -*- emacs-lisp -*-
+
+;; [[ Requirement Setting ]]
;; Following must be included in ~/.emacs
;; for .emacs begin
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
;; for .emacs end
+;; Icon directory (XEmacs and Emacs21 only)
+;; (No need if installed as XEmacs package.)
+;(setq wl-icon-dir "/usr/local/lib/emacs/etc")
+
+
;;; [[ Private Setting ]]
-;; Header From
+;; Header From:
;(setq wl-from "Your Name <e-mail@example.com>")
-;; Organization
-;(setq wl-organization "")
;; User's mail addresses.
(setq wl-user-mail-address-list
(list (wl-address-header-extract-address wl-from)
- ;;"e-mail2@example.com" ...
+ ;; "e-mail2@example.com"
+ ;; "e-mail3@example.net" ...
))
-;;; [[ Basic Setting ]]
+;; Subscribed mailing list.
+(setq wl-subscribed-mailing-list
+ '("wl@lists.airs.net"
+ "apel-ja@m17n.org"
+ ;;"ml@example.com" ...
+ ))
+
+
+;;; [[ Server Setting ]]
-;; Home directory for MH (localdir)
-(setq elmo-localdir-folder-path "~/Mail")
;; Default IMAP4 server
-(setq elmo-default-imap4-server "localhost")
+(setq elmo-imap4-default-server "localhost")
;; Default POP server
-(setq elmo-default-pop3-server "localhost")
-;; Default NNTP server
-(setq elmo-default-nntp-server "localhost")
-;; NNTP server name for posting
-(setq wl-nntp-posting-server elmo-default-nntp-server)
+(setq elmo-pop3-default-server "localhost")
;; SMTP server
(setq wl-smtp-posting-server "localhost")
-
-;; Icon directory (XEmacs)
-;; (No need if installed as XEmacs package.)
-;(setq wl-icon-dir "~/work/wl/etc")
+;; Default NNTP server
+(setq elmo-nntp-default-server "localhost")
+;; NNTP server name for posting
+(setq wl-nntp-posting-server elmo-nntp-default-server)
;; If (system-name) does not return FQDN,
;; set following as a local domain name without hostname.
;; ((system-name) "." wl-local-domain is used as domain part of Message-ID
;; and an argument of HELO in SMTP.
-;(setq wl-local-domain "localdomain")
+;(setq wl-local-domain "example.com")
+
;; Specific domain part for message-id.
-;(setq wl-message-id-domain "localhost.localdomain")
+;(setq wl-message-id-domain "hostname.example.com")
+
+;; IMAP authenticate type setting
+(setq elmo-imap4-default-authenticate-type 'clear) ; raw
+;(setq elmo-imap4-default-authenticate-type 'cram-md5) ; CRAM-MD5
+
+;; POP-before-SMTP
+;(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp)
+
+
+;;; [[ Basic Setting ]]
+
+;; Default folder for `wl-summary-goto-folder'.
+;(setq wl-default-folder "+inbox")
+
+;; Default string for folder name completion.
+;(setq wl-default-spec "+")
+
+;; Folder Carbon Copy
+;(setq wl-fcc "+outbox")
+
+;; Confirm at exit time.
+(setq wl-interactive-exit t)
+
+;; Confirm at message sending time.
+(setq wl-interactive-send t)
+
+;; Create opened thread.
+;(setq wl-thread-insert-opened t)
+
+;; folder mode and summary mode is displayed at the same time. (3pane)
+;(setq wl-stay-folder-window t)
+
+;; Open new frame for draft buffer.
+;(setq wl-draft-use-frame t)
+
+;; Disable inline display HTML part.
+;; Put before (require 'mime-setup)
+;(setq mime-setup-enable-inline-html nil)
-;(setq wl-default-folder "+inbox") ;; Default folder for
- ;; wl-summary-goto-folder.
-;(setq wl-default-spec "+") ;; Default string for
- ;; folder name completion.
+;; Don't split large message.
+;(setq mime-edit-split-message nil)
-;(setq wl-fcc "+outbox") ;; Folder Carbon Copy
+;; Thread divide when change subject.
+;(setq wl-summary-divide-thread-when-subject-changed t)
-(setq wl-interactive-exit t) ;; Confirm at exit time.
-(setq wl-interactive-send t) ;; Confirm at message sending time.
+;; Thread view
+;(setq wl-thread-have-younger-brother-str "+"
+; wl-thread-youngest-child-str "+"
+; wl-thread-vertical-str "|"
+; wl-thread-horizontal-str "-"
+; wl-thread-space-str " ")
-(setq wl-auto-select-first t) ;; display first message automatically.
-(setq wl-auto-select-next t) ;; goto next folder when exit from
- ;; summary.
-;(setq wl-summary-next-no-unread 'skip-no-unread)
- ;; folder is skipped if there is no
- ;; unread.
+;; display first message automatically.
+;(setq wl-auto-select-first t)
-(setq wl-summary-move-order 'unread) ;; jump to unread message in 'N' or 'P'.
-(setq wl-thread-insert-opened t) ;; Create opened thread.
+;; goto next folder when exit from summary.
+;(setq wl-auto-select-next t)
-;(setq wl-stay-folder-window t) ;; folder mode and summary mode is
- ;; displayed at the same time.
+;; folder is skipped if there is no unread.
+;(setq wl-summary-next-no-unread 'skip-no-unread)
+
+;; jump to unread message in 'N' or 'P'.
+;(setq wl-summary-move-order 'unread)
+
+
+;;; [[ Network ]]
;; cache setting.
;; (messages in localdir, localnews, maildir are not cached.)
;(setq elmo-archive-use-cache nil)
-;(setq elmo-nntp-use-cache nil)
+;(setq elmo-nntp-use-cache t)
;(setq elmo-imap4-use-cache t)
;(setq elmo-pop3-use-cache t)
;; Store draft message in queue folder if message is sent in unplugged status.
(setq wl-draft-enable-queuing t)
-;; when plug status is changed from unplugged to plugged,
+;; when plug status is changed from unplugged to plugged,
;; queued message is flushed automatically.
(setq wl-auto-flush-queue t)
; ))
-;; highlight setting (for light background)
-
-;; decide group folder color by number.
-;(setq wl-highlight-group-folder-by-numbers nil)
-
-(setq wl-highlight-message-header-alist
- '(("Subject[ \t]*:" . wl-highlight-message-subject-header-contents)
- ("From[ \t]*:" . wl-highlight-message-from-header-contents)
- ("\\(.*To\\|Cc\\|Newsgroups\\)[ \t]*:" . wl-highlight-message-important-header-contents)
- ("\\(User-Agent\\|X-Mailer\\|X-Newsreader\\)[ \t]*:" .
- wl-highlight-message-unimportant-header-contents)
- ))
-;; don't change color by citation level.
-;(setq wl-highlight-citation-face-list
-; '(wl-highlight-message-cited-text-1))
-
-(defun my-wl-set-face (face spec)
- (make-face face)
- (cond ((fboundp 'face-spec-set)
- (face-spec-set face spec))
- (t
- (wl-declare-face face spec))))
-
-;; header.
-(my-wl-set-face 'wl-highlight-message-subject-header-contents
- '((t (:foreground "blue" :bold t))))
-(my-wl-set-face 'wl-highlight-message-from-header-contents
- '((t (:foreground "red" :bold t))))
-(my-wl-set-face 'wl-highlight-message-important-header-contents
- '((t (:foreground "purple" :bold t))))
-(my-wl-set-face 'wl-highlight-message-unimportant-header-contents
- '((t (:foreground "RoyalBlue" :bold t))))
-(my-wl-set-face 'wl-highlight-message-headers
- '((t (:foreground "magenta3" :bold t))))
-(my-wl-set-face 'wl-highlight-message-header-contents
- '((t (:foreground "brown" :bold nil))))
-(my-wl-set-face 'wl-highlight-message-signature
- '((t (:foreground "blue"))))
-;; citation.
-(my-wl-set-face 'wl-highlight-message-citation-header
- '((t (:foreground "DarkGreen"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-1
- '((t (:foreground "forest green"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-2
- '((t (:foreground "SaddleBrown"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-3
- '((t (:foreground "orchid3"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-4
- '((t (:foreground "purple1"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-5
- '((t (:foreground "MediumPurple1"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-6
- '((t (:foreground "PaleVioletRed"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-7
- '((t (:foreground "LightPink"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-8
- '((t (:foreground "salmon"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-9
- '((t (:foreground "SandyBrown"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-10
- '((t (:foreground "wheat"))))
-;; summary.
-(my-wl-set-face 'wl-highlight-summary-important-face
- '((t (:foreground "purple"))))
-(my-wl-set-face 'wl-highlight-summary-new-face
- '((t (:foreground "tomato"))))
-(my-wl-set-face 'wl-highlight-summary-unread-face
- '((t (:foreground "RoyalBlue"))))
-(my-wl-set-face 'wl-highlight-summary-deleted-face
- '((t (:foreground "gray"))))
-(my-wl-set-face 'wl-highlight-summary-refiled-face
- '((t (:foreground "blue"))))
-(my-wl-set-face 'wl-highlight-summary-temp-face
- '((t (:foreground "salmon"))))
-(my-wl-set-face 'wl-highlight-summary-displaying-face
- '((t (:bold t :underline t))))
-;; (thread)
-(my-wl-set-face 'wl-highlight-summary-thread-top-face
- '((t (:foreground "green4"))))
-(my-wl-set-face 'wl-highlight-summary-normal-face
- '((t (:foreground "SeaGreen"))))
-;; folder
-(my-wl-set-face 'wl-highlight-folder-unknown-face
- '((t (:foreground "RoyalBlue"))))
-(my-wl-set-face 'wl-highlight-folder-killed-face
- '((t (:foreground "gray50"))))
-(my-wl-set-face 'wl-highlight-folder-unread-face
- '((t (:foreground "brown"))))
-(my-wl-set-face 'wl-highlight-folder-zero-face
- '((t (:foreground "blue4"))))
-(my-wl-set-face 'wl-highlight-folder-few-face
- '((t (:foreground "tomato"))))
-(my-wl-set-face 'wl-highlight-folder-many-face
- '((t (:foreground "HotPink1"))))
-;; group
-(my-wl-set-face 'wl-highlight-folder-opened-face
- '((t (:foreground "forest green"))))
-(my-wl-set-face 'wl-highlight-folder-closed-face
- '((t (:foreground "DarkOliveGreen4"))))
-;; demo
-(my-wl-set-face 'wl-highlight-demo-face
- '((t (:foreground "blue2"))))
-
-
;;; [[ Special Setting ]]
-;; Subscribed mailing list.
-(setq wl-subscribed-mailing-list
- '("wl@lists.airs.net"
- "apel-ja@m17n.org"
- ;;"ml@example.com" ...
- ))
-
-;; compress ~/elmo using jka-compr.
-;(setq elmo-msgdb-overview-filename "overview.gz")
-;(setq elmo-msgdb-number-filename "number.gz")
-;(setq wl-summary-cache-file ".wl-summary-cache.gz")
-;(setq wl-thread-top-file ".wl-thread-top.gz")
-
-
;; open unread group folder after checking.
-(add-hook 'wl-folder-check-entity-hook
- '(lambda ()
- (wl-folder-open-unread-folder entity)
- ))
+;(add-hook 'wl-folder-check-entity-hook
+; '(lambda ()
+; (wl-folder-open-unread-folder entity)
+; ))
;; Change summary display function.
;; get extra field values as overview information (only localdir folder).
-(setq elmo-msgdb-extra-fields '("newsgroups"
- "x-ml-name"
- "x-mail-count" "x-ml-count"
- "x-sequence"
- "mailing-list"))
-
-;;; ML message displays ML name and ML sequence number in subject.
-(setq wl-summary-subject-func 'my-wl-summary-subject-func-ml)
+(setq elmo-msgdb-extra-fields
+ '("newsgroups"
+ "list-id" "x-ml-name" "mailing-list"
+ "x-mail-count" "x-ml-count" "x-sequence"))
+
+;; ML message displays ML name and ML sequence number in subject.
+(setq wl-summary-subject-function 'my-wl-summary-subject-func-ml)
(defun my-wl-summary-subject-func-ml (subject-string)
(let ((folder wl-summary-buffer-folder-name)
(subj subject-string) (sequence) (ml-name) (ml-count))
(and sequence
(cadr (split-string sequence " ")))))
(if (string-match
- "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+;;; "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+ "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
subject-string)
(progn
(setq subj (substring subject-string (match-end 0)))
;; Don't forget setting ~/.im/Config (Smtpservers).
;; note that wl-draft-enable-queuing is not valid.)
;(autoload 'wl-draft-send-with-imput-async "im-wl")
-;(setq wl-draft-send-func 'wl-draft-send-with-imput-async)
+;(setq wl-draft-send-function 'wl-draft-send-with-imput-async)
+
+;; non-verbose User-Agent: field
+;(setq wl-generate-mailer-string-function
+; (function
+; (lambda ()
+; (wl-generate-user-agent-string-1 nil))))
+
+
+;;; [[ Template ]]
;; template
(setq wl-template-alist
"^To: .*\\(test-notsend-wl@lists.airs.net\\)"
(template . "default")) ;; template
("^To: .*\\(test-notsend-wl@lists.airs.net\\)"
- wl-ml-draft-config-func ;; function
+ wl-ml-draft-config-function ;; function
("From" . wl-from) ;; variable
("Organization" . "~/.wl sample")) ;; string
("^Newsgroups: test.*"
("Organization" . "organization for nntp."))
))
+
;; Change headers in draft preparation time.
-; (add-hook 'wl-mail-setup-hook
-; '(lambda ()
-; (unless wl-draft-reedit ;; don't apply when reedit.
-; (wl-draft-config-exec wl-draft-config-alist))))
+;(add-hook 'wl-mail-setup-hook
+; '(lambda ()
+; (unless wl-draft-reedit; ; don't apply when reedit.
+; (wl-draft-config-exec wl-draft-config-alist))))
+
+;; [[ Reply ]]
;; header value setting for mail reply.
+;; Wide window for draft buffer.
+;(setq wl-draft-reply-buffer-style 'full)
+
+;; Remove fullname in reply message header.
+;(setq wl-draft-reply-use-address-with-full-name nil)
+
;; "a" (without-argument) reply to author (Reply-To or From).
;; if 'X-ML-Name' and 'Reply-To' exists, reply to 'Reply-To'.
-; (setq wl-draft-reply-without-argument-list
-; '((("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
-; ("X-ML-Name" . (("To" "Cc") nil nil))
-; ("Followup-To" . (nil nil ("Followup-To")))
-; ("Newsgroups" . (nil nil ("Newsgroups")))
-; ("Reply-To" . (("Reply-To") nil nil))
-; ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
-; ("From" . (("From") nil nil))))
-;
+(setq wl-draft-reply-without-argument-list
+ '((("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
+ ("X-ML-Name" . (("To" "Cc") nil nil))
+ ("Followup-To" . (nil nil ("Followup-To")))
+ ("Newsgroups" . (nil nil ("Newsgroups")))
+ ("Reply-To" . (("Reply-To") nil nil))
+ ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
+ ("From" . (("From") nil nil))))
+
;; "C-u a" (with-argument) reply to all.
-; (setq wl-draft-reply-with-argument-list
-; '(("Followup-To" . (("From") nil ("Followup-To")))
-; ("Newsgroups" . (("From") nil ("Newsgroups")))
-; ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
-; ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
+(setq wl-draft-reply-with-argument-list
+ '(("Followup-To" . (("From") nil ("Followup-To")))
+ ("Newsgroups" . (("From") nil ("Newsgroups")))
+ ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
+ ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
;; X-Face (requires x-face (and x-face-mule))
-
(when (and window-system
(module-installed-p 'x-face))
- (cond (wl-on-xemacs ;; for XEmacs
+ (cond (wl-on-xemacs ;; for XEmacs
(autoload 'x-face-xmas-wl-display-x-face "x-face" nil t)
- (setq wl-highlight-x-face-func
+ (setq wl-highlight-x-face-function
'x-face-xmas-wl-display-x-face))
- ((module-installed-p 'x-face-mule) ;; for Mule (GNU Emacs)
- ;; after x-face-mule 0.20
- (setq wl-highlight-x-face-func
+ ;; for Mule (GNU Emacs)
+ ((module-installed-p 'x-face-mule)
+ ;; x-face-mule 0.20 or later
+ (setq wl-highlight-x-face-function
(function
- (lambda (&optional beg end) ; for compatibility
+ (lambda (&rest dummy)
(x-face-decode-message-header))))
- (setq x-face-mule-highlight-x-face-style 'xmas)
- (require 'x-face-mule)
- )))
+ (require 'x-face-mule))
+ ))
;; rule for auto refile.
;(setq wl-refile-rule-alist
; '(
-; ("x-ml-name"
-; ("^Wanderlust" . "+wl")
-; ("^Elisp" . "+elisp"))
-; ("From"
-; ("teranisi@isl.ntt.co.jp" . "+teranisi"))))
+; ("x-ml-name"
+; ("^Wanderlust" . "+wl")
+; ("^Elisp" . "+elisp"))
+; ("From"
+; ("teranisi@isl.ntt.co.jp" . "+teranisi"))))
;; Marks to skip auto-refile (default is "N" "U" "!").
;; nil means all message is auto-refiled.
;; Scoring.
;; "all.SCORE" file is used regardless of wl-score-folder-alist.
-; (setq wl-score-folder-alist
-; '(("^-comp\\."
-; "news.comp.SCORE"
-; "news.SCORE")
-; ("^-"
-; "news.SCORE")))
+;(setq wl-score-folder-alist
+; '(("^-comp\\."
+; "news.comp.SCORE"
+; "news.SCORE")
+; ("^-"
+; "news.SCORE")))
+
;; directory for storing score files.
; (setq wl-score-files-directory "~/.elmo/")
-
-;;;
-;;; end of file
-;;;
+;;; dot.wl ends here
#
-# \e$B%"%I%l%9%U%!%$%k%5%s%W%k\e(B
-# by Yuuichi Teranishi <teranisi@gohome.org>
-# Time-stamp: <98/06/15 00:32:30 teranisi>
+# ~/.addresses \e$B%"%I%l%9D"%U%!%$%k%5%s%W%k\e(B
#
# '#' \e$B$G;O$^$k9T$O%3%a%s%H!#\e(B
# \e$B6u9T$OL5;k!#\e(B
#
+# \e$B=q<0\e(B:
# \e$B%a!<%k%"%I%l%9\e(B "\e$B$"$@L>\e(B" "\e$BK\L>\e(B"
#
+# \e$B$"$@L>$O%5%^%j$NI=<($K!"K\L>$O\e(B To: \e$B%U%#!<%k%I$K;H$o$l$^$9!#\e(B
+#
teranisi@gohome.org "\e$B$F$i$K$7\e(B" "\e$B;{@>M50l\e(B"
-foo@bar.com "\e$B$U!<$5$s\e(B" "Mr. Foo"
-bar@foo.com "\e$B$P!<$5$s\e(B" "Mr. Bar"
+foo@example.com "\e$B$U!<$5$s\e(B" "John Foo"
+bar@example.org "\e$B$P!<$5$s\e(B" "Michael Bar"
#
-# \e$B%U%)%k%@Dj5A%U%!%$%k%5%s%W%k\e(B
-# by Yuuichi Teranishi <teranisi@gohome.org>
-# Time-stamp: <98/10/02 18:31:06 teranisi>
+# ~/.folders \e$B%U%)%k%@Dj5A%U%!%$%k%5%s%W%k\e(B
+#
+# \e$B8D!9$N%U%)%k%@$N=q<0$K$D$$$F$O\e(B Info \e$B$N\e(B Folders \e$B%;%/%7%g%s$r;2>H$N$3$H!#\e(B
#
# '#' \e$B$G;O$^$k9T$O%3%a%s%H!#\e(B
-# \e$B6u9T$OL5;k!#\e(B
+# \e$B6u9T$OL5;k$5$l$k!#\e(B
#
-# \e$B8D!9$N%U%)%k%@$N=q<0$K$D$$$F$O\e(B info \e$B$r;2>H$N$3$H!#\e(B
-#
-%inbox
+## IMAP \e$B%f!<%6$N%a!<%k%\%C%/%9\e(B
+# %inbox
+
+## POP \e$B%f!<%6$N%a!<%k%\%C%/%9\e(B
+# &USERNAME@POPSERVER.EXAMPLE.COM
+
+## [ POP \e$B%f!<%6$K$O%Q%$%W%U%)%k%@$,Lr$KN)$A$^$9\e(B ]
+## [ \e$B%Q%$%W%U%)%k%@$r;H$($P!"%a!<%k$r<h$j9~$`$3$H$,2DG=$G$9\e(B ]
+# |&USERNAME@POPSERVER.EXAMPLE.COM|+inbox
+
+## \e$B%4%_H"!&Ap9F!&Aw?.H"\e(B
+trash
+draft
-%#mh/Backup@my.imap.server.com
-%#mh/spool/mm
-# \e$B%0%k!<%W$NDj5A\e(B
-Emacsen{
- %#mh/spool/xemacs-beta
- %#mh/spool/mew-dist
- %#mh/spool/tm-ja
- %#mh/spool/mule-win32
- -fj.news.reader.gnus@other.nntp.server.com
-# \e$B%^%k%A%U%)%k%@\e(B(\e$BJ#?t$N%U%)%k%@$r2>A[E*$K0l$D$K8+$($k$h$&$K$9$k%U%)%k%@\e(B)
-# \e$B<!$N9T$O\e(B -fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs \e$B$r0l$D$K$9$kNc\e(B
- *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs
- -gnu.emacs.sources
-}
-UNIX \e$B4XO"\e(B{
-# \e$B%0%k!<%W$NF~$l;R$b2D\e(B
- BSD {
- %#mh/spool/freebsd-users-jp
- -fj.os.bsd.freebsd
- -japan.comp.freebsd
- %#mh/spool/bsd-nomads
- -fj.os.bsd.misc
- }
- Linux {
- -fj.os.linux
- -japan.comp.linux
- }
--fj.kanji
--fj.lang.perl
--fj.unix
--fj.questions.unix
--fj.sys.sun
--fj.sys.j3100
--comp.windows.x.i386unix
--fj.comp.x11
-}
-\e$B7]G=2;3Z\e(B{
-%#mh/spool/tvdrama
--fj.rec.tv
--japan.tv
--fj.rec.tv.cm
--japan.tv.cm
--fj.rec.idol
--fj.rec.music
-}
-\e$B%^%$%U%)%k%@!<\e(B {
-INBOXes {
-%inbox@localhost
-#
-# \e$B%"%/%;%9%0%k!<%W\e(B
-# \e$B9TKv$K\e(B '/' \e$B$,$D$/$H!"$=$N%U%)%k%@$K4^$^$l$k%5%V%U%)%k%@A4$F$,\e(B
-# \e$B$R$H$D$N%0%k!<%W$H$J$k!#\e(B
-#
-%#mh/expire@localhost /
-}
-# MH \e$B$N%U%)%k%@A4$F$r$R$H$D$N%0%k!<%W$K$9$kNc!#\e(B
++queue
+
+## \e$B=EMW%^!<%/\e(B `$' \e$B$N$D$$$?%a%C%;!<%8$r$^$H$a$k\e(B
+'mark
+
+## MH \e$B%U%)%k%@\e(B
++inbox
+
+## IMAP \e$B%5!<%P1[$7$K\e(B MH folder \e$B$K%"%/%;%9\e(B
+# %#mh/inbox
+
+## NNTP \e$B%U%)%k%@\e(B
+# -fj.os.bsd.freebsd
+# -fj.mail.reader.mew
+# -fj.news.reader.gnus
+
+## [ \e$BB>$N\e(B NNTP \e$B%5!<%P>e$N%K%e!<%:%0%k!<%W\e(B ]
+# -jlug.ml.users@NEWS.EXAMPLE.NET
+# -emacs.auc-tex@NEWS.EXAMPLE.ORG
+# -ring.openlab.skk@NEWS.EXAMPLE.COM
+
+
+## \e$B%0%k!<%W$NDj5A\e(B
+## [ \e$B%U%)%k%@$rGH3g8L$G$/$/$C$F%0%k!<%W$K$9$k\e(B ]
+# Emacsen{
+# +to/wl
+# +to/mew-dist
+# +to/apel-ja
+## [ \e$B%0%k!<%W$NF~$l;R$b2DG=\e(B ]
+# XEmacs{
+# +to/xemacs-beta
+# +to/xemacs-beta-ja
+# +to/xemacs-mule
+# }
+# }
+
+## \e$B%"%/%;%9%0%k!<%W\e(B
+## [ \e$B9TKv$K\e(B '/' \e$B$,$D$/$H!"$=$N%U%)%k%@$K4^$^$l$k%5%V%U%)%k%@A4$F$,\e(B ]
+## [ \e$B$R$H$D$N%0%k!<%W$H$J$k!#\e(B]
+## [ `C-u RET' \e$B$G%"%/%;%9%0%k!<%W$r3+$/$H99?7$G$-$k!#\e(B ]
+ /
-%#mh@my.imap.server.com
-}
+
+## IMAP \e$B%U%)%k%@$N%"%/%;%9%0%k!<%W$NNc\e(B
+# % /
-;;; -*- emacs-lisp -*-
-;;; ~/.wl (setting file for Wanderlust)
-;;;
+;;; dot.wl -- sample setting file for Wanderlust -*- emacs-lisp -*-
-;; \e$B$^$:!$<!$N@_Dj$r\e(B ~/.emacs \e$B$J$I$K=q$$$F$/$@$5$$!#\e(B
+;; [[ \e$BF0:n$KI,MW$J@_Dj\e(B ]]
+
+;; \e$B$^$:!"<!$N@_Dj$r\e(B ~/.emacs \e$B$J$I$K=q$$$F$/$@$5$$!#\e(B
;; \e$B$3$3$+$i\e(B
(require 'mime-setup)
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
;; \e$B$3$3$^$G\e(B
+;; \e$B%"%$%3%s$rCV$/%G%#%l%/%H%j\e(B (XEmacs, Emacs21 \e$B$N$_\e(B)
+;; XEmacs \e$B$N\e(B package \e$B$H$7$F%$%s%9%H!<%k$5$l$F$$$k>l9g$OI,MW$"$j$^$;$s!#\e(B
+;(setq wl-icon-dir "/usr/local/lib/emacs/etc")
+
+
;;; [[ \e$B8D?M>pJs$N@_Dj\e(B ]]
-;; From \e$B$N@_Dj\e(B
+;; From: \e$B$N@_Dj\e(B
;(setq wl-from "Your Name <e-mail@example.com>")
-;; Organization \e$B$N@_Dj\e(B
-;(setq wl-organization "")
;; \e$B<+J,$N%a!<%k%"%I%l%9$N%j%9%H\e(B
(setq wl-user-mail-address-list
(list (wl-address-header-extract-address wl-from)
- ;;"e-mail2@example.com" ...
+ ;; "e-mail2@example.com"
+ ;; "e-mail3@example.net" ...
))
-;;; [[ \e$B4pK\E*$J@_Dj\e(B ]]
+;; \e$B<+J,$N;22C$7$F$$$k%a!<%j%s%0%j%9%H$N%j%9%H\e(B
+(setq wl-subscribed-mailing-list
+ '("wl@lists.airs.net"
+ "apel-ja@m17n.org"
+ "emacs-mime-ja@m17n.org"
+ ;; "ml@example.com" ...
+ ))
+
-;; MH (localdir) \e$B$N%[!<%`\e(B
-(setq elmo-localdir-folder-path "~/Mail")
-;; IMAP4\e$B%5!<%P$N@_Dj\e(B
-(setq elmo-default-imap4-server "localhost")
-;; POP\e$B%5!<%P$N@_Dj\e(B
-(setq elmo-default-pop3-server "localhost")
+;;; [[ \e$B%5!<%P$N@_Dj\e(B ]]
+
+;; IMAP \e$B%5!<%P$N@_Dj\e(B
+(setq elmo-imap4-default-server "localhost")
+;; POP \e$B%5!<%P$N@_Dj\e(B
+(setq elmo-pop3-default-server "localhost")
+;; SMTP \e$B%5!<%P$N@_Dj\e(B
+(setq wl-posting-smtp-server "localhost")
;; \e$B%K%e!<%9%5!<%P$N@_Dj\e(B
-(setq elmo-default-nntp-server "localhost")
-;; \e$BEj9F@h$N\e(B \e$B%K%e!<%9%5!<%P\e(B
-(setq wl-nntp-posting-server elmo-default-nntp-server)
-;; \e$B%a!<%k$rAw?.$9$k@h$N\e(B (SMTP)\e$B%5!<%P\e(B
-(setq wl-smtp-posting-server "localhost")
-
-;; \e$B%"%$%3%s$rCV$/%G%#%l%/%H%j\e(B (XEmacs \e$B$N$_\e(B)
-;; (XEmacs \e$B$N\e(B package \e$B$H$7$F%$%s%9%H!<%k$5$l$F$$$k>l9g!"I,MW$"$j$^$;$s\e(B)
-;(setq wl-icon-dir "~/work/wl/etc")
-
-;; (system-name) \e$B$,\e(BFQDN\e$B$rJV$5$J$$>l9g!"\e(B
-;; \e$B0J2<$r%[%9%HL>$r=|$$$?%I%a%$%sL>$r@_Dj$7$F$/$@$5$$!#\e(B
-;; ((system-name) "." wl-local-domain \e$B$,\e(B Message-ID \e$B$N:n@.!"\e(B
-;; SMTP \e$B$N\e(B HELO \e$B$K;HMQ\e(B \e$B$5$l$^$9!#\e(B)
-;(setq wl-local-domain "localdomain")
+(setq elmo-nntp-default-server "localhost")
+;; \e$BEj9F@h$N%K%e!<%9%5!<%P\e(B
+(setq wl-nntp-posting-server elmo-nntp-default-server)
+
+;; (system-name) \e$B$,\e(B FQDN \e$B$rJV$5$J$$>l9g!"\e(B
+;; `wl-local-domain' \e$B$K%[%9%HL>$r=|$$$?%I%a%$%sL>$r@_Dj$7$F$/$@$5$$!#\e(B
+;; (system-name) "." wl-local-domain \e$B$,\e(B Message-ID \e$B$K;HMQ$5$l$^$9!#\e(B
+;(setq wl-local-domain "example.com")
+
;; Message-ID \e$B$N%I%a%$%s%Q!<%H$r6/@)E*$K;XDj\e(B
-;(setq wl-message-id-domain "localhost.localdomain")
+;(setq wl-message-id-domain "hostname.example.com")
+
+;; IMAP \e$B%5!<%P$NG'>ZJ}<0$N@_Dj\e(B
+(setq elmo-imap4-default-authenticate-type 'clear) ; \e$B@8%Q%9%o!<%I\e(B
+;(setq elmo-imap4-default-authenticate-type 'cram-md5) ; CRAM-MD5
+
+;; POP-before-SMTP
+;(setq wl-draft-send-mail-function 'wl-draft-send-mail-with-pop-before-smtp)
+
+
+;;; [[ \e$B4pK\E*$J@_Dj\e(B ]]
+
+;; `wl-summary-goto-folder' \e$B$N;~$KA*Br$9$k%G%U%)%k%H$N%U%)%k%@\e(B
+;(setq wl-default-folder "+inbox")
+
+;; \e$B%U%)%k%@L>Jd40;~$K;HMQ$9$k%G%U%)%k%H$N%9%Z%C%/\e(B
+;(setq wl-default-spec "+")
+
+;; Folder Carbon Copy
+;(setq wl-fcc "+outbox")
+
+;; \e$B=*N;;~$K3NG'$9$k\e(B
+(setq wl-interactive-exit t)
+
+;; \e$B%a!<%kAw?.;~$K$O3NG'$9$k\e(B
+(setq wl-interactive-send t)
+
+;; \e$B%9%l%C%I$O>o$K3+$/\e(B
+;(setq wl-thread-insert-opened t)
+
+;; \e$B%5%^%j%P%C%U%!$N:8$K%U%)%k%@%P%C%U%!$rI=<($9$k\e(B (3\e$B%Z%$%sI=<(\e(B)
+;(setq wl-stay-folder-window t)
+
+;; \e$B%I%i%U%H$r?7$7$$%U%l!<%`$G=q$/\e(B
+;(setq wl-draft-use-frame t)
+
+;; HTML \e$B%Q!<%H$rI=<($7$J$$\e(B
+;; (require 'mime-setup) \e$B$h$j@h$K5-=R$9$kI,MW$,$"$j$^$9!#\e(B
+;(setq mime-setup-enable-inline-html nil)
+
+;; \e$BBg$-$$%a%C%;!<%8$rAw?.;~$KJ,3d$7$J$$\e(B
+;(setq mime-edit-split-message nil)
+
+;; \e$B%5%V%8%'%/%H$,JQ$o$C$?$i%9%l%C%I$r@Z$C$FI=<(\e(B
+;(setq wl-summary-divide-thread-when-subject-changed t)
+
+;; \e$B%9%l%C%I$N8+$?L\$rJQ$($k\e(B
+;(setq wl-thread-have-younger-brother-str "+"
+; wl-thread-youngest-child-str "+"
+; wl-thread-vertical-str "|"
+; wl-thread-horizontal-str "-"
+; wl-thread-space-str " ")
-;(setq wl-default-folder "+inbox") ;; wl-summary-goto-folder \e$B$N;~$KA*Br$9$k\e(B
- ;; \e$B%G%U%)%k%H$N%U%)%k%@\e(B
-;(setq wl-default-spec "+") ;; \e$B%U%)%k%@L>Jd40;~$K;HMQ$9$k\e(B
- ;; \e$B%G%U%)%k%H$N%9%Z%C%/\e(B
+;; \e$B%5%^%j0\F08e$K@hF,%a%C%;!<%8$rI=<($9$k\e(B
+;(setq wl-auto-select-first t)
-;(setq wl-fcc "+outbox") ;; Folder Carbon Copy
+;; \e$B%5%^%jFb$N0\F0$GL$FI%a%C%;!<%8$,$J$$$H<!$N%U%)%k%@$K0\F0$9$k\e(B
+;(setq wl-auto-select-next t)
-(setq wl-interactive-exit t) ;; \e$B=*N;;~$K3NG'$9$k\e(B
-(setq wl-interactive-send t) ;; \e$B%a!<%kAw?.;~$K$O3NG'$9$k\e(B
+;; \e$BL$FI$,$J$$%U%)%k%@$OHt$P$9\e(B(SPC\e$B%-!<$@$1$GFI$_?J$a$k>l9g$OJXMx\e(B)
+;(setq wl-summary-next-no-unread 'skip-no-unread)
-(setq wl-auto-select-first t) ;; \e$B%5%^%j0\F08e$K@hF,%a%C%;!<%8$rI=<($9$k\e(B
-(setq wl-auto-select-next t) ;; \e$B%5%^%jFb$N0\F0$GL$FI%a%C%;!<%8$,$J$$$H\e(B
- ;; \e$B<!$N%U%)%k%@$K0\F0$9$k\e(B
-;(setq wl-auto-select-next 'skip-no-unread)
- ;; \e$BL$FI$,$J$$%U%)%k%@$OHt$P$9\e(B
- ;; SPC\e$B%-!<$@$1$GFI$_?J$a$k>l9g$OJXMx\e(B
-(setq wl-summary-move-order 'unread) ;; \e$BL$FI%a%C%;!<%8$rM%@hE*$KFI$`\e(B
-(setq wl-thread-insert-opened t) ;; thread\e$B:n@.;~$O>o$K\e(Bopen\e$B$K$9$k\e(B
+;; \e$BL$FI%a%C%;!<%8$rM%@hE*$KFI$`\e(B
+;(setq wl-summary-move-order 'unread)
-;(setq wl-stay-folder-window t) ;; \e$B%5%^%j$K0\F0$7$?$H$-$K%U%)%k%@%P%C%U%!\e(B
- ;; \e$B$N1&$K%5%^%j$N%P%C%U%!$rI=<($9$k\e(B
+
+;;; [[ \e$B%M%C%H%o!<%/\e(B ]]
;; \e$B%U%)%k%@<oJL$4$H$N%-%c%C%7%e$N@_Dj\e(B
-;; (localdir, localnews, maildir \e$B$O%-%c%C%7%e$7$J$$\e(B)
+;; (localdir, localnews, maildir \e$B$O%-%c%C%7%e$G$-$J$$\e(B)
;(setq elmo-archive-use-cache nil)
;(setq elmo-nntp-use-cache t)
;(setq elmo-imap4-use-cache t)
;; unplugged \e$B>uBV$GAw?.$9$k$H!$%-%e!<\e(B(`wl-queue-folder')\e$B$K3JG<$9$k\e(B
(setq wl-draft-enable-queuing t)
-;; unplugged \e$B$+$i\e(B plugged \e$B$KJQ$($k$H!$%-%e!<$K$"$k%a%C%;!<%8$rAw?.$9$k\e(B
+;; unplugged \e$B$+$i\e(B plugged \e$B$KJQ$($?$H$-$K!$%-%e!<$K$"$k%a%C%;!<%8$rAw?.$9$k\e(B
(setq wl-auto-flush-queue t)
;; \e$B5/F0;~$O%*%U%i%$%s>uBV$K$9$k\e(B
; ))
-;; highlight\e$B$N@_Dj\e(B (\e$BL@$k$$GX7J?'$N>l9g$G$9\e(B)
-
-;; \e$B%0%k!<%W$rL$FI?t$K$h$j?'J,$1$7$J$$!#3+JD>uBV$K$h$j?'J,$1$9$k!#\e(B
-;(setq wl-highlight-group-folder-by-numbers nil)
-
-(setq wl-highlight-message-header-alist
- '(("Subject[ \t]*:" . wl-highlight-message-subject-header-contents)
- ("From[ \t]*:" . wl-highlight-message-from-header-contents)
- ("\\(.*To\\|Cc\\|Newsgroups\\)[ \t]*:" . wl-highlight-message-important-header-contents)
- ("\\(User-Agent\\|X-Mailer\\|X-Newsreader\\)[ \t]*:" .
- wl-highlight-message-unimportant-header-contents)
- ))
-;; \e$B0zMQ%l%Y%k$G?'J,$1$7$J$$\e(B
-;(setq wl-highlight-citation-face-list
-; '(wl-highlight-message-cited-text-1))
-
-(defun my-wl-set-face (face spec)
- (make-face face)
- (cond ((fboundp 'face-spec-set)
- (face-spec-set face spec))
- (t
- (wl-declare-face face spec))))
-
-;; \e$B%a%C%;!<%8%X%C%@\e(B
-(my-wl-set-face 'wl-highlight-message-subject-header-contents
- '((t (:foreground "blue" :bold t))))
-(my-wl-set-face 'wl-highlight-message-from-header-contents
- '((t (:foreground "red" :bold t))))
-(my-wl-set-face 'wl-highlight-message-important-header-contents
- '((t (:foreground "purple" :bold t))))
-(my-wl-set-face 'wl-highlight-message-unimportant-header-contents
- '((t (:foreground "RoyalBlue" :bold t))))
-(my-wl-set-face 'wl-highlight-message-headers
- '((t (:foreground "magenta3" :bold t))))
-(my-wl-set-face 'wl-highlight-message-header-contents
- '((t (:foreground "brown" :bold nil))))
-(my-wl-set-face 'wl-highlight-message-signature
- '((t (:foreground "blue"))))
-;; \e$B0zMQ\e(B
-(my-wl-set-face 'wl-highlight-message-citation-header
- '((t (:foreground "DarkGreen"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-1
- '((t (:foreground "forest green"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-2
- '((t (:foreground "SaddleBrown"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-3
- '((t (:foreground "orchid3"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-4
- '((t (:foreground "purple1"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-5
- '((t (:foreground "MediumPurple1"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-6
- '((t (:foreground "PaleVioletRed"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-7
- '((t (:foreground "LightPink"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-8
- '((t (:foreground "salmon"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-9
- '((t (:foreground "SandyBrown"))))
-(my-wl-set-face 'wl-highlight-message-cited-text-10
- '((t (:foreground "wheat"))))
-;; \e$B%5%^%j\e(B
-(my-wl-set-face 'wl-highlight-summary-important-face
- '((t (:foreground "purple"))))
-(my-wl-set-face 'wl-highlight-summary-new-face
- '((t (:foreground "tomato"))))
-(my-wl-set-face 'wl-highlight-summary-unread-face
- '((t (:foreground "RoyalBlue"))))
-(my-wl-set-face 'wl-highlight-summary-deleted-face
- '((t (:foreground "gray"))))
-(my-wl-set-face 'wl-highlight-summary-refiled-face
- '((t (:foreground "blue"))))
-(my-wl-set-face 'wl-highlight-summary-temp-face
- '((t (:foreground "salmon"))))
-(my-wl-set-face 'wl-highlight-summary-displaying-face
- '((t (:bold t :underline t))))
-;; (\e$B%9%l%C%I\e(B)
-(my-wl-set-face 'wl-highlight-summary-thread-top-face
- '((t (:foreground "green4"))))
-(my-wl-set-face 'wl-highlight-summary-normal-face
- '((t (:foreground "SeaGreen"))))
-;; \e$B%U%)%k%@\e(B
-(my-wl-set-face 'wl-highlight-folder-unknown-face
- '((t (:foreground "RoyalBlue"))))
-(my-wl-set-face 'wl-highlight-folder-killed-face
- '((t (:foreground "gray50"))))
-(my-wl-set-face 'wl-highlight-folder-unread-face
- '((t (:foreground "brown"))))
-(my-wl-set-face 'wl-highlight-folder-zero-face
- '((t (:foreground "blue4"))))
-(my-wl-set-face 'wl-highlight-folder-few-face
- '((t (:foreground "tomato"))))
-(my-wl-set-face 'wl-highlight-folder-many-face
- '((t (:foreground "HotPink1"))))
-;; \e$B%0%k!<%W\e(B
-(my-wl-set-face 'wl-highlight-folder-opened-face
- '((t (:foreground "forest green"))))
-(my-wl-set-face 'wl-highlight-folder-closed-face
- '((t (:foreground "DarkOliveGreen4"))))
-;; \e$B%9%?!<%H%"%C%W%G%b\e(B
-(my-wl-set-face 'wl-highlight-demo-face
- '((t (:foreground "blue2"))))
-
-
;;; [[ \e$BFC<l$J@_Dj\e(B ]]
-;; \e$B<+J,$N;22C$7$F$$$k%a!<%j%s%0%j%9%H$N%j%9%H\e(B
-(setq wl-subscribed-mailing-list
- '("wl@lists.airs.net"
- "apel-ja@m17n.org"
- ;;"ml@example.com" ...
- ))
-
-;; jka-compr \e$B$rMxMQ$7$F\e(B ~/elmo/SPEC/ \e$B0J2<$N%G!<%?%Y!<%9$r05=L$9$k\e(B
-;(setq elmo-msgdb-overview-filename "overview.gz")
-;(setq elmo-msgdb-number-filename "number.gz")
-;(setq wl-summary-cache-file ".wl-summary-cache.gz")
-;(setq wl-thread-top-file ".wl-thread-top.gz")
-
-
;; \e$B%0%k!<%W$r\e(Bcheck\e$B$7$?8e$KL$FI$,$"$k%U%)%k%@$N%0%k!<%W$r<+F0E*$K3+$/\e(B
-(add-hook 'wl-folder-check-entity-hook
- '(lambda ()
- (wl-folder-open-unread-folder entity)
- ))
+;(add-hook 'wl-folder-check-entity-hook
+; '(lambda ()
+; (wl-folder-open-unread-folder entity)
+; ))
;; \e$B%5%^%jI=<(4X?t$rJQ99$9$k\e(B
;; \e$B%5%^%jI=<($K$*$$$F;HMQ$9$k>pJs$r;}$D%U%#!<%k%I$r\e(Boverview\e$B>pJs$K\e(B
;; \e$BF~$l$k@_Dj\e(B(\e$B$?$@$7!$\e(Blocal\e$B%U%)%k%@$N$_\e(B)
;; \e$B<+F0%j%U%!%$%k$KI,MW$J%U%#!<%k%I$b@_Dj\e(B
-(setq elmo-msgdb-extra-fields '("newsgroups"
- "x-ml-name"
- "x-mail-count" "x-ml-count"
- "x-sequence"
- "mailing-list"))
-
-;;; ML \e$B$N%a%C%;!<%8$G$"$l$P!$%5%^%j$N\e(B Subject \e$BI=<($K\e(B
-;;; ML\e$BL>\e(B \e$B$d\e(B ML\e$B$K$*$1$k%a%C%;!<%8HV9f$bI=<($9$k\e(B
-(setq wl-summary-subject-func 'my-wl-summary-subject-func-ml)
+(setq elmo-msgdb-extra-fields
+ '("newsgroups"
+ "list-id" "x-ml-name" "mailing-list"
+ "x-mail-count" "x-ml-count" "x-sequence"))
+
+;; ML \e$B$N%a%C%;!<%8$G$"$l$P!$%5%^%j$N\e(B Subject \e$BI=<($K\e(B
+;; ML\e$BL>\e(B \e$B$d\e(B ML\e$B$K$*$1$k%a%C%;!<%8HV9f$bI=<($9$k\e(B
+(setq wl-summary-subject-function 'my-wl-summary-subject-func-ml)
(defun my-wl-summary-subject-func-ml (subject-string)
(let ((folder wl-summary-buffer-folder-name)
(subj subject-string) (sequence) (ml-name) (ml-count))
(and sequence
(cadr (split-string sequence " ")))))
(if (string-match
- "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+;;; "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+ "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
subject-string)
(progn
(setq subj (substring subject-string (match-end 0)))
;; \e$B$^$?!$\e(B~/.im/Config \e$B$N@_Dj\e(B(Smtpservers)\e$B$rK:$l$J$$$3$H$H!$\e(B
;; wl-draft-enable-queuing \e$B$N5!G=$,F/$+$J$/$J$k$3$H$KCm0U!#\e(B)
;(autoload 'wl-draft-send-with-imput-async "im-wl")
-;(setq wl-draft-send-func 'wl-draft-send-with-imput-async)
+;(setq wl-draft-send-function 'wl-draft-send-with-imput-async)
+
+
+;; \e$BC;$$\e(B User-Agent: \e$B%U%#!<%k%I$r;H$&\e(B
+;(setq wl-generate-mailer-string-function
+; (function
+; (lambda ()
+; (wl-generate-user-agent-string-1 nil))))
+
+
+;;; [[ \e$B%F%s%W%l!<%H\e(B ]]
;; \e$B%F%s%W%l!<%H$N@_Dj\e(B
(setq wl-template-alist
'(("default"
("From" . wl-from)
("Organization" . "~/.wl sample")
- (body . " \e$B!{!{$G$9!#\e(B\n")) ;; \e$BK\J8\e(B
+ (body . " \e$B!{!{$G$9!#\e(B\n")) ; \e$BK\J8\e(B
("report"
("To" . "boss@example.com")
("Subject" . "\e$BJs9p\e(B")
- (top . "\e$B:#=5$NJs9p$G$9!#\e(B\n") ;; \e$BK\J8@hF,$X$NA^F~\e(B
-;; (bottom-file . "~/work/report.txt") ;; \e$BK\J8KvHx$X%U%!%$%k$NA^F~\e(B
+ (top . "\e$B:#=5$NJs9p$G$9!#\e(B\n") ; \e$BK\J8@hF,$X$NA^F~\e(B
+;; (bottom-file . "~/work/report.txt") ; \e$BK\J8KvHx$X%U%!%$%k$NA^F~\e(B
)
))
(setq wl-draft-config-alist
'((reply ;; \e$BJV?.85$N%P%C%U%!$r8+$k\e(B
"^To: .*\\(test-notsend-wl@lists.airs.net\\)"
- (template . "default")) ;; \e$B%F%s%W%l!<%H\e(B
+ (template . "default")) ; \e$B%F%s%W%l!<%H\e(B
("^To: .*\\(test-notsend-wl@lists.airs.net\\)"
- wl-ml-draft-config-func ;; \e$B4X?t\e(B
- ("From" . wl-from) ;; \e$BJQ?t\e(B
- ("Organization" . "~/.wl sample")) ;; \e$BJ8;zNs\e(B
+ wl-ml-draft-config-function ; \e$B4X?t\e(B
+ ("From" . wl-from) ; \e$BJQ?t\e(B
+ ("Organization" . "~/.wl sample")) ; \e$BJ8;zNs\e(B
("^Newsgroups: test.*"
("Organization" . "\e$B%K%e!<%9Ej9F;~$NAH?%L>\e(B"))
))
+
;; \e$B%I%i%U%H:n@.;~\e(B(\e$BJV?.;~\e(B)\e$B$K!$<+F0E*$K%X%C%@$rJQ99$9$k\e(B
-; (add-hook 'wl-mail-setup-hook
-; '(lambda ()
-; (unless wl-draft-reedit ;; \e$B:FJT=8;~$OE,MQ$7$J$$\e(B
-; (wl-draft-config-exec wl-draft-config-alist))))
+;(add-hook 'wl-mail-setup-hook
+; '(lambda ()
+; (unless wl-draft-reedit ; \e$B:FJT=8;~$OE,MQ$7$J$$\e(B
+; (wl-draft-config-exec wl-draft-config-alist))))
-;; \e$B%a!<%k$NJV?.;~$K08@h$rIU$1$kJ}?K$N@_Dj\e(B
+;;; [[ \e$BJV?.;~$N@_Dj\e(B ]]
+
+;; \e$BJV?.;~$N%&%#%s%I%&$r9-$/$9$k\e(B
+;(setq wl-draft-reply-buffer-style 'full)
+
+;; \e$BJV?.;~$N%X%C%@$KAj<j$NL>A0$rF~$l$J$$!#\e(B
+;(setq wl-draft-reply-use-address-with-full-name nil)
+
+;; \e$B%a!<%k$NJV?.;~$K08@h$rIU$1$kJ}?K$N@_Dj\e(B
;; \e$B2<5-JQ?t$N\e(B alist \e$B$NMWAG\e(B
-;; ('\e$BJV?.85$KB8:_$9$k%U%#!<%k%I\e(B' .
+;; ("\e$BJV?.85$KB8:_$9$k%U%#!<%k%I\e(B" .
;; ('To\e$B%U%#!<%k%I\e(B' 'Cc\e$B%U%#!<%k%I\e(B' 'Newsgroups\e$B%U%#!<%k%I\e(B'))
-;; "a" (without-argument)\e$B$G$O\e(B Reply-To \e$B$d\e(B From \e$B$J$I$G;XDj$5$l$?M#0l?M\e(B
-;; \e$B$^$?$OM#0l$D$NEj9F@h$KJV?.$9$k!#$^$?!$\e(BX-ML-Name \e$B$H\e(B Reply-To \e$B$,$D$$\e(B
-;; \e$B$F$$$k$J$i\e(B Reply-To \e$B08$K$9$k!#\e(B
-; (setq wl-draft-reply-without-argument-list
-; '((("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
-; ("X-ML-Name" . (("To" "Cc") nil nil))
-; ("Followup-To" . (nil nil ("Followup-To")))
-; ("Newsgroups" . (nil nil ("Newsgroups")))
-; ("Reply-To" . (("Reply-To") nil nil))
-; ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
-; ("From" . (("From") nil nil))))
-;
+;; "a" (without-argument)\e$B$G$O\e(B Reply-To: \e$B$d\e(B From: \e$B$J$I$G;XDj$5$l$?M#0l?M\e(B
+;; \e$B$^$?$OM#0l$D$NEj9F@h$KJV?.$9$k!#$^$?!$\e(BX-ML-Name: \e$B$H\e(B Reply-To: \e$B$,$D$$\e(B
+;; \e$B$F$$$k$J$i\e(B Reply-To: \e$B08$K$9$k!#\e(B
+(setq wl-draft-reply-without-argument-list
+ '((("X-ML-Name" "Reply-To") . (("Reply-To") nil nil))
+ ("X-ML-Name" . (("To" "Cc") nil nil))
+ ("Followup-To" . (nil nil ("Followup-To")))
+ ("Newsgroups" . (nil nil ("Newsgroups")))
+ ("Reply-To" . (("Reply-To") nil nil))
+ ("Mail-Reply-To" . (("Mail-Reply-To") nil nil))
+ ("From" . (("From") nil nil))))
+
;; "C-u a" (with-argument)\e$B$G$"$l$P4X78$9$kA4$F$N?M!&Ej9F@h$KJV?.$9$k!#\e(B
-; (setq wl-draft-reply-with-argument-list
-; '(("Followup-To" . (("From") nil ("Followup-To")))
-; ("Newsgroups" . (("From") nil ("Newsgroups")))
-; ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
-; ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
+(setq wl-draft-reply-with-argument-list
+ '(("Followup-To" . (("From") nil ("Followup-To")))
+ ("Newsgroups" . (("From") nil ("Newsgroups")))
+ ("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
+ ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
;; X-Face \e$B$rI=<($9$k\e(B (\e$BMW\e(B x-face (and x-face-mule))
-
(when (and window-system
(module-installed-p 'x-face))
- (cond (wl-on-xemacs ;; for XEmacs
+ (cond (wl-on-xemacs ;; for XEmacs
(autoload 'x-face-xmas-wl-display-x-face "x-face" nil t)
- (setq wl-highlight-x-face-func
+ (setq wl-highlight-x-face-function
'x-face-xmas-wl-display-x-face))
- ((module-installed-p 'x-face-mule) ;; for Mule (GNU Emacs)
- ;; x-face-mule 0.20\e$B0J8e\e(B
- (setq wl-highlight-x-face-func
+ ;; for Mule (GNU Emacs)
+ ((module-installed-p 'x-face-mule)
+ ;; x-face-mule 0.20\e$B0J9_\e(B
+ (setq wl-highlight-x-face-function
(function
- (lambda (&optional beg end) ; for compatibility
+ (lambda (&rest dummy)
(x-face-decode-message-header))))
- (setq x-face-mule-highlight-x-face-style 'xmas)
- (require 'x-face-mule)
- )))
+ (require 'x-face-mule))
+ ))
;; \e$B<+F0%j%U%!%$%k$N%k!<%k@_Dj\e(B
;(setq wl-refile-rule-alist
; '(
-; ("x-ml-name"
-; ("^Wanderlust" . "+wl")
-; ("^Elisp" . "+elisp"))
-; ("From"
-; ("teranisi@isl.ntt.co.jp" . "+teranisi"))))
+; ("x-ml-name"
+; ("^Wanderlust" . "+wl")
+; ("^Elisp" . "+elisp"))
+; ("From"
+; ("teranisi@isl.ntt.co.jp" . "+teranisi"))))
;; \e$B<+F0%j%U%!%$%k$7$J$$1JB3%^!<%/$r@_Dj\e(B
;; \e$BI8=`$G$O\e(B "N" "U" "!" \e$B$K$J$C$F$*$j!"L$FI%a%C%;!<%8$r<+F0%j%U%!%$%k$7\e(B
;(setq wl-summary-auto-refile-skip-marks nil)
;; \e$B%9%3%"5!G=$N@_Dj\e(B
-;; wl-score-folder-alist \e$B$N@_Dj$K4X$o$i$:I,$:\e(B "all.SCORE" \e$B$O;HMQ$5$l$k!#\e(B
-; (setq wl-score-folder-alist
-; '(("^-comp\\."
-; "news.comp.SCORE"
-; "news.SCORE")
-; ("^-"
-; "news.SCORE")))
-;; \e$B%9%3%"%U%!%$%k$rCV$/%G%#%l%/%H%j\e(B
+;; `wl-score-folder-alist' \e$B$N@_Dj$K4X$o$i$:I,$:\e(B "all.SCORE" \e$B$O;HMQ$5$l$k!#\e(B
+;(setq wl-score-folder-alist
+; '(("^-comp\\."
+; "news.comp.SCORE"
+; "news.SCORE")
+; ("^-"
+; "news.SCORE")))
+
+;; \e$B%9%3%"%U%!%$%k$rJ]B8$9$k%G%#%l%/%H%j\e(B
; (setq wl-score-files-directory "~/.elmo/")
-;;;
-;;; end of file
-;;;
+;;; dot.wl ends here