Re: Change the content-type from the command line

1999-10-22 Thread David DeSimone
Ryan Claycamp <[EMAIL PROTECTED]> wrote: > > I am setting up a script file to fetch a web page every day and mail > it to a friend. I do great getting the file with wget. When I pipe > it to mutt, it sends it through as plain text. This is pretty much a limitation of Mutt's batch mode. > If I

Re: IMAP, how to find out about new features?

1999-10-22 Thread Brendan Cully
On Friday, 22 October 1999 at 23:44, Brendan Cully wrote: > On Friday, 22 October 1999 at 21:05, Chris Green wrote: > > I'm about to get serious about using mutt with IMAP4, I gather that > > the 'unstable' 1.1 version is likely to have more IMAP functions and > > features available. Is there an

Re: IMAP, how to find out about new features?

1999-10-22 Thread Brendan Cully
On Friday, 22 October 1999 at 21:05, Chris Green wrote: > I'm about to get serious about using mutt with IMAP4, I gather that > the 'unstable' 1.1 version is likely to have more IMAP functions and > features available. Is there an easy way to find out what it can do > compared with the 1.0 versio

Change the content-type from the command line

1999-10-22 Thread Ryan Claycamp
I have been researching this problem all day and can't find an answer. Therefore, I subscribed to the mailing list, hoping to get an answer. I am setting up a script file to fetch a web page every day and mail it to a friend. I do great getting the file with wget. When I pipe it to mutt, it se

Re: "Error sending message, child exited 70 (Internal error.)" messages

1999-10-22 Thread David DeSimone
Winston Moy <[EMAIL PROTECTED]> wrote: > > Thanks for the info... I was able to locate the cause, while I was > tailing the active syslog... I had a corrupt alias database... once > the database was cleaned up, Mutt was happy... Wow, that's amazing: > > > "Error sending message, child exited

Re: F1 for help

1999-10-22 Thread Jeremy Blosser
John Poltorak [[EMAIL PROTECTED]] wrote: > How do I set up F1 for help? > > Actually I want to look at the html manual, although I've manged to > get Ctl-Z to do this with:- > > macro index \cz !start /f/c lynx c:/mutt/manual.html' > > This is my first stab at a macro, but it's quite useful, an

Re: Jump to new mailbox

1999-10-22 Thread Jeremy Blosser
Brian D. Winters [[EMAIL PROTECTED]] wrote: > On Fri, Oct 22, 1999 at 02:37:21PM +1000, Bek Oberin wrote: > > Jeremy Blosser wrote: > > > Bek Oberin [[EMAIL PROTECTED]] wrote: > > > > I want to create a macro to let my jump straight to mailbox 'foo', > > > > whichever's currently displayed. > > >

Re: Forward just one attachment?

1999-10-22 Thread Jeremy Blosser
Jan Houtsma [[EMAIL PROTECTED]] wrote: > On Thu, Oct 21, 1999 at 02:41:23AM -0500, [EMAIL PROTECTED] wrote: > > > > > It's not that of a deal, but there are times when I don't really want > > the original headers traveling in my forward. Ideas? > > > > Sorry, i have no idea! I noticed the sam

IMAP, how to find out about new features?

1999-10-22 Thread Chris Green
I'm about to get serious about using mutt with IMAP4, I gather that the 'unstable' 1.1 version is likely to have more IMAP functions and features available. Is there an easy way to find out what it can do compared with the 1.0 version? -- Chris Green ([EMAIL PROTECTED]) Home: [EMAIL PROTECTED

F1 for help

1999-10-22 Thread John Poltorak
How do I set up F1 for help? Actually I want to look at the html manual, although I've manged to get Ctl-Z to do this with:- macro index \cz !start /f/c lynx c:/mutt/manual.html' This is my first stab at a macro, but it's quite useful, and quite close to what I want eventually. In addition, I w

Re: "Error sending message, child exited 70 (Internal error.)" messages

1999-10-22 Thread David DeSimone
Winston Moy <[EMAIL PROTECTED]> wrote: > > "Error sending message, child exited 70 (Internal error.)" when sending out. Sendmail doesn't like the command line it's being given by Mutt. Here's a simple shell script: #!/bin/sh echo "Args: " "$@" >> /tmp/sendmail.log Save this script, th

