]> granicus.if.org Git - neomutt/commit
* stops mutt from logging CRAM secrets in debug mode.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 26 Oct 1999 08:12:00 +0000 (08:12 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 26 Oct 1999 08:12:00 +0000 (08:12 +0000)
commita439ca480ca9629fe080be9eed3157fff5744d4b
treec189c9f498f1afb1a3b5ddaae626292b49919e89
parent14ee5ef02d1bb47fe385ea0dc0938a841a3aaaa4
* stops mutt from logging CRAM secrets in debug mode.
* should fix mutt segfaulting when trying to open {}
* helps with the problem of mutt detecting new mail in the wrong
  folder. Now, IMAP commands from the SELECTED state should call
  imap_cmd_finish after they've executed commands. I've only put
  this is imap_buffy_check for now - in my opinion the command
  execution path is still not stable, and rewrites may obviate the
  need for this...

(From: Brendan Cully <brendan@kublai.com>)
imap/auth.c
imap/browse.c
imap/command.c
imap/imap.c
imap/imap_private.h
imap/util.c