Bug 215261

Summary: mutt slow and unusable on NFS home
Product: [openSUSE] openSUSE 10.2 Reporter: Sonja Krause-Harder <skh>
Component: OtherAssignee: Dr. Werner Fink <werner>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: strace from mutt during change from one message to the next in list view

Description Sonja Krause-Harder 2006-10-26 12:46:29 UTC
I get my mail on wotan and read it with mutt over NFS. Since roughly alpha4+ mutt is so slow that it is unusable. I can still reproduce the problem with a clean install of beta1 (HOME is old, of course).

 Using the same .muttrc and the same NFS home on a SLES 10 system works fine. I have no idea where to start to debug this. Any advice? The affected system is chomsky, feel free to have a look.
Comment 1 Dr. Werner Fink 2006-11-02 10:53:20 UTC
Tell me the last changelog entry of mutt by using

      rpm -q --changelog mutt | head

btw. I'm also using the latest mutt and I do not have any problems.
Maybe you're automount options are broken (e.g. wrong rsize/wsize).
Comment 2 Sonja Krause-Harder 2006-11-02 11:50:26 UTC
skh@chomsky:~> rpm -q --changelog mutt | head
* Fri Sep 15 2006 - werner@suse.de
- Enable libgpgme (bug #203486)

* Mon Aug 28 2006 - werner@suse.de
- Add sidebar patch to mutt to have the mailboxes around
- Make the old variable imap_force_ssl an alias to ssl_force_tls
  for older SuSE distributions

* Thu Aug 17 2006 - werner@suse.de
- Update to mutt 1.5.13
Comment 3 Sonja Krause-Harder 2006-11-02 11:53:46 UTC
Created attachment 103488 [details]
strace from mutt during change from one message to the next in list view
Comment 4 Dr. Werner Fink 2006-11-09 15:36:33 UTC
OK, just fopund out that the sidebar patch reads all mailboxes
to get informations about the number of unread mails. I've now
disabled this if and only if the sidebar feature is not used.

Without using the sidebar feature all should be as fast as before.