| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
wl-plugged
nil に設定して Wanderlust を起動すると、起動時からオフラ
インモードとなります。
wl-queue-folder
wl-auto-flush-queue
t。オンラインになったときに自動的にキューを送信するか
どうか。Non-nil なら自動的に送信します (一応 y-or-n-p で確認
します)。手動でキューを送信するには、フォルダモードで F を押してく
ださい。
elmo-enable-disconnected-operation
t。ネットワークフォルダに関するオフライン処理を実行する
かどうか。Non-nil ならオフライン処理を実行します。
elmo-lost+found-folder
elmo-plugged-condition
one。
wl-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 を再起動すると初期
化されます。