Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2012 11:17:52 +0100
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        Jason Hellenthal <jhellenthal@dataix.net>
Cc:        Anton Shterenlikht <mexas@bristol.ac.uk>, freebsd-ports@freebsd.org
Subject:   Re: mutt 1.5 much slower than mutt 1.4
Message-ID:  <20120725101752.GA84660@mech-cluster241.men.bris.ac.uk>
In-Reply-To: <20120725045157.GA20379@DataIX.net>
References:  <20120724171842.GA47545@mech-cluster241.men.bris.ac.uk> <20120725045157.GA20379@DataIX.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 25, 2012 at 12:51:57AM -0400, Jason Hellenthal wrote:
> On Tue, Jul 24, 2012 at 06:18:43PM +0100, Anton Shterenlikht wrote:
> > mail/mutt is much slower on my amd64 and ia64
> > -current boxes after it was updated from 1.4
> > to 1.5. Each keystroke takes few seconds to
> > act. Below is my mutt 1.5 config:
> > 
> > ===> The following configuration options are available for mutt-1.5.21:
> >      MUTT_ASPELL=off: Enable aspell support
> >      MUTT_COMPRESSED_FOLDERS=on: Enable compressed folders
> >      MUTT_CYRUS_SASL2=off: Enable SASL2 authentication
> >      MUTT_DEBUG=off: Enable debugging capabilities
> >      MUTT_FLOCK=off: Enable flock() usage
> >      MUTT_GPGME=off: Enable gpgme interface
> >      MUTT_GREETING_PATCH=off: Enable greeting
> >      MUTT_HTML=on: Enable HTML documentation
> >      MUTT_ICONV=on: Enable iconv support
> >      MUTT_IDN=off: Enable idn support
> >      MUTT_IFDEF_PATCH=off: Enable ifdef feature
> >      MUTT_IMAP_HEADER_CACHE=on: Enable imap header cache
> >      MUTT_ISPELL=off: Enable ispell support
> >      MUTT_LOCALES_FIX=off: Enable locales fix
> >      MUTT_MAILBOX_MANPAGES=on: Install mbox.5/mmdf.5 manpages
> >      MUTT_MAILDIR_HEADER_CACHE=off: Enable maildir header cache
> >      MUTT_MAILDIR_MTIME_PATCH=off: Enable Maildir mtime patch
> >      MUTT_MBOX_HOOK_PATCH=off: Enable enhanced mbox-hook
> >      MUTT_NCURSES=on: Enable ncurses support
> >      MUTT_NCURSES_PORT=off: Use ncurses from port
> >      MUTT_NNTP=off: Enable news reader
> >      MUTT_PARENT_CHILD_MATCH_PATCH=off: Enable parent/child match
> >      MUTT_QUOTE_PATCH=on: Enable extended quoting
> >      MUTT_REVERSE_REPLY_PATCH=off: Enable reverse_reply
> >      MUTT_SGMLFORMAT=on: Enable sgml support
> >      MUTT_SIDEBAR_PATCH=off: Enable sidebar
> >      MUTT_SIGNATURE_MENU=off: Enable signature menu
> >      MUTT_SLANG=off: Enable slang support
> >      MUTT_SMIME_OUTLOOK_COMPAT=on: SMIME outlook compatible
> >      MUTT_SMTP=off: Enable SMTP relay support
> >      MUTT_TRASH_PATCH=off: Enable trash folder support
> >      MUTT_XML=off: Use XML tools for docu
> > ===> Use 'make config' to modify these settings
> > BUZI#
> > 
> > Anybody else is seeing this behaviour?
> 
> No I can't say that I am. I have been using it since it stepped its way
> into mail/mutt-devel
> 
> > 
> > Any advice?
> 
> Willing to post your muttrc ?


There are ~50 aliases, and then

####################################################################################
# Setup
#
my_hdr From: mexas@bristol.ac.uk
set envelope_from

# mailboxes
set record=+sent
set postponed=+postponed
set mbox=+received
unset save_empty

# behaviour, avoid unnecessary questions
unset confirmappend
set write_bcc	= no
set delete	= yes
set abort_nosubject	= no
set move	= yes
set print	= ask-no 

#set arrow_cursor=yes
set edit_headers=yes

#**************************************************************
# wrapping
#
# wrap the lines at the word ends
set smart_wrap	= yes
# put "+" at the beginning of wrapped lines
#set markers	= yes
# leave 0 free space when wrapping
#set wrap	= 0 
#**************************************************************

#set editor="vi"
set ispell ="aspell -c"

set print_command="fold -s -w77 | lpr"
#set print_command="fold -s -w77 | head -n 59 | lpr"
#set print_command="fold -s -w75 | pr -F | lpr -Ptext"
#set print_command="fold -s -w75 | pr -F | lpr"
set signature=$HOME/work/signature

# forward icluding attachments
set mime_forward=ask-yes
set forward_decode=no

# urlview
macro index \cb |urlview\n
macro pager \cb |urlview\n

# date and time
set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z"
set index_format="%3C %Z %{%b %d} %-15.15L (%4l) %s"

# mailing lists
#
lists	freebsd-questions questions \
	freebsd-current freebsd-ia64 freebsd-doc \
	fortran@gcc.gnu.org
subscribe freebsd-questions questions \
	freebsd-current freebsd-ia64 freebsd-doc \
	fortran@gcc.gnu.org


# colours

color indicator black white

color index brightwhite		black	"~h freebsd-current "
color index brightyellow	black	"~h freebsd-doc "
color index brightyellow 	red	"~h freebsd-gecko "
color index brightwhite		cyan	"~h freebsd-hackers "
color index brightred		black	"~h freebsd-ia64 "
color index brightblue		red	"~h freebsd-mobile "
color index brightmagenta	black	"~h freebsd-ports "
color index brightgreen		black	"~h freebsd-questions "
color index black		green	"~h freebsd-scsi "
color index brightwhite		red	"~h freebsd-security "
color index brightcyan		black	"~h freebsd-sparc "
color index brightblue		black	"~h freebsd-standards "
color index black		magenta	"~h freebsd-toolchain "
color index black		cyan	"~h freebsd-wireless "
color index black		yellow	"~h freebsd-x11 "
color index brightwhite		blue	"~h ports-ia64 "
color index brightwhite		green	"~h fortran@gcc.gnu.org "


That's all

Thanks


-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120725101752.GA84660>