Re: Google Sent Mail
- To: mutt-users@xxxxxxxx
- Subject: Re: Google Sent Mail
- From: Chris Sussmann <chris.sussmann@xxxxxxxxx>
- Date: Sat, 1 Mar 2008 08:16:51 -0600
- 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:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-operating-system:organization:user-agent; bh=v3JRjzGkOfjqxjIApfDr5GZFoRlwGRmm6xfzKEBRjtc=; b=O/ZE+Bb+awGIDQe5Pg2VrSvKf8KC3F9WwECDIUqNN9+sJfjF4ulDIcCN6bsIELVSmAbHH7vbfweci4DamKre73/jOLSACml0dLE/NzZ/Ps9ScLcK1H5Bj7Z+xH8IlVm2p73XjueQNdMHw1fKt9qyJ13u2WqkaBtBPEepqnVQyWo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-operating-system:organization:user-agent; b=mV1etl5DxfiMYyIDCYzsWRAimWt8uv82YfhISH745HkUL/Hm2s0uTjtEMZtEyP8amiQtamImKO+cWXQnDjAX5oQM/rb+eHkGAGjiBSSBS081/hQnoGCzQ9BCW0nWljVRWI7nR74M8afN4S3S1vjwYloeEYvRacrG3rS0h2DuJkA=
- In-reply-to: <20080229221908.GF7863@xxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Mail-followup-to: mutt-users@xxxxxxxx
- Organization: What? Me, organized?
- References: <20080229205340.GA12749@herminie> <20080229221908.GF7863@xxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.11
On Fri, Feb 29, 2008 at 04:19:08PM -0600, Kyle Wheeler wrote:
> On Friday, February 29 at 02:53 PM, quoth Chris Sussmann:
> > Mutt then replies that Mail is not a folder. Now the macro works
> > with Spam or Drafts because they don't have a space in the name of
> > the folder.
>
> It's a bug. One I've been pretty annoyed about in the past too, but
> the mutt developers don't seem interested in changing mutt's behavior.
> The space there triggers mutt to replace everything you've typed thus
> far with the name of whatever mailboxes contain new email. There's no
> way to turn this behavior off. I think mutt should only do that if
> space is the *first* character that you type, but there's no way to
> make it do that either.
>
> The only workaround I've found is to use tab-completion to make mutt
> insert the space for you. Assuming none of your other mailboxes begin
> with "Sent", something like this would work:
>
> macro S index '<change-folder>=Sent<tab><enter>'
>
> ~Kyle
Kyle-
This is the trick I needed. This will work for me. THANKS! I now have
this in my .muttrc
macro index S "c=[Gmail]/Sent<tab>\n"
macro pager S "c=[Gmail]/Sent<tab>\n"
Again thanks...
Chris