On Mon, Dec 03, 2001 at 10:31:53AM -0500, Brendan Cully wrote: > > > * Paul Brannan <[EMAIL PROTECTED]> [011130 15:42]: > > > > 1) When I start mutt, I see this message: > > > > fcntl: No locks available (errno = 37) > > > > How can I make it go away? > > > > 2) When I go to the index, I see this message: > > > > /home/pbrannan/.mh_profile not found, mh format names disabled > > you are talking to a chatty UW-IMAP server. That very server was the > inspiration for the $imap_servernoise variable, which you may wish to unset. > That will probably solve both 1 and 2.
This solves #2, but not #1 :( > This is your best bet. what about something like: > macro index $ ':set delete=yes<enter><sync-mailbox>:set delete=no<enter>' That works really well. However, this does not: macro index $ ':set delete=ask-yes<enter><sync-mailbox>:set delete=no<enter>' All I get is a beep, and delete remains set to "ask-yes". Paul