Patches



Hi,

Here's two little patches, one to update the man page, the other to fix a
small typo.

MBG

-- 
 Matthew Guenther                   Writing is turning one's worst moments
 mguenthe@netcom.ca                 into money.
 http://www.netcom.ca/~mguenthe/    		-- J.P. Donleavy
=== cd /home/mguenthe/src/balsa/
=== cvs diff -u balsa.1.in

Index: balsa.1.in
===================================================================
RCS file: /cvs/gnome/balsa/balsa.1.in,v
retrieving revision 1.1
diff -u -u -r1.1 balsa.1.in
--- balsa.1.in	1999/12/30 21:14:13	1.1
+++ balsa.1.in	2000/04/07 00:36:37
@@ -1,17 +1,47 @@
-.TH Balsa 1 "21 Dec 1999" Version @VERSION@
+.TH Balsa 1 "4 Mar 2000" Version @VERSION@
 .SH NAME
 Balsa - the GNOME email client.
 
 .SH SYNOPSIS
 .B balsa
-[\-h] [\-\-help] [-v] [\-\-version]
+.RB [ \-h ] 
+.RB [ \-\^\-help ] 
+.RB [ \-v ] 
+.RB [ \-\^\-version ] 
+.RB [ \-c ] 
+.RB [ \-\^\-checkmail ] 
+.RB [ \-m 
+.IR USER@HOST.TLD ] 
+.RB [ \-\^\-compose=\fIUSER@HOST.TLD\fP ] 
+.RB [ \-o 
+.IR MAILBOX ]  
+.RB [ \-\^\-open\-mailbox=\fIMAILBOX\fP ] 
+.RB [ \-u ] 
+.RB [ \-\^\-open\-unread\-mailbox ]
 
 
 .SH DESCRIPTION
 .PP
 \fIBalsa\fP is a e-mail reader.  This client is part of the GNOME desktop
-environment.  It supports local mailboxes, POP3 and IMAP.
+environment.  It supports local mailboxes, POP3 and IMAP.  For help on using Balsa, see the program documentation in the help menu.
 
+.SH OPTIONS
+.TP 
+.BR \-c ", " \-\^\-checkmail
+Balsa will immediately check for new mail when the program is launched
+
+.TP
+.BI \-m " USER@HOST.TLD" "\fR,\fP \-\^\-compose=" USER@HOST.TLD
+When invoked with this option, balsa will open a new message with the specified address in the To: field.
+
+.TP
+.BI \-o " MAILBOX" "\fR,\fP \-\^\-open-mailbox=" MAILBOX
+Balsa will open automatically at startup the mailbox or mailboxes specified on the command line with this option.  Multiple mailboxes are delimited by semicolons.
+
+.TP
+.BR \-u ", " \-\^\-open-unread-mailbox
+Open the first unread mailbox when balsa is launched.
+
 .SH WEBSITE
 http://www.balsa.net/
 
@@ -21,7 +51,7 @@
 .BR sendmail (8)
 
 .SH COPYRIGHT
-Copyright \(co 1997-99 Stuart Parmenter and Jay Painter
+Copyright \(co 1997-2000 Stuart Parmenter and Jay Painter
 
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted,
@@ -52,7 +82,7 @@
 Stuart Parmenter and Jay Painter.
 
 .SH MAJOR CONTRIBUTORS
-Without these people, 0.6.0 would not be happening:
+Without these people, @VERSION@ would not be happening:
 Peter Williams
 David Pickens
 Héctor García Álvarez
=== Exit status: 1
=== cd /home/mguenthe/src/balsa/src/
=== cvs diff -u main.c

Index: main.c
===================================================================
RCS file: /cvs/gnome/balsa/src/main.c,v
retrieving revision 1.67
diff -u -u -r1.67 main.c
--- main.c	2000/04/01 23:53:52	1.67
+++ main.c	2000/04/07 00:39:02
@@ -100,7 +100,7 @@
   PortableServer_POAManager pm;
   static struct poptOption options[] = {
          {"checkmail", 'c', POPT_ARG_NONE, &(balsa_app.check_mail_upon_startup), 0, N_("Get new mail on startup"), NULL},
-         {"compose", 'm', POPT_ARG_STRING, &(balsa_app.compose_email), 0, N_("Compose a new email to EMAIL@ADRESS"), "EMAIL@ADRESS"},
+         {"compose", 'm', POPT_ARG_STRING, &(balsa_app.compose_email), 0, N_("Compose a new email to EMAIL@ADDRESS"), "EMAIL@ADDRESS"},
          {"open-mailbox", 'o', POPT_ARG_STRING, &(balsa_app.open_mailbox), 0, N_("Opens MAILBOXNAME"),N_("MAILBOXNAME")},
          {"open-unread-mailbox", 'u', POPT_ARG_NONE, &(balsa_app.open_unread_mailbox), 0, N_("Opens first unread mailbox"), NULL},
          {NULL, '\0', 0, NULL, 0} /* end the list */
=== Exit status: 1

PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]