Re: [PATCH] IMAP logout command
- To: mutt-dev@xxxxxxxx
- Subject: Re: [PATCH] IMAP logout command
- From: Gregory Shapiro <mutt-dev@xxxxxxxxxxxxxx>
- Date: Sun, 22 Apr 2007 13:07:53 -0700
- Dkim-signature: v=0.5; a=rsa-sha256; c=relaxed/simple; d=gshapiro.net; s=gatsby.dkim; t=1177272600; bh=YIk2ztW5t5sTwCMFim7DEdl/SDTs7RjDBci zuiCnyS0=; h=X-DomainKeys:DomainKey-Signature:Date:From:To:Subject: Message-ID:References:MIME-Version:Content-Type: Content-Disposition:In-Reply-To:User-Agent; b=GDKQmGaZs2bgoJjmKSag FKlvhhwWjMAWeRnpSh/xWp0HrNkkRj/mMrdQtOKtaDoXmAMN7knyi80Nh0A9DiGTAGO Ko0dbFe13knVqR4duoG7xmRDzXJqLRAunrXl+NSi1FxmNbtb8/AsDE1PK7kXJaio3SX 42vZZnd2aXj/3xIrQ=
- Domainkey-signature: a=rsa-sha1; s=gatsby; d=gshapiro.net; c=nofws; q=dns; h=date:from:to:subject:message-id:references:mime-version: content-type:content-disposition:in-reply-to:user-agent; b=fu+OwA5q7DXh/dxEXjreAj193EdjxECBasceQVJvZHHjjCHoxNe/cEUR+5DLKY37v MhGU6M4Fwex6QBkr8Bezyu6oKXXGDBxydo29bKu0u+/OLZ751bYr7ka2mAIb1eH3kKm e79rWJMFCUbLBMUZmfCKn7uCKYj9D7nRoAoTaio=
- In-reply-to: <20070422050604.GB27665@xxxxxxxxxxxxxxx>
- List-unsubscribe: <mailto:mutt-dev-request@mutt.org?Subject="Unsubscribe Mutt Dev"?body=unsubscribe>
- References: <20070422050604.GB27665@xxxxxxxxxxxxxxx>
- Sender: owner-mutt-dev@xxxxxxxx
- User-agent: Mutt/1.5.15 (2007-04-06)
> The attached patch for mutt 1.5.15 adds the ability to log out of all
> IMAP servers. Currently the only way to close IMAP connections is to
> quit mutt.
This enhancement request is now being tracked in Mutt's bug tracking
system:
http://dev.mutt.org/trac/ticket/2880
Note that I have updated the patch to only close the current mailbox if
it is an IMAP mailbox and to give a message when the IMAP connections
are closed.
http://dev.mutt.org/trac/attachment/ticket/2880/patch-1.5.15.gs.imap_logout.1