"Error sending message, child exited 70 (Internal error.)" messages

1999-10-22 Thread Winston Moy
- Begin Forwarded Message - Date: Fri, 22 Oct 1999 08:43:30 -0500 (CDT) From: Winston Moy <[EMAIL PROTECTED]> Subject: "Error sending message, child exited 70 (Internal error.)" messages To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] MIME-Version: 1.0 Content-MD5: 00utInUpcj

"Error sending message, child exited 70 (Internal error.)" messages

1999-10-22 Thread Winston Moy
Hi, I've recently compiled the following mutt version (mutt -v below) on a Sun Ultra 5 running Solaris 2.7. Mutt 1.0pre4us (1999-10-11) Copyright (C) 1996-9 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. Mutt is free software, and you are welc

Re: 1.0/slang problem?

1999-10-22 Thread Vincent Lefevre
On Fri, Oct 22, 1999 at 08:22:48 -0700, Leiden, Soren wrote: > I do the following: > > rxvt +sb -geometry 80x50 -fn 10x20 -title "Mutt" -e mutt > > the +sb eliminates the scrollbar... > > can't say whether or not mutt's producing any scrollback as > my scrollbar doesn't exist. i'm using 1.0pre

Re: 1.0/slang problem?

1999-10-22 Thread Vincent Lefevre
On Fri, Oct 22, 1999 at 10:39:29 -0400, Rob Reid wrote: > At 11:22 AM EDT on October 22 Vincent Lefevre sent off: > > Exec "Mutt" rxvt -n Mutt -T Mutt -e env LANG= xmutt I know where the problem comes from. When I start this from fvwm, the TERMINFO env variable isn't set, so that the Solaris

Re: 1.0/slang problem?

1999-10-22 Thread Rob Reid
At 11:22 AM EDT on October 22 Vincent Lefevre sent off: > On Fri, Oct 22, 1999 at 09:51:42 -0400, Jim Simmons wrote: > > I'm getting a scroll bar from rxvt, and after doing a few things there are > > actually lines in the scroll back buffer. I didn't have this problem with > > 1.0pre4i. > > I've

Re: 1.0/slang problem?

1999-10-22 Thread Leiden, Soren
I do the following: rxvt +sb -geometry 80x50 -fn 10x20 -title "Mutt" -e mutt the +sb eliminates the scrollbar... can't say whether or not mutt's producing any scrollback as my scrollbar doesn't exist. i'm using 1.0pre3, working great... Jim Simmons [[EMAIL PROTECTED]] wrote: > I just built 1.

Re: 1.0/slang problem?

1999-10-22 Thread Vincent Lefevre
On Fri, Oct 22, 1999 at 09:51:42 -0400, Jim Simmons wrote: > I'm getting a scroll bar from rxvt, and after doing a few things there are > actually lines in the scroll back buffer. I didn't have this problem with > 1.0pre4i. I've just noticed exactly the same thing (with Mutt 1.0 and Slang 1.2.2)

[1.0i bug] redraw problem

