<<< Date Index >>>     <<< Thread Index >>>

Re: [Mutt] #3341: mutt 1.5.20 - case insensitive limits do not work



#3341: mutt 1.5.20 - case insensitive limits do not work
-----------------------+----------------------------------------------------
 Reporter:  massysett  |       Owner:  mutt-dev
     Type:  defect     |      Status:  new     
 Priority:  major      |   Milestone:          
Component:  mutt       |     Version:  1.5.20  
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by massysett):

 I got this problem when I modified the Slackware build script to compile
 the newer Mutt. When I reduced the number of configure options, this
 problem went away...the ./configure that led to broken behavior was:

 ./configure \
   --prefix=/usr \
   --mandir=/usr/man \
   --sysconfdir=/etc/mutt \
   --with-mailpath=/var/spool/mail \
   --enable-pop \
   --enable-imap \
   --enable-hcache \
   --with-ssl \
   --enable-locales-fix \
   --without-wc-funcs \
   --build=$ARCH-slackware-linux

 After I took out --enable-pop, --enable-imap, --with-ssl, --enable-
 locales-fix, and --without-wc-funcs, I no longer had this problem.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3341#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent