You are not logged in.
How do you access gmail? Using an IMAP syncing app, like offlineimap or isync, the labels can essentially be treated as maildirs, in gmail's settings, you just show them in IMAP.
Offline
How do you access gmail? Using an IMAP syncing app, like offlineimap or isync, the labels can essentially be treated as maildirs, in gmail's settings, you just show them in IMAP.
By using imap, here's my .muttrc for example
set imap_user = "user@gmail.com"
set imap_pass = "pass"
set smtp_url = "smtp://user@smtp.gmail.com:587/"
set smtp_pass = "pass"
set from = "user@gmail.com@gmail.com"
set editor = "vim"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set imap_check_subscribed
set hostname = gmail.com
set mail_check = 120
set timeout = 300
set imap_keepalive = 300
set postponed = "+[GMail]/Drafts"
set header_cache=~/.mutt/cache/headers
set message_cachedir=~/.mutt/cache/bodies
set query_command="goobook query '%s'"
bind editor <Tab> complete-query
Offline
Define the mailboxes you wish to have mutt check; eg:
mailboxes +GMail/INBOX +GMail/LabelOne +GMail/LabelTwo +GMail/LabelThree
Offline
I think if you access Gmail directly with Mutt, labels are just treated as folders. Hit 'c' (or whatever key is bound to "change folder") and you should see them. If you're using the sidebar patch and trying to get the labels displayed there, you can check out the sidebar patch homepage In the off chance that by "manage labels" you mean actually creating, deleting and changing Gmail labels directly, though, you can't; Mutt isn't a Gmail interface, it's just a mail reader.
Offline
Define the mailboxes you wish to have mutt check; eg:
mailboxes +GMail/INBOX +GMail/LabelOne +GMail/LabelTwo +GMail/LabelThree
Wow that works, such an easy fix and I'm suprised I couldn't find anything that suggeted that this was how labels were handled.
I think if you access Gmail directly with Mutt, labels are just treated as folders. Hit 'c' (or whatever key is bound to "change folder") and you should see them. If you're using the sidebar patch and trying to get the labels displayed there, you can check out the sidebar patch homepage In the off chance that by "manage labels" you mean actually creating, deleting and changing Gmail labels directly, though, you can't; Mutt isn't a Gmail interface, it's just a mail reader.
I actually tried this, the only thing that shows up is regular Gmail folders like All Mail, Drafts, Important, Sent Mail etc.
Offline
I think if you access Gmail directly with Mutt, labels are just treated as folders
I don't think this would be sufficient; you would still need to expose those labels over IMAP and point mutt at them.
0X1A: please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
ANOKNUSA wrote:I think if you access Gmail directly with Mutt, labels are just treated as folders
I don't think this would be sufficient; you would still need to expose those labels over IMAP and point mutt at them.
0X1A: please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
I don't recall doing that myself before I started using local mail; it has been a long time, though.
Offline
This also works http://productforums.google.com/forum/# … dnO4bHV-Cs.
Offline