Re: Floating point exception

1999-10-25 Thread Edmund GRIMLEY EVANS
After grepping *.{c,h}, it seems that Mutt doesn't use FP, except in sendlib.c here: /* Determine which encoding is smaller */ if (1.33 * (float)(info-lobin+info-hibin+info-ascii) 3.0 * (float) (info-lobin + info-hibin) + (float)info-ascii) BTW, why is there a cast to float? A

Re: Floating point exception

1999-10-25 Thread Vincent Lefevre
On Mon, Oct 25, 1999 at 13:05:16 +0100, Edmund GRIMLEY EVANS wrote: You shouldn't be using floating-point at all for a simple calculation like that. I bet you don't really mean "1.33" anyway. What's wrong with ((info-lobin + info-hibin + info-ascii)*4/3 (info-lobin + info-hibin)*3 +

gettext memfaults with -f option

1999-10-25 Thread Stasinos Konstantopoulos
Hi, xgettext memfaults when given the -f option: [njord] mutt-1.0: cd po [njord] po: PATH=../src:$PATH /usr/local/gnu/bin/xgettext \ --default-domain=mutt --directory=.. --add-comments --keyword=_ \ --keyword=N_ --files-from=./POTFILES.in Segmentation fault (core dumped) [njord] po:

Re: latest version RH6.1 rpms available?

1999-10-25 Thread Bruno Daniel
Are there already RH6.1 binary-i386-rpms available. I downloaded the rpm ftp://rpmfind.net/linux/rawhide/1.0/i386/RedHat/RPMS/mutt-1.0us-1.i386.rpm from page http://rufus.w3.org/linux/RPM/rawhide/1.0/i386/RedHat/RPMS/mutt-1.0us-1.i386.html and installed it on my Redhat 6.1 system. It works

IMAP - seeing folders on server

1999-10-25 Thread Chris Green
I'm somewhat confused by the way one is supposed to navigate folders/directories on an IMAP server. The mutt version I'm running here (0.96i) seems slightly different from the other version I'm trying (1.1i) but both have now confused me thoroughly. Is there any way to go straight to an IMAP

Re: Change the content-type from the command line

1999-10-25 Thread Ryan Claycamp
David DeSimone wrote: 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

Umlaute in pager

1999-10-25 Thread Hans Gubitz
How can I manage to get german Umlaute in the builtin pager? Hans Gubitz

The 'c' change-folder command

1999-10-25 Thread Chris Green
Re my last message about navigating on an IMAP server I find that I'm almost as confused when navigating my local Mail directory. I understand the the 'c' command allows me to open a mailbox, it will look in the default Mail directory if I prefix the mailbox name with a '+' sign. AHA! I have

Re: [1.0pre1i] Alias menu/send menu with long address lists busted

1999-10-25 Thread Clint Olsen
On Oct 24, Gero Treuner wrote: On Thu, Oct 21, 1999 at 02:14:02PM -0700, Clint Olsen wrote: If I go to the alias menu (using tab) and select many addresses, returning the to the send menu doesn't place the cursor at the end of the buffer. I can't seem to use ctrl-e to get there, either.

Re: configurable?

1999-10-25 Thread Rejo Zenger
Hi. Sorry for the late reply, but i guess that one answer wasn't given to this question of Mark. ++ 25/08/99 11:48 -0400 - Fairlight: Seriously...there's one thing that I -can't- seem to find to reconfigure, ant that's the "-- Forwarded message by" ...or however it reads, when you forward a

Re: Umlaute in pager

1999-10-25 Thread Dirk Pirschel
Hi On Mon, Oct 25, 1999 at 04:51:15PM +0200, Hans Gubitz wrote: How can I manage to get german Umlaute in the builtin pager? This should work if you set $LANG to german. Or, if you want $LANG=en, use configure --enable-locales-fix when compiling mutt. Dirk -- Dirk Pirschel E-Mail: [EMAIL

New-User to mutt

1999-10-25 Thread Pieter Wenk
Hello to all, I just installed mutt as E-Mailer. Found a suitable muttrc on a site in Germany. I guess nobody is going to tell me, that the configuration of this nifty E-Mailer is a "snap". In fact, I booked a nice day job and I am still not as yet happy with what I have. On www.mutt.org I

Re: Floating point exception

1999-10-25 Thread David DeSimone
Vincent Lefevre [EMAIL PROTECTED] wrote: And you could avoid the division with: (info-lobin + info-hibin + info-ascii)*4 ((info-lobin + info-hibin)*3 + info-ascii)*3 But then you risk integer overflow. Which the division helps avoid, and in fact, floating-point helps avoid it even

Re: Floating point exception

1999-10-25 Thread Vincent Lefevre
On Mon, Oct 25, 1999 at 17:00:29 -0500, David DeSimone wrote: (info-lobin + info-hibin + info-ascii)*4 ((info-lobin + info-hibin)*3 + info-ascii)*3 But then you risk integer overflow. If this is the case, with the other integer version too... Which the division helps avoid,

Re: Colours of headers

1999-10-25 Thread Russell Hoover
On Sun 10/24/99 at 11:18 PM +0100, John Poltorak [EMAIL PROTECTED] wrote: I would like to change the colours of headers so that part of the line up to ':' is one colour and the rest a different colour. So would I, and a bunch of other folks, I'd suspect. (Anyone?) Like in slrn. This

masq of hostname

1999-10-25 Thread Martin Högman
This might be a RTFM question, but I'm getting rather irritated at this... Whenever I send a message to certain servers, they return the classic message "hostname unknown" to me. (note that this does _not_ happen with all servers) I've set up the REPLYTO parameter in my shell (bash) to [EMAIL

Re: Floating point exception

1999-10-25 Thread John E. Davis
David DeSimone [EMAIL PROTECTED] wrote: And you could avoid the division with: (info-lobin + info-hibin + info-ascii)*4 ((info-lobin + info-hibin)*3 + info-ascii)*3 But then you risk integer overflow. Which the division helps avoid, and in fact, floating-point helps avoid it even

Re: Colours of headers

1999-10-25 Thread Jeremy Blosser
Phil Stracchino [[EMAIL PROTECTED]] wrote: On Mon, Oct 25, 1999 at 10:33:08PM -0400, Russell Hoover wrote: On Sun 10/24/99 at 11:18 PM +0100, John Poltorak [EMAIL PROTECTED] wrote: If so can I also do something like display certain X-Mailer lines in one colour and others in a differnt

Re: unable to use IMAP

1999-10-25 Thread Brendan Cully
On Friday, 15 October 1999 at 12:06, Raju K V wrote: hi, like you, I am also not familiar with locale issues. But i did some checking and I found that the LANG environment variable is set to "C". also I wrote a test program which uses the SKIPWS macro from protos.h in mutt source code and