1999-10-22 Thread Vincent Lefevre
I replied to a message (from within the pager IIRC, but I'm not sure), then hit 'c' to change the mailbox. And the whole screen got black (this is my background color). I don't know what the cause is, and this may be difficult to reproduce. All that I know is that I received a new message at about

1.0/slang problem?

1999-10-22 Thread Jim Simmons
I just built 1.0i (./configure --with-slang=/usr/local/src/slang-1.3.7 --with-homespool=Mailbox --enable-imap) on an HP-UX 11.00 system and now --when I start it using: rxvt -fn 10x20 -title "IN-BOX" -e mutt I'm getting a scroll bar from rxvt, and after doing a few things there are actua

Re: enriched.sh

1999-10-22 Thread Sean Rima
Hi Martin! On Fri, 22 Oct 1999, Martin Schröder wrote: > On 1999-10-22 10:49:07 +, Sean Rima wrote: > > On Fri, 22 Oct 1999, Martin Schröder wrote: > > > On 1999-10-21 23:26:19 -0700, Brandon Long wrote: > > > > On 10/20/99 Martin Schröder uttered the following other thing: > > > > > Where t

Re: aliases

1999-10-22 Thread Mikko Hänninen
Antonio Pievatolo <[EMAIL PROTECTED]> wrote on Fri, 22 Oct 1999: > I had chosen had been fully expanded, but only the first 5 or 6 were present, > because all the rest had been truncated, apparently because of a buffer > limit for the Bcc line. Is there a way to increase this limit? I think ye

Re: enriched.sh

1999-10-22 Thread Thomas Roessler
On 1999-10-22 12:13:04 +0200, Martin Schröder wrote: > That doesn't work for me; I get the >text/enriched not supported, use "v" to view this part > and then >mailcap entry for type text/enriched not found > what should be the correct configuration? Whow... How do you get these message

Re: enriched.sh

1999-10-22 Thread Martin Schröder
On 1999-10-22 10:49:07 +, Sean Rima wrote: > On Fri, 22 Oct 1999, Martin Schröder wrote: > > On 1999-10-21 23:26:19 -0700, Brandon Long wrote: > > > On 10/20/99 Martin Schröder uttered the following other thing: > > > > Where to get it? > > > > > > It is located at: > > > http://www.fiction.n

aliases

1999-10-22 Thread Antonio Pievatolo
Dear Mutt users, I have just subscribed to this list; I use version 0.95.7i. I have a problem with aliases. I tried to Bcc a message to many recipients: at the Bcc prompt I pressed the Tab key, then I selected the aliases from .mutt.aliases with the return key, and exited the alias list. In the

Re: enriched.sh

1999-10-22 Thread Sean Rima
Hi Martin! On Fri, 22 Oct 1999, Martin Schröder wrote: > On 1999-10-21 23:26:19 -0700, Brandon Long wrote: > > On 10/20/99 Martin Schröder uttered the following other thing: > > > Where to get it? > > > > It is located at: > > http://www.fiction.net/blong/programs/mutt/done.html#autoview > > >

Re: enriched.sh

1999-10-22 Thread Martin Schröder
On 1999-10-21 23:26:19 -0700, Brandon Long wrote: > On 10/20/99 Martin Schröder uttered the following other thing: > > Where to get it? > > It is located at: > http://www.fiction.net/blong/programs/mutt/done.html#autoview > > But, its no longer necessary, as the included text/enriched support in

1.0 as well.

1999-10-22 Thread Thomas Roessler
Umh. Apparently the announcement for the (stable) 1.0 release didn't make it to this list in time. Please find it attached. On 1999-10-22 10:38:19 +0200, Thomas Roessler wrote: > Date: Fri, 22 Oct 1999 10:38:19 +0200 > From: Thomas Roessler <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject:

Re: Broken MUAs and the "encoding" flag

1999-10-22 Thread Marius Gedminas
On Thu, Oct 21, 1999 at 07:46:14PM -0200, Lalo Martins wrote: > On Thu, Oct 21, 1999 at 04:26:30PM -0500, David DeSimone wrote: > > Lalo Martins <[EMAIL PROTECTED]> wrote: > > > > > > Is there some way to tell mutt to fix that somehow? > > > > I, too, have wished I could change the broken encodin

Mutt 1.1 [UNSTABLE] is out.

1999-10-22 Thread Thomas Roessler
Mutt 1.1 [UNSTABLE] is out. This is the first publicly announced version from the unstable CVS branch which is where development takes place. You should download and install this version if you - want to help the developers by testing this version and submitting bug reports, - want to contri

Retry: Feature patch: patch-1.0.hb.save_alias.1

1999-10-22 Thread Hans Bogaards
Hello All, I tried to send the following message to mutt-users and mutt-dev, but I forgot to attach the patch and I did send it to the wrong mutt-users-address, so here is a retry - Forwarded message from Hans Bogaards <[EMAIL PROTECTED]> - Date: Thu, 21 Oct 1999 15:15:38 +0200 From: Ha