Google Sent Mail
- To: mutt-users@xxxxxxxx
- Subject: Google Sent Mail
- From: Chris Sussmann <chris.sussmann@xxxxxxxxx>
- Date: Fri, 29 Feb 2008 14:53:40 -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:mime-version:content-type:content-disposition:x-operating-system:organization:user-agent; bh=7f7KbNFU86kAqBE9pDSl43B+BRVZyQxJiwK/g8BI/mA=; b=ugnEQe2dKE6GPRjYdwtThiUMdb3ICPsmzy8x7WQe2Qq1vs/XWJ0mee+ygzK0oxjapxvB+MdLLYAw0YLCzoAg6ExehKgX0xGDJHsJHkwHzVGQz21DZmbPT+ZhsNoScMeHEBJos645rrIjtc3IR/vlSSliZWvo/FyIlBwYJZhH9CQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:x-operating-system:organization:user-agent; b=aMGgWXlYW/lx4THOZ+SCnEFz2lROWrjrAR83zRwzq2ThmKQG0EvPU+I1mLC3ofqjzfTY0Lzq4ypBwwzP2OpkPci+/t5YQd45cbXX/Hy1z7vzqvleG8hkpTgKe/2ik2uv7mAbsPlcpPMwzgKI4zfPGA9y400iXbEtGTEUSuDf68A=
- 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?
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.11
Hello all,
I am trying to set up a macro for gmail's sent mail folder. I connect
via IMAP and presently I have to navigate to the folder. Here is what I
have in my .muttrc
macro index S "c=[Gmail]/Sent Mail\n"
macro pager S "c=[Gmail]/Sent Mail\n"
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.
So I guess what I am asking is how to make mutt send the space and not
treat it as the end of the folder name. Is there an escape character?
I tried the \ with no luck.
Thanks to all,
Chris