On Tue, Apr 26, 2011 at 08:50:54AM -0700, Michael Elkins wrote: > On Tue, Apr 19, 2011 at 12:38:56PM +0200, Elias Diem wrote: > >Hello list > > > >I use the built-in smtp to send mails. It just works fine if I enter the > >correct > >password. If I enter a wrong one, the whole program freezes. My config: > > make sure your mutt binary was compiled with debugging (mutt -v |grep > DEBUG) > > then run "mutt -d 3" and trigger the freeze. then look at > ~/.muttdebug0. it may provide some clues.
mutt -v | grep DEBUG shows me -DEBUG so I assume my mutt was compiled without DEBUG. I will compile it myself with DEBUG enabled, but that may take some time because I'm not yet very used to it. I will then proceed with debugging. Thanx Elias
