Re: [Mutt] #1174: mutt -Z not implemented for imap mailboxes?
#1174: mutt -Z not implemented for imap mailboxes?
Changes (by brendan):
* status: new => closed
* resolution: => invalid
Old description:
> {{{
> Package: mutt
> Version: 1.3.28i
> Severity: wishlist
>
> -- Please type your report below this line
> When i run
> mutt -Z
> it says
> No mailbox with new mail.
> without even connecting to the imap server (says syscall tracer).
>
> When i run
> mutt
> it displays subject lines of INBOX messages (if any) without asking
> questions, so i think my .muttrc is correct to some extent.
>
> -- Build environment information
>
> (Note: This is the build environment installed on the system
> muttbug is run on. Information may or may not match the environment
> used to build mutt.)
>
> - gcc version information
> gcc
> Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-
> irix6.2/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
>
> - CFLAGS
> -Wall -pedantic -g -O2
>
> -- Mutt Version Information
>
> Mutt 1.3.28i (2002-03-13)
> Copyright (C) 1996-2001 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: IRIX 6.5 (IP22)
> Compile options:
> -DOMAIN
> -DEBUG
> -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
> -USE_FCNTL +USE_FLOCK
> -USE_POP +USE_IMAP -USE_GSS -USE_SSL -USE_SASL
> +HAVE_REGCOMP -USE_GNU_REGEX
> +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
> +HAVE_CURS_SET +HAVE_META -HAVE_RESIZETERM
> +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
> +ENABLE_NLS -LOCALES_HACK -HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET
> +HAVE_LANGINFO_YESEXPR
> +HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID -HAVE_GETADDRINFO
> -ISPELL
> SENDMAIL="/usr/lib/sendmail"
> MAILPATH="/var/mail"
> PKGDATADIR="/home/linux/past-in/irix/mutt/share/mutt"
> SYSCONFDIR="/home/linux/past-in/irix/mutt/etc"
> EXECSHELL="/bin/sh"
> -MIXMASTER
> To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
> To report a bug, please use the flea(1) utility.
>
> --- Begin /home/linux/past-in/.muttrc
> set folder=imap://imp.tu-ilmenau.de/
> set spoolfile==INBOX
> mailboxes !
> set mbox_type=Maildir
> set mbox=$HOME/inbox
> set record=$HOME/outbox
> set imap_user=past-in
> set imap_pass=`cat $HOME/secret/tu-ilmenau-email`
> my_hdr From: paul.stoeber@xxxxxxxxxxxxxxxxxx
> set realname='Paul Stoeber'
> source $HOME/.mutt-aliases
> --- End /home/linux/past-in/.muttrc
>
>
> >How-To-Repeat:
> >Fix:
> }}}
New description:
{{{
Package: mutt
Version: 1.3.28i
Severity: wishlist
-- Please type your report below this line
When i run
mutt -Z
it says
No mailbox with new mail.
without even connecting to the imap server (says syscall tracer).
When i run
mutt
it displays subject lines of INBOX messages (if any) without asking
questions, so i think my .muttrc is correct to some extent.
-- Build environment information
(Note: This is the build environment installed on the system
muttbug is run on. Information may or may not match the environment
used to build mutt.)
- gcc version information
gcc
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-
irix6.2/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
- CFLAGS
-Wall -pedantic -g -O2
-- Mutt Version Information
Mutt 1.3.28i (2002-03-13)
Copyright (C) 1996-2001 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: IRIX 6.5 (IP22)
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
-USE_FCNTL +USE_FLOCK
-USE_POP +USE_IMAP -USE_GSS -USE_SSL -USE_SASL
+HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META -HAVE_RESIZETERM
+HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
+ENABLE_NLS -LOCALES_HACK -HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID -HAVE_GETADDRINFO
-ISPELL
SENDMAIL="/usr/lib/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/home/linux/past-in/irix/mutt/share/mutt"
SYSCONFDIR="/home/linux/past-in/irix/mutt/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
To report a bug, please use the flea(1) utility.
--- Begin /home/linux/past-in/.muttrc
set folder=imap://imp.tu-ilmenau.de/
set spoolfile==INBOX
mailboxes !
set mbox_type=Maildir
set mbox=$HOME/inbox
set record=$HOME/outbox
set imap_user=past-in
set imap_pass=`cat $HOME/secret/tu-ilmenau-email`
my_hdr From: paul.stoeber@xxxxxxxxxxxxxxxxxx
set realname='Paul Stoeber'
source $HOME/.mutt-aliases
--- End /home/linux/past-in/.muttrc
>How-To-Repeat:
>Fix:
}}}
Comment:
unsep $imap_passive
--
Ticket URL: <http://dev.mutt.org/trac/ticket/1174#comment:2>