@samp{&username@@popserver} \e$B$+$i\e(B @samp{+inbox} \e$B$X!"%a%C%;!<%8$,<+F0E*$K\e(B
\e$B<h$j9~$^$l$^$9!#\e(B
+\e$B$^$?!"Fs$DL\$N\e(B @samp{|} \e$B$r\e(B @samp{|:} \e$B$K$7$F!"\e(B
+
+@example
+@samp{|} @var{\e$B<h$j9~$_85\e(B} @samp{|:} @var{\e$B<h$j9~$_@h\e(B}
+@end example
+
+\e$B$H$9$k$H!"<h$j9~$_85$+$i<h$j9~$_@h$K%a%C%;!<%8$r%3%T!<$7$^$9!#$=$N:]$K!"\e(B
+\e$B<h$j9~$^$l$?%a%C%;!<%8$O\e(B killed list \e$B$K2C$($i$l$^$9!#$7$?$,$C$F!"<!$K\e(B
+\e$B$=$N%U%)%k%@$K%"%/%;%9$7$?:]$K$O:9J,$@$1$,<h$j9~$^$l$^$9!#\e(B
+POP \e$B%5!<%P$K%a!<%k$r;D$7$?$^$^!"%a%C%;!<%8$r\e(B @samp{+inbox} \e$B$K%3%T!<$7$F\e(B
+\e$B1\Mw$7$?$$>l9g$O!"\e(B
+
+@example
+|&username@@popserver|+inbox
+@end example
+
+\e$B$N$h$&$K$7$^$9!#\e(B
+
\e$BNc\e(B:
@example
@group
-%inbox|%myinbox -> %inbox \e$B$+$i\e(B %myinbox \e$B$X%a%C%;!<%8$r<h$j9~$s$G\e(B
+|%inbox|%myinbox -> %inbox \e$B$+$i\e(B %myinbox \e$B$X%a%C%;!<%8$r<h$j9~$s$G\e(B
\e$B1\Mw$9$k%U%)%k%@!#\e(B
-*&user@@popserver1,&user@@popserver2|+inbox
+|*&user@@popserver1,&user@@popserver2|+inbox
-> &user@@popserver1 \e$B$H\e(B &user@@popserver2 \e$B$+$i\e(B +inbox \e$B$X%a%C%;!<%8$r\e(B
- \e$B<h$j9~$s$G1\Mw$9$k%U%)%k%@!#\e(B
+ \e$B<h$j9~$s$G1\Mw$9$k%U%)%k%@!#\e(B
+|-gnu.emacs.sources|:+sources
+ -> -gnu.emacs.sources \e$B$+$i\e(B +sources \e$B$X%a%C%;!<%8$r%3%T!<$7$F1\Mw$9$k\e(B
+ \e$B%U%)%k%@!#\e(B
@end group
@end example
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