Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262799 - mail-client/mutt-1.5.19 bogus new mail indication
Summary: mail-client/mutt-1.5.19 bogus new mail indication
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Fabian Groffen
URL: http://dev.mutt.org/trac/ticket/3204
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 13:48 UTC by Niko Efthymiou
Modified: 2009-06-29 08:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Niko Efthymiou 2009-03-17 13:48:39 UTC
In the latest version mutt indicates that there is new mail in all mailboxes in maildir. This does not happen with 1.5.16.

Reproducible: Always

Steps to Reproduce:
1. Start mutt
2. Go to mailbox selection


Actual Results:  
All mailboxes are prefixed with N, regardless of wether they contain new mail or not.

Expected Results:  
Only mailboxes that contain new mail should have the prefix N

mail-client/mutt-1.5.19  USE="berkdb crypt gdbm gnutls gpgme imap nls nntp pop sasl sidebar smime smtp ssl -debug -idn -mbox -qdbm -vanilla"

.muttrc:
set realname="";
set folder="~/.maildir/"
set mask="!^\\.[^.]"
set mbox="+ "
mailboxes `echo -n "+ "; find ~/.maildir/ -maxdepth 1 -type d -name ".*" -printf
 "+'%f' "`
set envelope_from=yes
set mbox_type=Maildir 
#set check_mbox_size=yes
set spoolfile="~/.maildir"
set hostname="nefthy.de"
set allow_8bit
set copy=yes
set delete=yes
set noaskcc
set nomark_old
set reverse_alias
set reverse_name
set reply_to
set attribution="%f wrote:"
set editor=vim
set print=ask-no
set record=+.outbox
set edit_hdrs
set nosave_empty
set sort=threads
set sort_aux="last-date-received"
set read_inc=10
set write_inc=10
set header_cache="~/.mutt/cache"
alternative_order text/plain text/html text
auto_view text/html
set noprompt_after
set status_format="%r %v [%?M?%M/?%m] %?n?%n new, ?%?p?%p postponed, ?%?t?%t +ta
gged, ?%?d?%d deleted, ?(%h:%f) %?b?%b more to go.?%> %r"
set alias_file="~/.mutt/aliases"
set quote_regexp="^([A-Za-z ]+>|[]>:|}-][]>:|}-]*)"
set include
set hdr_format="%4C %Z %{%b %d} %-15.15n (%4l) %s"
set nomove
set noautoedit
set pager_context=1
set pager_stop
t - %f"
set pipe_decode
set postponed="+.postponed"
set to_chars="b .c>"
set fast_reply

color header yellow black Subject:
color header brightcyan black .
color body brightyellow black [_a-z\.\$A-Z0-9-]+@[a-zA-Z0-9\./\-]+
color body yellow black (http|ftp)://[_a-zA-Z0-9\./?~\-]+
color quoted green black
color signature brightblue black
# color indicator yellow blue
color attachment yellow black
color tree red black
color indicator black cyan
color status yellow blue
color tilde blue black
color normal default default
color index green black ~N 
color index red black ~hX-DNS-Check

bind pager 'w' previous-page
bind pager 'j' next-line
bind pager 'k' previous-line
bind index '#' tag-entry
bind index '{' previous-thread
bind index '}' next-thread

ignore *
unignore date from to cc subject x-mailer resent-from reply-to

set tilde

macro pager \cb |urlview\n
macro index \cb |urlview\n
macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"
macro index \ec "!vi ~/.muttrc\n:source ~/.muttrc\n" "edit autoview file and rel
oad it"

macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
macro index + "<change-folder>=\n" "go inbox"
macro index <F12> "<enter-command>set resolve=no<enter><clear-flag>N<enter-comma
nd>set resolve=yes<enter><save-message>~/.maildir/.junk-learn<enter>y" "use for 
spam learning"
macro index <F9> "<enter-command>set resolve=no<enter><clear-flag>N<enter-comman
d>set resolve=yes<enter><save-message>~/.maildir/.archive<enter>y" "use for spam
 learning"

macro index ~ "<change-folder>=\n" "got to inbox"
macro index G "!fetchmail -s\n" "run fetchmail"
source ~/.mutt/aliases
Comment 1 Fabian Groffen gentoo-dev 2009-03-17 21:19:39 UTC
is http://dev.mutt.org/trac/ticket/3204 the same as your issue?
Comment 2 Niko Efthymiou 2009-03-18 12:23:00 UTC
Yes exactly
Comment 3 Fabian Groffen gentoo-dev 2009-06-19 16:21:48 UTC
the sidebar patch got a bump, does the problem still apply to 1.5.19-r1?
Comment 4 Fabian Groffen gentoo-dev 2009-06-28 12:37:36 UTC
please try 1.5.20
Comment 5 Niko Efthymiou 2009-06-29 05:36:32 UTC
1.5.20 is working correctly
Comment 6 Fabian Groffen gentoo-dev 2009-06-29 08:53:53 UTC
ok, thanks, 1.5.20 is subject to stabling