* When the index is in zoomed state, adding new messages to the selection
[alpine.git] / doc / rpdump.1
blob0d24f3ff1f2687444e66cf28fc93cd76852e2656
1 .TH rpdump 1
2 .SH NAME
3 rpdump \- alpine remote data utility
4 .SH SYNTAX 
6 .B rpdump
7 [ -f ] -l Local_file -r Remote_folder
8 .SH DESCRIPTION
10 Rpdump may be used to copy the actual data from
11 remote Alpine configuration files or address
12 books into a local file.
13 It is intended to be used by system administrators.
14 Regular users should normally use the facilities provided within Alpine.
15 .LP
16 Local_file will normally be a local temporary file.
17 Remote_folder is the IMAP folder being used as a remote Alpine configuration
18 (with the help of Alpine's -P, -p, and -x commands or PINECONF, PINERC,
19 and PINERCEX environment variables) or remote Alpine address book folder.
20 A copy of the data from Remote_folder will be copied to Local_file.
21 .IP \fB-f\fR 20
22 Force the dump even if the remote folder is in an unrecognized format.
23 .IP \fB-l\fR\ \fBLocal_file\fR 20
24 The file on this system that is to be copied to.
25 .IP \fB-r\fR\ \fBRemote_folder\fR 20
26 A remote folder name to be copied from.
27 See the Alpine documentation for the syntax of a remote folder name.
28 One example is
29 .br
30 {my.imap.server}remote_pinerc.
31 .SH DIAGNOSTICS
32 Exit status is zero if all goes well, -1 otherwise.
33 .SH "SEE ALSO"
34 Rpload(1).
35 .LP
36 Copyright 1989-2007 by the University of Washington.
38 $Date: 2005/01/14 20:40:14 $