Go to the first, previous, next, last section, table of contents.


カスタマイズ変数

wl-plugged
この値を nil に設定して Wanderlust を起動すると、起動時からオフラ インモードとなります。
wl-queue-folder
初期設定は `+queue'。送信キューのメッセージが溜るフォルダ。
wl-auto-flush-queue
初期設定は t。オンラインになったときに自動的にキューを送信するか どうか。Non-nil なら自動的に送信します (一応 y-or-n-p で確認 します)。手動でキューを送信するには、フォルダモードで F を押してく ださい。
elmo-enable-disconnected-operation
初期設定は nil。IMAP4 に関するオフライン処理を実行するかどうか。 Non-nil ならオフライン処理を実行します。
elmo-lost+found-folder
初期設定は `+lost+found'。オフライン・リファイル/コピーのキュー処理 でメッセージの追加に失敗したときにメッセージを退避させるフォルダです。
elmo-plugged-condition
初期設定は onewl-plugged の値は関数 elmo-plugged-p (引数なし)の戻り値に より決定されます。この変数 elmo-plugged-condition(elmo-plugged-p) の戻り値が t になる条件を各ポートの plug 状 態により指定します。
'one         : 1つ以上のポートが plugged なら plugged である
'all         : 全てのポートが plugged なら plugged である
'independent : ポートの plug 状態に関係なく wl-plugged (elmo-plugged)
               を参照する
function     : 関数 function の戻り値により変化する
 標準で用意されている関数
 'elmo-plug-on-by-servrs
             : 変数 elmo-plug-on-servers で指定したサーバの plug
               状態により変化する
 'elmo-plug-on-by-exclude-servers
             : 変数 elmo-plug-on-exclude-servers で指定した以外の
               サーバの plug 状態により変化する
                  elmo-plug-on-exclude-servers のデフォルト値は
                   '("localhost"
                     (system-name)
                     (system-name)からドメイン部を除いたもの)
                  である
例1:
 (setq elmo-plugged-condition 'all)
例2:
 (setq elmo-plug-on-servers '("smtpserver" "newsserver"))
 (setq elmo-plugged-condition 'elmo-plug-on-by-servers)
例3:
 (setq elmo-plug-on-exclude-servers '("localhost" "myname"))
 (setq elmo-plugged-condition 'elmo-plug-on-by-exclude-servers)
wl-reset-plugged-alist
初期設定は t。Non-nil なら Wanderlust の起動時にサーバ・ポート別 のプラグ状態を wl-plugged の値により初期化します。 nil なら、Emacs が動作している間、前回終了した時点のプラグ状態を 保持します。言い換えれば nil であっても Emacs を再起動すると初期 化されます。


Go to the first, previous, next, last section, table of contents.