From 3d784db31e2be5bedf06cc411a9b6a6056135896 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 20 Jan 2001 14:26:09 +0000 Subject: [PATCH] Remove `elmo-msgdb-dir' settings. Move `wl-user-mail-address-list' to Basic Settings part. --- samples/en/dot.wl | 31 ++++++++++++++----------------- samples/ja/dot.wl | 31 ++++++++++++++----------------- 2 files changed, 28 insertions(+), 34 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 30f3a6d..95bd58e 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -12,14 +12,17 @@ ;;; [[ Private Setting ]] ;; Header From -;(setq wl-from "Your Name ") +;(setq wl-from "Your Name ") ;; Organization ;(setq wl-organization "") -;;; [[ Basic Setting ]] +;; User's mail addresses. +(setq wl-user-mail-address-list + (list (wl-address-header-extract-address wl-from) + ;;"e-mail2@example.com" ... + )) -;; A directory for message database. -(setq elmo-msgdb-dir "~/.elmo") +;;; [[ Basic Setting ]] ;; Home directory for MH (localdir) (setq elmo-localdir-folder-path "~/Mail") @@ -201,6 +204,13 @@ ;;; [[ 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") @@ -214,19 +224,6 @@ (wl-folder-open-unread-folder entity) )) -;; User's mail addresses. -(setq wl-user-mail-address-list - (list (wl-address-header-extract-address wl-from) - ;;"e-mail2@bbb.com" ... - )) - -;; Subscribed mailing list -(setq wl-subscribed-mailing-list - '("wl@lists.airs.net" - "apel-ja@m17n.org" - ;;"ml@example.com" ... - )) - ;; Change summary display function. ;; get extra field values as overview information (only localdir folder). diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index a9d2a49..bb9c887 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -12,14 +12,17 @@ ;;; [[ 個人情報の設定 ]] ;; From の設定 -;(setq wl-from "Your Name ") +;(setq wl-from "Your Name ") ;; Organization の設定 ;(setq wl-organization "") -;;; [[ 基本的な設定 ]] +;; 自分のメールアドレスのリスト +(setq wl-user-mail-address-list + (list (wl-address-header-extract-address wl-from) + ;;"e-mail2@example.com" ... + )) -;; メッセージデータベースを作るディレクトリ -(setq elmo-msgdb-dir "~/.elmo") +;;; [[ 基本的な設定 ]] ;; MH (localdir) のホーム (setq elmo-localdir-folder-path "~/Mail") @@ -202,6 +205,13 @@ ;;; [[ 特殊な設定 ]] +;; 自分の参加しているメーリングリストのリスト +(setq wl-subscribed-mailing-list + '("wl@lists.airs.net" + "apel-ja@m17n.org" + ;;"ml@example.com" ... + )) + ;; jka-compr を利用して ~/elmo/SPEC/ 以下のデータベースを圧縮する ;(setq elmo-msgdb-overview-filename "overview.gz") ;(setq elmo-msgdb-number-filename "number.gz") @@ -215,19 +225,6 @@ (wl-folder-open-unread-folder entity) )) -;; 自分のメールアドレスのリスト -(setq wl-user-mail-address-list - (list (wl-address-header-extract-address wl-from) - ;;"e-mail2@bbb.com" ... - )) - -;; 自分の参加しているメーリングリストのリスト -(setq wl-subscribed-mailing-list - '("wl@lists.airs.net" - "apel-ja@m17n.org" - ;;"ml@example.com" ... - )) - ;; サマリ表示関数を変更する ;; サマリ表示において使用する情報を持つフィールドをoverview情報に -- 1.7.10.4