Przeglądaj źródła

fixed cram compilation error under bsd

updated man page
Michael Elkins 24 lat temu
rodzic
commit
91d2f60584
8 zmienionych plików z 18 dodań i 15 usunięć
  1. 1 1
      config.c
  2. 1 1
      cram.c
  3. 1 1
      imap.c
  4. 11 8
      isync.1
  5. 1 1
      list.c
  6. 1 1
      maildir.c
  7. 1 1
      main.c
  8. 1 1
      sync.c

+ 1 - 1
config.c

@@ -1,7 +1,7 @@
 /* $Id$
  *
  * 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
  *  it under the terms of the GNU General Public License as published by

+ 1 - 1
cram.c

@@ -1,7 +1,7 @@
 /* $Id$
  *
  * 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
  *  it under the terms of the GNU General Public License as published by

+ 1 - 1
imap.c

@@ -1,7 +1,7 @@
 /* $Id$
  *
  * 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
  *  it under the terms of the GNU General Public License as published by

+ 11 - 8
isync.1

@@ -55,7 +55,7 @@ messages are
 .B not
 deleted.
 .TP
-.B -e, --expunge
+\fB-e\fR, \fB--expunge\fR
 Causes
 .B isync
 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
 expunged.
 .TP
-.B -f, --fast
+\fB-f\fR, \fB--fast\fR
 Causes
 .B isync
 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
 be fetched into the local mailbox.
 .TP
-.B -h, --help
+\fB-h\fR, \fB--help\fR
 Displays a summary of command line options
 .TP
 \fB-p\fR, \fB--port\fR \fIport\fR
 Specifies the port on the IMAP server to connect to (default: 143)
 .TP
+\fB-q\fR, \fB--quiet\fR
+Supress feedback messages.
+.TP
 \fB-r\fR, \fB--remote\fR \fIbox\fR
 Specifies the name of the remote IMAP mailbox to synchronize with
 (Default: INBOX)
 .TP
 \fB-s\fR, \fB--host\fR \fB[\fRimaps:\fB]\fR\fIhost\fR
-.P
 Specifies the hostname of the IMAP server
 .TP
 \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
 specified in a
 .I Mailbox
-command.
-(Default:
-.I ~
-)
+command (Default: \fI~\fR).
+.B NOTE:
+This directive is only meaningful the in
+.I global
+section (see below).
 ..
 .TP
 \fBMaxSize\fR \fIbytes\fR

+ 1 - 1
list.c

@@ -1,7 +1,7 @@
 /* $Id$
  *
  * 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
  *  it under the terms of the GNU General Public License as published by

+ 1 - 1
maildir.c

@@ -1,7 +1,7 @@
 /* $Id$
  *
  * 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
  *  it under the terms of the GNU General Public License as published by

+ 1 - 1
main.c

@@ -1,7 +1,7 @@
 /* $Id$
  *
  * 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
  *  it under the terms of the GNU General Public License as published by

+ 1 - 1
sync.c

@@ -1,7 +1,7 @@
 /* $Id$
  *
  * 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
  *  it under the terms of the GNU General Public License as published by