emails that make mutt fail to open my mailbox

2008-04-30 Thread Marc Vaillant
Every once in a while (like every year) I get a message that completely
fracs up mutt's access to my mailbox (IMAP).  Or some sequence of events
corrupts a message to manifest this problem.  Mutt parses my entire
mailbox, and then at the end it completely fails to open it.  However,
there is no problem with access to my mailbox from other IMAP clients.
This happened to me yesterday.  I turned on debugging which reports the
following at the end of parsing the mailbox:

5< a0005 NO The requested message could not be converted to an RFC-822
compatible format.
IMAP queue drained
Error opening mailbox

The entire debug level 3 log--sans most of the private
information--can be found at:
http://stuff.vaillant.fastmail.fm/muttdebug0Info.txt
When I moved all the messages I received yesterday out of my mailbox,
everything worked fine.  I've also attached mutt -v output.  I'm using
headercache with GDBM and I did try deleting my cache which didn't solve
the problem.  Any help is greatly appreciated.

Thanks,
Marc



Mutt 1.5.17 (2007-11-01)
Copyright (C) 1996-2007 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: Darwin 8.4.1 (i386)
ncurses: ncurses 5.5.20051010 (compiled with 5.5)
libiconv: 1.11
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Nov 29 2007 12:09:03)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK   -USE_INODESORT   
+USE_POP  +USE_IMAP  -USE_SMTP  -USE_GSS  +USE_SSL_OPENSSL  -USE_SSL_GNUTLS  
-USE_SASL  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  -HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/opt/local/share/mutt"
SYSCONFDIR="/opt/local/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <[EMAIL PROTECTED]>.
To report a bug, please visit http://bugs.mutt.org/.



Re: mutt can't lock nfs mounted 'sent' on fedora 8

2008-04-30 Thread Rado S
=- Dave Burns wrote on Tue 29.Apr'08 at 11:27:11 -1000 -=

>  echo 'test email using mutt'|mutt -s  'test email using mutt'  
> 
> 
> it hangs up for a while (can't interrupt it with cntl-c or background
> it with cntl-z and bg) and then produces this error message:
> 
> fcntl: No locks available (errno = 37)
> Couldn't lock //sent

Permission problems, use maildir instead, don't use "sent" folder,
fool mutt to believe locking works, put "sent" onto non-nfs, ...

-- 
© Rado S. -- You must provide YOUR effort for your goal!
EVERY effort counts: at least to show your attitude.
You're responsible for ALL you do: you get what you give.


Re: New mail -> 'un-collapses' thread ... Can I stop this ?

2008-04-30 Thread Rado S
=- Wilkinson, Alex wrote on Wed 30.Apr'08 at  8:36:04 +0800 -=

> >> Is it possible to stop threads un-collaping as new mail
> >> arrives ?
> > 
> >Yes, check vars with "collapse" in them.
> 
> Ok, filtering on the word "collapse" in the manual all I come up with is:
> 
>3.28. collapse_unread
>3.29. uncollapse_jump
>3.45. digest_collapse
> 
> And none of these control what the desired behaviour.
> Can you enlighten me with what you where thinking ?

I presumed the 1st one.

-- 
© Rado S. -- You must provide YOUR effort for your goal!
EVERY effort counts: at least to show your attitude.
You're responsible for ALL you do: you get what you give.


coloring body

2008-04-30 Thread Ravi Uday
Hi,

I have this in my .muttrc

color body  blueblack  "((To:) .*)|((Cc:) .*)"

This does the job for one line. But most of the times To / Cc will be
extending to next 2-3 line due to long listings of names.
Is there a way to color entire To/Cc field list ?

- Ravi


Re: mutt can't lock nfs mounted 'sent' on fedora 8

2008-04-30 Thread Dave Burns
Maybe I was not clear. I don't want my sent messages to be saved. I
want a cron job to be able to send email with attachments, which mutt
does nicely.

On Wed, Apr 30, 2008 at 9:29 AM, Rado S <[EMAIL PROTECTED]> wrote:
> =- Dave Burns wrote on Tue 29.Apr'08 at 11:27:11 -1000 -=
>  >  echo 'test email using mutt'|mutt -s  'test email using mutt'  
>   > it hangs up for a while (can't interrupt it with cntl-c or background
>  > it with cntl-z and bg) and then produces this error message:
>  > fcntl: No locks available (errno = 37)
>  > Couldn't lock //sent
>
>  Permission problems, use maildir instead, don't use "sent" folder,
>  fool mutt to believe locking works, put "sent" onto non-nfs, ...

I don't understand what this says. Is there a command line switch or a
muttrc setting that lets me "use maildir" and not "use sent folder"? I
thought I'd dredged through the man page pretty thoroughly, could not
find stuff about using or not using sent folder.

Anyhow, I've been using mutt in this context for a long time, still
use it sucessfully with previous versions of fedora. Is the idea of
locking the ~/sent folder something that has recently been added to
mutt, or something that recently became the default behavior, or
should I be speaking to the fedora guys to see what they tweaked in
the fedora default config?

Thanks,
Dave


Re: coloring body

2008-04-30 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday, April 30 at 03:31 PM, quoth Ravi Uday:
>Hi,
>
>I have this in my .muttrc
>
>color body  blue   black  "((To:) .*)|((Cc:) .*)"
>
>This does the job for one line. But most of the times To / Cc will be
>extending to next 2-3 line due to long listings of names.
>Is there a way to color entire To/Cc field list ?

color hdrdefault blue black

~Kyle
- -- 
Power always thinks it has a great soul and vast views beyond the 
comprehension of the weak; and that it is doing God's service when it 
is violating all his laws.
  -- John Adams
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkgZIbEACgkQBkIOoMqOI15uRQCfUxMU05swQtOeJS9T5cxlsyPW
/gAAoNnYpklNHAc0R1UHou9v5rnsx4Nn
=s2tj
-END PGP SIGNATURE-


Re: mutt can't lock nfs mounted 'sent' on fedora 8

2008-04-30 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday, April 30 at 12:40 PM, quoth Dave Burns:
> Maybe I was not clear. I don't want my sent messages to be saved. I 
> want a cron job to be able to send email with attachments, which mutt 
> does nicely.

Ah! Well then. Add this to the relevant muttrc:

 unset record

~Kyle
- -- 
I have great faith in fools; my friends call it self-confidence.
 -- Edgar Allen Poe
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkgZInQACgkQBkIOoMqOI14ViwCgjD7Rz6JdTAoVflddgul9+sUm
6yMAnAiqeSO0LvXZ9xFpRNW0bQbmP5oL
=jHDq
-END PGP SIGNATURE-