Re: Mutt 1.5.9i never detecting new mail

Michael Tatge escribe:
> * On Fri, Dec 30, 2005 Ismael Valladolid Torres (ivalladt <at> punkass.com) muttered:
> > But running mutt 1.5.9i on Debian sarge I never get notified on new
> > mail on any mailbox, 'N' isn't show and when pressing 'c' no mailbox
> > is suggested.
> 
> What kind of mailboxes? How is the filesystem mounted? Did you compile
> with --enable-buffy-size?

They are mbox files on an ext3 partition, and according to mutt -v
output, --enable-buffy-size is not enabled.

> 
> > Should I upgrade to 1.5.10?
> 
> I'd upgrade to 1.5.11 then.

Looks like 1.5.11 is available in Debian unstable, time to try a
backport!

Cordially, Ismael
--

-- 
Dropping science like when Galileo dropped his orange

Re: Mutt 1.5.9i never detecting new mail

Ismael Valladolid Torres escribe:
> Looks like 1.5.11 is available in Debian unstable, time to try a
> backport!

The same with 1.5.11, could it be that file names for mailboxes start
with a digit?

Let's check...

Cordially, Ismael
--

-- 
Dropping science like when Galileo dropped his orange

Re: Mutt 1.5.9i never detecting new mail

Ismael Valladolid Torres escribe:
> The same with 1.5.11, could it be that file names for mailboxes start
> with a digit?
> 
> Let's check...

It doesn't work, using three mailboxes with new mail and different
names with 1.5.11, no /etc/Muttrc and a simple .muttrc with only three
mailboxes command one for each test mbox.

Find attached mutt -v output.

Any ideas very useful.

Cordially, Ismael
--

-- 
Dropping science like when Galileo dropped his orange
Mutt 1.5.11 (2005-09-15)
Copyright (C) 1996-2005 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.14.3 (i686) [using ncurses 5.4] [using libidn 0.5.13 (compiled with 0.5.13)]
Opciones especificadas al compilar:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
(Continue reading)

Michael Tatge | 2 Jan 15:35
Picon

Re: Mutt 1.5.9i never detecting new mail

* On Mon, Jan 02, 2006 Ismael Valladolid Torres (ivalladt <at> punkass.com) muttered:
> Michael Tatge escribe:
> > * On Fri, Dec 30, 2005 Ismael Valladolid Torres
> > (ivalladt <at> punkass.com) muttered:
> > > I never get notified on new mail on any mailbox, 'N' isn't
> > > show and when pressing 'c' no mailbox is suggested.
> > 
> How is the filesystem mounted?
> 
> They are mbox files on an ext3 partition

You didn't really answere that question. Check if the fs is maybe
mounted with noatime or via NFS.
In any case - switching to Maildir formart should solves new mail
dection issues.

> and according to mutt -v output, --enable-buffy-size is not enabled.

Then try (re)compiling with that option.

HTH,

Michael
--

-- 
BOFH excuse #319:

Your computer hasn't been returning all the bits it gets from the Internet.

PGP-Key-ID: 0xDC1A44DD
Jabber:     init[0]@amessage.de
(Continue reading)

Doug Carter | 2 Jan 18:49
Favicon

1.5.11 FreeBSD port and package problems

The FreeBSD (6.0 STABLE) package collection currently lists mutt
1.5.11:

lrwxr-xr-x    1 110      0              28 Nov 01 03:54
mutt-devel.tbz -> ../All/mutt-dev
el-1.5.11.tbz

BUT, pkg_add -r mutt-devel fails with:

pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-
6.0-release/Latest/mutt-devel.tbz' by URL

Trying to compile from the port tree
(/usr/ports/mail/mutt-devel), the make install fails because it
can't get the tar.gz file from a series of mirrors ranging from
mutt.org through FreeBSD.org.

The port suggests I download the source tar ball from somewhere
but then I notice that at mutt.org 1.5.10i. is listed as the
current development download.

Is 1.5.11 actually out there in the wild?
--

-- 
Doug Carter
Mutt 1.5.10i, Mac OS X 10.4

Nicolas Rachinsky | 2 Jan 22:32

Re: 1.5.11 FreeBSD port and package problems

