Re: [Mutt] #2890: SMTP support: "...sending in background"

2007-05-20 Thread Mutt
#2890: SMTP support: "...sending in background" Changes (by brendan): * owner: mutt-dev => brendan * status: new => assigned Comment: Are you sending mail in batch mode or something? Normally mutt won't call send_msg if $smtp_url is defined, so it never sees $sendmail_wait. -- Ticket

Re: [Mutt] #2892: Mutt blocks with citadel.org imap server

2007-05-20 Thread Mutt
#2892: Mutt blocks with citadel.org imap server Changes (by brendan): * owner: mutt-dev => brendan * status: new => assigned * component: mutt => IMAP * milestone: => 1.6 Old description: > heres the output of muttdebug: > IMAP queue drained > SASL protection strength: 0 > SASL prot

Re: [Mutt] #2891: color index rule causes messages to be marked read.

2007-05-20 Thread Mutt
#2891: color index rule causes messages to be marked read. Changes (by brendan): * priority: major => minor * type: defect => enhancement Comment: ~h causes a full message fetch, regardless of the header, and message fetches cause IMAP servers to mark messages as read. Headers that are

Re: [Mutt] #2872: SMTP Password should ask again when wrong

2007-05-20 Thread Mutt
#2872: SMTP Password should ask again when wrong password entered Changes (by brendan): * resolution: duplicate => fixed Comment: (In [a0e038310f42]) Forget SMTP password if authentication fails. Thanks to Gregory Shapiro for the initial patch (I've moved the reset from smtp_auth_sasl up