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
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
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 hel
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 PRO
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 ques
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 hel
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 a
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 do
On Sunday, 24 October 1999 at 20:41, Chris Green wrote:
> On Sat, Oct 23, 1999 at 11:52:41PM -0400, Brendan Cully wrote:
> > Maybe it's a dumb question, but have you created other folders on your
> > server?
> >
> Yes, definitely, I have a dozen or twenty folders on the server.
> They're all at t
On Monday, 25 October 1999 at 15:39, Chris Green wrote:
> 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 confuse
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
On Sunday, 24 October 1999 at 21:06, Chris Green wrote:
> Can mutt's IMAP facilities cope with using more than one IMAP account?
>
> I have two IMAP accounts on one IMAP server and I don't really see how
> I can handle this using mutt.
You're right. There isn't any nice way of doing that right n
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
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, eit
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 be
How can I manage to get german Umlaute in the builtin pager?
Hans Gubitz
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 li
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 fol
> 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 p
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:
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 +
> 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 ca
On 1999-10-25 12:33:49 +0200, Vincent Lefevre wrote:
> A floating point exception?
A common result of dividing by zero, even with integers.
[roessler@sobolev ~]$ echo "main () { return 1/0; }" > a.c
[roessler@sobolev ~]$ cc a.c
[roessler@sobolev ~]$ ./a.out
zsh: floating point exception (core d
On Sun, Oct 24, 1999 at 23:55:11 +0200, Juergen Leising wrote:
> mutt is not able to send any messages if /var/spool/mail/account
> contains 16383 messages. After writing a mail I do not get the
> usual "composing" menu, instead I face a
>
> floating point exception
A floating point except
24 matches
Mail list logo