* Doug Carter <doug <at> isotropic.net> [2006-01-02 11:49 -0600]:
> The FreeBSD (6.0 STABLE) package collection currently lists mutt
> 1.5.11:
[...]
> Trying to compile from the port tree
> (/usr/ports/mail/mutt-devel), the make install fails because it
> can't get the tar.gz file from a series of mirrors ranging from
> mutt.org through FreeBSD.org.

I got it (some time ago).

> Is 1.5.11 actually out there in the wild?

It is. If you can't get the distfile, mail me, I can put it up
somewhere.

Nicolas

--

-- 
http://www.rachinsky.de/nicolas

Doug Carter | 2 Jan 22:49
Favicon

Re: 1.5.11 FreeBSD port and package problems

On Mon, Jan 02, 2006 at 10:32:11PM +0100, Nicolas Rachinsky wrote:
>* Doug Carter <doug <at> isotropic.net> [2006-01-02 11:49 -0600]:
>> The FreeBSD (6.0 STABLE) package collection currently lists mutt
>> 1.5.11:
>[...]
>> Trying to compile from the port tree
>> (/usr/ports/mail/mutt-devel), the make install fails because it
>> can't get the tar.gz file from a series of mirrors ranging from
>> mutt.org through FreeBSD.org.
>
>I got it (some time ago).
>
>> Is 1.5.11 actually out there in the wild?
>
>It is. If you can't get the distfile, mail me, I can put it up
>somewhere.
---end quoted text---
Thanks,  I was just able to ftp it from the FreeBSD site.  I
think there must be a problem in the port;  I'll email the
maintainer.

--

-- 
Doug Carter
Mutt 1.5.11, FreeBSD 6.0

Michael Tatge | 3 Jan 02:57
Picon

Re: 1.5.11 FreeBSD port and package problems

* On Mon, Jan 02, 2006 Doug Carter (doug <at> isotropic.net) muttered:
> but then I notice that at mutt.org 1.5.10i. is listed as the
> current development download.

Not true: ftp://ftp.mutt.org/pub/mutt/devel/mutt-1.5.11.tar.gz

Sure, 1.5.11 is current latetest dev release and widely used.

HTH,

Michael
--

-- 
"...[Linux's] capacity to talk via any medium except smoke signals."
(By Dr. Greg Wettstein, Roger Maris Cancer Center)

PGP-Key-ID: 0xDC1A44DD
Jabber:     init[0]@amessage.de

Doug Carter | 3 Jan 03:15
Favicon

Re: 1.5.11 FreeBSD port and package problems

On Tue, Jan 03, 2006 at 02:57:10AM +0100, Michael Tatge wrote:
>* On Mon, Jan 02, 2006 Doug Carter (doug <at> isotropic.net) muttered:
>> but then I notice that at mutt.org 1.5.10i. is listed as the
>> current development download.
>
>Not true: ftp://ftp.mutt.org/pub/mutt/devel/mutt-1.5.11.tar.gz
>
>Sure, 1.5.11 is current latetest dev release and widely used.
---end quoted text---

It's perhaps just a bit confusing the way this is stated on the
mutt.org download page:

"...The current stable public release version is 1.4.2.1. The
current development release version is 1.5.10."  Also the links
on the download page are to 1.5.10i.

--

-- 
Doug Carter
Mutt 1.5.10i, Mac OS X 10.4

Emil Volcheck | 3 Jan 07:30
Picon
Favicon
Gravatar

mairix, was Re: Reading mail stored in a DB

Jason,

Thanks for mentioning mairix.  This works quite well for
me.  A search can turn up thousands of hits in seconds,
and it fills my match folder also in a matter of seconds.
This seems to be about as good as having the mail stored
in a database!  Mairix also indexes my 70 thousand plus
messages in under a minute.

Do you run mairix with a cron job to keep the index current?

As a rough guess to start with, I set cron jobs to run mairix every 10
minutes, and once a day to run "mairix -p".

--Emil

On Wed, Dec 28, 2005 at 08:25:45AM -0800, Jason Helfman wrote:
[...skipping...]
> Or..
> 
> Maybe this will help.
> 
> http://www.rc0.org.uk/mairix/
> 
> -Jason
> 

--

-- 
Emil Volcheck
volcheck <at> acm.org
(Continue reading)


Gmane