Hi, folks --

...and then Hall Stevenson said...
% 
% Error in /home/hall/.muttrc, line 18: <0: invalid value
% source: errors in /home/hall/.muttrc
% Press any key to continue
% 
% This is the "guilty" line:
% 
% set sendmail_wait=<0
% 
% Perfectly valid, I thought. Worked fine with 1.0.x. And even the sample
% Muttrc file shows it as an option.

Hall, you've already seen the answer to this, but it's "the value must be
numeric, not descriptive".

Mutt folks, is this any tougher to fix than the attached patch?  We keep
hearing this question (no, Hall, you're not alone!), so it seems that the
manual needs a little clarification...

Let's see how I did making my first patch :-)


:-D
-- 
David T-G                       * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]      * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/        Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*

diff -urN mutt-1.2/Muttrc mutt-1.2-patched/Muttrc
--- mutt-1.2/Muttrc     Tue May  9 11:15:25 2000
+++ mutt-1.2-patched/Muttrc     Fri May 19 08:05:48 2000
@@ -2480,11 +2480,11 @@
 # to finish before giving up and putting delivery in the background.
 # 
 # Mutt interprets the value of this variable as follows:
-# >0      number of seconds to wait for sendmail to 
-#         finish before continuing
-# 0       wait forever for sendmail to finish
-# <0      always put sendmail in the background 
-#         without waiting
+# greater than 0      number of seconds to wait for sendmail to 
+#                     finish before continuing
+#              0      wait forever for sendmail to finish
+#    less than 0      always put sendmail in the background 
+#                     without waiting
 # 
 # 
 # 
diff -urN mutt-1.2/doc/manual-6.html mutt-1.2-patched/doc/manual-6.html
--- mutt-1.2/doc/manual-6.html  Tue May  9 11:15:36 2000
+++ mutt-1.2-patched/doc/manual-6.html  Fri May 19 08:06:47 2000
@@ -2210,11 +2210,11 @@
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
->0      number of seconds to wait for sendmail to 
-        finish before continuing
-0       wait forever for sendmail to finish
-&lt;0      always put sendmail in the background 
-        without waiting
+greater than 0      number of seconds to wait for sendmail to 
+                    finish before continuing
+             0      wait forever for sendmail to finish
+   less than 0      always put sendmail in the background 
+                    without waiting
 </PRE>
 </CODE></BLOCKQUOTE>
 <P>Note that if you specify a value other than 0, the output of the child
diff -urN mutt-1.2/doc/manual.sgml mutt-1.2-patched/doc/manual.sgml
--- mutt-1.2/doc/manual.sgml    Tue May  9 11:15:26 2000
+++ mutt-1.2-patched/doc/manual.sgml    Fri May 19 08:07:26 2000
@@ -4989,11 +4989,11 @@
 Mutt interprets the value of this variable as follows:
 
 <tscreen><verb>
->0      number of seconds to wait for sendmail to 
-        finish before continuing
-0       wait forever for sendmail to finish
-<0      always put sendmail in the background 
-        without waiting
+greater than 0      number of seconds to wait for sendmail to 
+                    finish before continuing
+             0      wait forever for sendmail to finish
+   less than 0      always put sendmail in the background 
+                    without waiting
 
 </verb></tscreen><p>
 Note that if you specify a value other than 0, the output of the child
diff -urN mutt-1.2/doc/manual.txt mutt-1.2-patched/doc/manual.txt
--- mutt-1.2/doc/manual.txt     Tue May  9 11:15:29 2000
+++ mutt-1.2-patched/doc/manual.txt     Fri May 19 08:08:54 2000
@@ -4813,11 +4813,11 @@
 
   Mutt interprets the value of this variable as follows:
 
-       >0      number of seconds to wait for sendmail to
-               finish before continuing
-       0       wait forever for sendmail to finish
-       <0      always put sendmail in the background
-               without waiting
+       greater than 0      number of seconds to wait for sendmail to
+                           finish before continuing
+                    0      wait forever for sendmail to finish
+          less than 0      always put sendmail in the background
+                           without waiting
 
   Note that if you specify a value other than 0, the output of the child
   process will be put in a temporary file.  If there is some error, you
diff -urN mutt-1.2/doc/muttrc.man mutt-1.2-patched/doc/muttrc.man
--- mutt-1.2/doc/muttrc.man     Tue May  9 11:15:26 2000
+++ mutt-1.2-patched/doc/muttrc.man     Fri May 19 08:09:25 2000
@@ -2949,11 +2949,11 @@
 .sp
 .ft CR
 .nf
->0      number of seconds to wait for sendmail to 
-        finish before continuing
-0       wait forever for sendmail to finish
-<0      always put sendmail in the background 
-        without waiting
+greater than 0      number of seconds to wait for sendmail to 
+                    finish before continuing
+             0      wait forever for sendmail to finish
+   less than 0      always put sendmail in the background 
+                    without waiting
 
 .fi
 .ec

PGP signature

Reply via email to