From 99f6aaf9aba5d4c926c8e1b3b96999ba6b7716b2 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 12 Dec 2001 17:28:21 +0000 Subject: [PATCH] Add extension of pipe folder. --- doc/wl-ja.texi | 27 ++++++++++++++++++++++++--- doc/wl.texi | 24 ++++++++++++++++++++++-- 2 files changed, 46 insertions(+), 5 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 5bb835d..41733aa 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -1577,15 +1577,36 @@ lastyear -> 去年の今日 @samp{&username@@popserver} から @samp{+inbox} へ、メッセージが自動的に 取り込まれます。 +また、二つ目の @samp{|} を @samp{|:} にして、 + +@example +@samp{|} @var{取り込み元} @samp{|:} @var{取り込み先} +@end example + +とすると、取り込み元から取り込み先にメッセージをコピーします。その際に、 +取り込まれたメッセージは killed list に加えられます。したがって、次に +そのフォルダにアクセスした際には差分だけが取り込まれます。 +POP サーバにメールを残したまま、メッセージを @samp{+inbox} にコピーして +閲覧したい場合は、 + +@example +|&username@@popserver|+inbox +@end example + +のようにします。 + 例: @example @group -%inbox|%myinbox -> %inbox から %myinbox へメッセージを取り込んで +|%inbox|%myinbox -> %inbox から %myinbox へメッセージを取り込んで 閲覧するフォルダ。 -*&user@@popserver1,&user@@popserver2|+inbox +|*&user@@popserver1,&user@@popserver2|+inbox -> &user@@popserver1 と &user@@popserver2 から +inbox へメッセージを - 取り込んで閲覧するフォルダ。 + 取り込んで閲覧するフォルダ。 +|-gnu.emacs.sources|:+sources + -> -gnu.emacs.sources から +sources へメッセージをコピーして閲覧する + フォルダ。 @end group @end example diff --git a/doc/wl.texi b/doc/wl.texi index 3d8a5f3..51b1ada 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -1559,13 +1559,33 @@ For example, if you specify following and access it, messages are downloaded automatically from @samp{&username@@popserver} to @samp{+inbox}. +On the other hand, if you put @samp{|:} instead of second @samp{|}, +then messages are copied to the destination folder (not deleted from +source-folder), and copied messages are put into the killed list. Therefore +if you access in the next time, only new messages will be copied. + +@example +@samp{|} @var{source-folder} @samp{|:} @var{destination-folder} +@end example + +If you want to copy messages from POP server and view them, specify the +folder as follows: + +@example +|&username@@popserver|+inbox +@end example + +where messages will be kept on the server. + Example: @example @group -%inbox|%myinbox -> Download %inbox to %myinbox. -*&user@@popserver1,&user@@popserver2|+inbox +|%inbox|%myinbox -> Download %inbox to %myinbox. +|*&user@@popserver1,&user@@popserver2|+inbox -> Download from &user@@popserver1 and &user@@popserver2 to +inbox. +|-gnu.emacs.sources|:+sources + -> Copy messages from -gnu.emacs.sources to +sources. @end group @end example -- 1.7.10.4