mutt not reading header_cache during startup.
- To: mutt-dev@xxxxxxxx
- Subject: mutt not reading header_cache during startup.
- From: Manish Katiyar <mkatiyar@xxxxxxxxx>
- Date: Sun, 20 Sep 2009 08:33:52 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=mxT/itLLtzVW+hkcNCnbnEq21I6fF3y1uM2APOch2/M=; b=PPraPe0wJW0K1CJe/mD9rxh0N7oibi+MV95V7zVEPFTTSJNUYZUObvVeNkxaSJuzsh g3H4usGsBv4fba2BRc4VAamexSZpWM8hV/ZVCjfDcm/qQphTs5H4pu7aAifEGMHNsrNL SCdExtPdOPjtbfHMoaInRhW+WcXSEXIGu94SE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=NA3qO1z7S5Lttv4H5yiPFKIZgcCdLo4Jx4hHAG3TzAwiddI+IbQB3N/3DiHvL+wgpE S5qJQ6SZ2AYx9HYrxroOu7BxGysIujXBmnV54wqB/eGpFQ+b3LrTD9Cc7p1RPxFseErK V1/HMRRk8zuaN+uUt2kE5bcSn10pxGa1UIbgU=
- In-reply-to: <ea11fea30909191003m7c3e2e56q1f280370d4179045@xxxxxxxxxxxxxx>
- List-post: <mailto:mutt-dev@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-dev"
- References: <ea11fea30909191003m7c3e2e56q1f280370d4179045@xxxxxxxxxxxxxx>
- Sender: owner-mutt-dev@xxxxxxxx
Hi,
I am trying mutt for the first time to configure with gmail imap. I
am unable to make mutt use header caching and after trying for 1 full
day with different options decided to send this mail. My muttrc is
quite simple. I can see a big cached file created, but after it
finishes downloading my 80K mails, it says "Error opening mailbox". If
I start mutt again it again starts downloading headers rather than
reading from the cache. Relevant details are below. I have also
uploaded the mutt debug file
http://mkatiyar.110mb.com/muttdebug.tar.gz . Appreciate any help. I am
on
ubuntu jaunty (kernel 2.6.30), with / on ext3
/home/mkatiyar> cat .muttrc
set imap_user = "mkatiyar@xxxxxxxxx"
set imap_pass = "something_random"
set header_cache=~/.mutt/cache/headers/
set message_cachedir=~/.mutt/cache/bodies
set sort_aux=reverse-date-received
set spoolfile=imaps://mkatiyar@xxxxxxxxxxxxxx/INBOX
/home/mkatiyar/.mutt/cache/headers> ls -lRt
.:
total 4
drwx------ 2 mkatiyar mkatiyar 4096 2009-09-19 21:09
imaps:mkatiyar@xxxxxxxxxxxxxx
./imaps:mkatiyar@xxxxxxxxxxxxxx:
total 55268
-rw------- 1 mkatiyar mkatiyar 57263031 2009-09-19 21:42 INBOX.hcache
/home/mkatiyar/.mutt/cache/headers/imaps:mkatiyar@xxxxxxxxxxxxxx> file
INBOX.hcache
INBOX.hcache: GNU dbm 1.x or ndbm database, little endian
/home/mkatiyar> mutt -v
Mutt 1.5.18 (2008-05-17)
Copyright (C) 1996-2008 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.31-rc7 (i686)
ncurses: ncurses 5.7.20090207 (compiled with 5.7)
libidn: 1.10 (compiled with 1.10)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Nov 5 2008 02:36:47)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
+USE_FCNTL -USE_FLOCK
+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 +COMPRESSED +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="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
To report a bug, please visit http://bugs.mutt.org/.
--
Thanks -
Manish