GMail labels issues with them
- To: mutt-dev@xxxxxxxx
- Subject: GMail labels issues with them
- From: Andreas Marschke <xxtjaxx@xxxxxxxxxxxxxx>
- Date: Tue, 3 Aug 2010 22:03:11 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=2RsrAfqLdNv4BKlv2+5f1yH4plGG3uADVw9cbeZFjos=; b=l3rbu9xRnqRY7ZIGV8UwaO5k6TRPTQAUmrbKkYKIxy6Fr6tVtxYYr3rK8g+k3rm89E QYrOBgqVZcEwY1+KOdrVV42BYT25PBAqcPBpkKMmH/ED1IDLoy8MXp/92yzaa7wAYlgk CQI8bAmCJlIT88C5nXKzrbYvARaloBk91mdu4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:organization:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; b=TXLKm2ntQn7/PerkLPf3r/qGFEh/mzhNvpKh/dKIuSpBit0yPwWa37RYl7FSo3S9kY zzminL7lU+VSiWLkfH2fe9p0ppsogx3BNfFADsRfPAn2Jf57FcRWdtwHulCPRZaE/dFg XtgZZlKl7kzdUQKF2v58S6l6U7ssYZvBCKsWw=
- List-post: <mailto:mutt-dev@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-dev"
- Organization: Privat
- Sender: owner-mutt-dev@xxxxxxxx
- User-agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; )
Hi!
I have been trying to move my day-to-day mail from a GUI(KDE) to mutt. For
this I use an
IMAP account at GoogleMail.com. There I have several labeled mail for mailing
list and
such. Those , due to the serverside labeling, won't be shown in the INBOX. But
I
want to view those aswell. Changing folders to the labeled ones using
<change-folder>LABELNAME I discoverd I a problem. My labels have Dots in them
such as
"debian.devel", "debian.announce" and so on, which are suprisingly changed to
debian/devel.
This results in a failure and I can't view those mails.
Here is the full muttrc for further hints, if necessery:
,----[~>$ cat ~/.muttrc]
| set from = "xxtjaxx@xxxxxxxxx"
| set realname = "Andreas Marschke"
| set smtp_url = "smtp://yourusername@xxxxxxxxxxxxxx:587/"
| set folder = imaps://xxtjaxx@xxxxxxxxxxxxxxxxxxx
| set postponed = "=[Google Mail]/Drafts"
| set spoolfile = "+INBOX"
| set sendmail = "esmtp -v -X ~/tmp/esmtp.log"
| alias Mailer-Daemonme=xxtjaxx_gmail.comourpass Mailer-
Daemon@xxxxxxxxxxxxxxxxxxxxxx=enabled
| macro index gi "<change-folder>=INBOX<enter>" "Go to inbox"
| macro index gd "<change-folder>=" "Go to inbox"
|
| # Header stuff
| ignore "Authentication-Results:"
| ignore "DomainKey-Signature:"
| ignore "DKIM-Signature:"
| hdr_order Date From To Cc
|
| ignore *
| unignore from: date subject to cc
| unignore x-mailing-list: posted-to:
| unignore x-mailer:
| unignore x-label:
|
| # For better looks
| set markers=no # don't put '+' at the beginning of wrapped lines
| set pager_index_lines= 5 # how large is the index window?
| set sort = 'threads'
| set sort_aux = 'last-date-received'
`----