Re: trash folder -> 1.6?
On Fri, Apr 13, 2007 at 01:16:22AM +0200, Vincent Lefevre wrote:
> On 2007-04-12 12:57:29 -0700, William Yardley wrote:
> > I have a version of the patch (attached) which should apply to current
> > CVS.
>
> In your patch, the following diff is missing:
>
> diff -Naurd mutt-cvs/imap/message.c mutt-new/imap/message.c
> --- mutt-cvs/imap/message.c 2005-08-02 02:01:46.000000000 +0000
> +++ mutt-new/imap/message.c 2005-09-05 11:10:21.000000000 +0000
> @@ -755,6 +755,7 @@
> if (ctx->hdrs[n]->tagged)
> {
> mutt_set_flag (ctx, ctx->hdrs[n], M_DELETE, 1);
> + mutt_set_flag (ctx, ctx->hdrs[n], M_APPENDED, 1);
Oops! I don't know how those ended up missing, but thanks for noticing;
I've corrected my own install.
w