Re: Show my replies in thread
- To: mutt-users@xxxxxxxx
- Subject: Re: Show my replies in thread
- From: Carlos Pita <carlosjosepita@xxxxxxxxx>
- Date: Sat, 28 Feb 2009 13:26:29 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=FZlgWSBr7LfohVvSzv7bvY3erDy+NYxfqm0aLhNfPgQ=; b=sdGiC86f3Etw686iq3NZNFamLnRffp4WhjO9aBP3GhaNCgdft0Uk5Yepv1/XSenpCg k9T94ZJJXrSZ2vVa8IoolrD8zwDDEKHCleeEbjbOz/SX3Afz+fcPpEshbBF9RQnKno7W PaMCJW77Ap1m8WZnm0SOT5+vCKss8fJSgMpP0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=PL5BjzYw2+OcqJ1gHZ9intVWw2fdfp76GbtTVQnFeEtCILVu5jE+OkwUT7hD+3eR8q UijeQ/iyc/mo7b2BY/WdOvfJRkNiBEi4JfvN1QOWxpRG1eZJTuytNJ5BMji4LZ3J/UAF M6yAPSAWE/mLOQn6PAWqaVH+gXhgiK5rW0OVg=
- In-reply-to: <gobja8$s8g$1@xxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <20090227200812.GA26263@carlos> <20090227210052.GB95361@xxxxxxxxxxxxx> <gobja8$s8g$1@xxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.19 (2009-01-05)
> > folder-hook . 'set record=^'
>
> One thing that is interesting about the Gmail IMAP server is
> that a message can exist in multiple folders at the same time.
> This is actually a pretty powerful concept. In reality there's
> a database with a single copy of each message, and IMAP
That's true in general but I've confirmed that the hook above
effectively creates two copies. If I enter gmail web interface, trash
the copy at Sent Mail, then go to Thrash and permanently remove this
trashed copy, the one at the original label where I've replied
still exists by its own.
> "[Gmail]/Sent Mail", so if you want to keep things consistent,
> you should configure that as your "record" folder in mutt.
No. If you want to play fair with gmail you have to set copy = no, and
then the record folder becomes irrelevant. That is because they
automatically save outgoing mails into [Gmail]/Sent Mail, no matter if
they're send from the web interface or via their smtp server.
They even give this guideline at their site:
https://mail.google.com/support/bin/answer.py?answer=78892&topic=12815
Best regards
-Carlos