X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=samples%2Fja%2Fdot.wl;h=20c0198276cb696e3f14d61bbca2c6896cd70f25;hb=4adbabb1c181bc6d050f6a53c12c79f36ba4a4c9;hp=87c9b658a1c957bf37b2422d5ca475e2c3fe018c;hpb=fe6e76a3f9739c18766b80bb14750482d092dcde;p=elisp%2Fwanderlust.git diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 87c9b65..20c0198 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -5,6 +5,7 @@ ;; まず、次の設定を ~/.emacs などに書いてください。 ;; XEmacs の package としてインストールされている場合は必要ありません。 (autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) ;; アイコンを置くディレクトリ @@ -53,6 +54,10 @@ ;; Message-ID のドメインパートを強制的に指定 ;(setq wl-message-id-domain "hostname.example.com") +;; Message-ID のドメインパートを wl-from から生成します。 +;; globalなIPを持たない場合に使ってください。 +;; wl-local-domain, wl-message-id-domainに優先します。 +;(setq wl-message-id-use-wl-from t) ;;; [[ サーバの設定 ]]