fixed cram compilation error under bsd
updated man page
This commit is contained in:
parent
7173d07192
commit
91d2f60584
2
config.c
2
config.c
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*
|
*
|
||||||
* isync - IMAP4 to maildir mailbox synchronizer
|
* isync - IMAP4 to maildir mailbox synchronizer
|
||||||
* Copyright (C) 2000 Michael R. Elkins <me@mutt.org>
|
* Copyright (C) 2000-1 Michael R. Elkins <me@mutt.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
2
cram.c
2
cram.c
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*
|
*
|
||||||
* isync - IMAP4 to maildir mailbox synchronizer
|
* isync - IMAP4 to maildir mailbox synchronizer
|
||||||
* Copyright (C) 2000 Michael R. Elkins <me@mutt.org>
|
* Copyright (C) 2000-1 Michael R. Elkins <me@mutt.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
2
imap.c
2
imap.c
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*
|
*
|
||||||
* isync - IMAP4 to maildir mailbox synchronizer
|
* isync - IMAP4 to maildir mailbox synchronizer
|
||||||
* Copyright (C) 2000 Michael R. Elkins <me@mutt.org>
|
* Copyright (C) 2000-1 Michael R. Elkins <me@mutt.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
19
isync.1
19
isync.1
|
@ -55,7 +55,7 @@ messages are
|
||||||
.B not
|
.B not
|
||||||
deleted.
|
deleted.
|
||||||
.TP
|
.TP
|
||||||
.B -e, --expunge
|
\fB-e\fR, \fB--expunge\fR
|
||||||
Causes
|
Causes
|
||||||
.B isync
|
.B isync
|
||||||
to permanently remove all messages marked for deletion in both the local
|
to permanently remove all messages marked for deletion in both the local
|
||||||
|
@ -63,25 +63,27 @@ maildir mailbox and the remote IMAP mailbox. By default, messages are
|
||||||
.B not
|
.B not
|
||||||
expunged.
|
expunged.
|
||||||
.TP
|
.TP
|
||||||
.B -f, --fast
|
\fB-f\fR, \fB--fast\fR
|
||||||
Causes
|
Causes
|
||||||
.B isync
|
.B isync
|
||||||
to skip the step of synchronzing message flags between the local maildir
|
to skip the step of synchronzing message flags between the local maildir
|
||||||
mailbox and the IMAP mailbox. Only new messages existing on the server will
|
mailbox and the IMAP mailbox. Only new messages existing on the server will
|
||||||
be fetched into the local mailbox.
|
be fetched into the local mailbox.
|
||||||
.TP
|
.TP
|
||||||
.B -h, --help
|
\fB-h\fR, \fB--help\fR
|
||||||
Displays a summary of command line options
|
Displays a summary of command line options
|
||||||
.TP
|
.TP
|
||||||
\fB-p\fR, \fB--port\fR \fIport\fR
|
\fB-p\fR, \fB--port\fR \fIport\fR
|
||||||
Specifies the port on the IMAP server to connect to (default: 143)
|
Specifies the port on the IMAP server to connect to (default: 143)
|
||||||
.TP
|
.TP
|
||||||
|
\fB-q\fR, \fB--quiet\fR
|
||||||
|
Supress feedback messages.
|
||||||
|
.TP
|
||||||
\fB-r\fR, \fB--remote\fR \fIbox\fR
|
\fB-r\fR, \fB--remote\fR \fIbox\fR
|
||||||
Specifies the name of the remote IMAP mailbox to synchronize with
|
Specifies the name of the remote IMAP mailbox to synchronize with
|
||||||
(Default: INBOX)
|
(Default: INBOX)
|
||||||
.TP
|
.TP
|
||||||
\fB-s\fR, \fB--host\fR \fB[\fRimaps:\fB]\fR\fIhost\fR
|
\fB-s\fR, \fB--host\fR \fB[\fRimaps:\fB]\fR\fIhost\fR
|
||||||
.P
|
|
||||||
Specifies the hostname of the IMAP server
|
Specifies the hostname of the IMAP server
|
||||||
.TP
|
.TP
|
||||||
\fB-u\fR, \fB--user\fR \fIuser\fR
|
\fB-u\fR, \fB--user\fR \fIuser\fR
|
||||||
|
@ -172,10 +174,11 @@ command line option overrides this setting when set to
|
||||||
Specifies the location for your mailboxes if a relative path is
|
Specifies the location for your mailboxes if a relative path is
|
||||||
specified in a
|
specified in a
|
||||||
.I Mailbox
|
.I Mailbox
|
||||||
command.
|
command (Default: \fI~\fR).
|
||||||
(Default:
|
.B NOTE:
|
||||||
.I ~
|
This directive is only meaningful the in
|
||||||
)
|
.I global
|
||||||
|
section (see below).
|
||||||
..
|
..
|
||||||
.TP
|
.TP
|
||||||
\fBMaxSize\fR \fIbytes\fR
|
\fBMaxSize\fR \fIbytes\fR
|
||||||
|
|
2
list.c
2
list.c
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*
|
*
|
||||||
* isync - IMAP4 to maildir mailbox synchronizer
|
* isync - IMAP4 to maildir mailbox synchronizer
|
||||||
* Copyright (C) 2000 Michael R. Elkins <me@mutt.org>
|
* Copyright (C) 2000-1 Michael R. Elkins <me@mutt.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*
|
*
|
||||||
* isync - IMAP4 to maildir mailbox synchronizer
|
* isync - IMAP4 to maildir mailbox synchronizer
|
||||||
* Copyright (C) 2000 Michael R. Elkins <me@mutt.org>
|
* Copyright (C) 2000-1 Michael R. Elkins <me@mutt.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
2
main.c
2
main.c
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*
|
*
|
||||||
* isync - IMAP4 to maildir mailbox synchronizer
|
* isync - IMAP4 to maildir mailbox synchronizer
|
||||||
* Copyright (C) 2000 Michael R. Elkins <me@mutt.org>
|
* Copyright (C) 2000-1 Michael R. Elkins <me@mutt.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
2
sync.c
2
sync.c
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$
|
/* $Id$
|
||||||
*
|
*
|
||||||
* isync - IMAP4 to maildir mailbox synchronizer
|
* isync - IMAP4 to maildir mailbox synchronizer
|
||||||
* Copyright (C) 2000 Michael R. Elkins <me@mutt.org>
|
* Copyright (C) 2000-1 Michael R. Elkins <me@mutt.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in New Issue
Block a user