From: yoichi Date: Thu, 5 Feb 2004 13:23:10 +0000 (+0000) Subject: add note on conversion of msgdb X-Git-Tag: wl-2_11_24~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bb765ffcc5e5abb6d3277a199aaf18f8f64031ae;p=elisp%2Fwanderlust.git add note on conversion of msgdb --- diff --git a/NEWS b/NEWS index 5c606b4..17f77c7 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. ** Batch processing module is added. ** The structure of the message database is improved. + Following setting is to convert legacy msgdb to the new one on reconstruction + of msgdb (s all RET on summary buffer). + (setq elmo-msgdb-default-type 'standard + elmo-msgdb-convert-type 'sync) ** Draft save function is improved. Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on. diff --git a/NEWS.ja b/NEWS.ja index 692eb72..f6076cd 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -7,6 +7,10 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. ** バッチ処理用のモジュールが新たに追加されました. ** メッセージデータベースの構造が改善されました. + 以下の設定をすれば、msgdb 再構築(サマリバッファで s all RET)時に旧来の + タイプの msgdb を新しいタイプのものに変換します。 + (setq elmo-msgdb-default-type 'standard + elmo-msgdb-convert-type 'sync) ** ドラフトの保存機能が改善されました. IMAP フォルダや,Maildir フォルダを wl-draft-folder に指定できるように