Discussion:
IMAP, GMAIL
(too old to reply)
coolix
2007-12-30 14:22:44 UTC
Permalink
(I'm using Mutt 1.5.15+20070412 (2007-04-11), Ubuntu Gutsy version)

I followed this tutorial to set up mutt for working with an IMAP
Gmail account:
http://www.andrews-corner.org/mutt.html#imap

How do i reflect changes when i get back to the browser view ?
I set 'timeout' and 'mail_check' values. When in the 'index' view i'm
getting a notice that says "xxxx has new mail(s)" but when i get back
to the browser view (pressing 'y') browser has old message count.

Moreover, imap_list_subscribed="yes" is supposed to list only
subscribed dirs. I can't make it work with Gmail. Everytime i launch
mutt, my subscription preference is lost and i see all the Gmail dirs.

Thanks in advance for your help
Erwan David
2007-12-30 16:57:54 UTC
Permalink
Post by coolix
Moreover, imap_list_subscribed="yes" is supposed to list only
subscribed dirs. I can't make it work with Gmail. Everytime i launch
mutt, my subscription preference is lost and i see all the Gmail dirs.
subscribtion settings are saved on the server. If they are lost between
sessions it is because the server does not keep them.
--
À peu près tout ce qu'on peut imaginer de débile en informatique
finit par exister un jour ou l'autre. (BB)
Adaephon Delat
2008-01-07 01:39:01 UTC
Permalink
Post by coolix
(I'm using Mutt 1.5.15+20070412 (2007-04-11), Ubuntu Gutsy version)
I followed this tutorial to set up mutt for working with an IMAP Gmail
http://www.andrews-corner.org/mutt.html#imap
How do i reflect changes when i get back to the browser view ? I set
'timeout' and 'mail_check' values. When in the 'index' view i'm getting
a notice that says "xxxx has new mail(s)" but when i get back to the
browser view (pressing 'y') browser has old message count.
Moreover, imap_list_subscribed="yes" is supposed to list only subscribed
dirs. I can't make it work with Gmail. Everytime i launch mutt, my
subscription preference is lost and i see all the Gmail dirs.
Thanks in advance for your help
Using Andrews tutorial and the following .muttrc configuration file mutt
and Gmail/imap will work:

sample .muttrc for mutt/Gmail+imap
----------
set spoolfile = imaps://imap.gmail.com:993/INBOX
set imap_user = '***@gmail.com'
set imap_pass = 'PASSWORD'
set smtp_url="smtp://***@smtp.gmail.com:587/"
set smtp_pass = 'PASSWORD'
set folder = imaps://imap.gmail.com:993
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
set record=""
set imap_check_subscribed="yes"
set imap_list_subscribed="yes"
set header_cache="~/.mutt/msgcache"
set certificate_file="~.mutt/certs"
set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"

color hdrdefault green black
color quoted green black
color signature red black
color status cyan black
color indicator magenta black
color normal white black
--
Posted via a free Usenet account from http://www.teranews.com
r***@gmail.com
2016-03-17 18:06:00 UTC
Permalink
I am not able to sun my gmail acount in nokia Lumia 1320.
B.H.
2016-03-19 01:24:23 UTC
Permalink
Do you run mutt on your nokia device?
I did not know that mutt for phones existed.
If you need help with mutt then we are here for you, but I know nothing about
phones, and if it's not mutt this is not a place to ask your question.
Post by r***@gmail.com
I am not able to sun my gmail acount in nokia Lumia 1320.
m***@gmail.com
2017-03-19 06:34:37 UTC
Permalink
Post by coolix
(I'm using Mutt 1.5.15+20070412 (2007-04-11), Ubuntu Gutsy version)
I followed this tutorial to set up mutt for working with an IMAP
http://www.andrews-corner.org/mutt.html#imap
How do i reflect changes when i get back to the browser view ?
I set 'timeout' and 'mail_check' values. When in the 'index' view i'm
getting a notice that says "xxxx has new mail(s)" but when i get back
to the browser view (pressing 'y') browser has old message count.
Moreover, imap_list_subscribed="yes" is supposed to list only
subscribed dirs. I can't make it work with Gmail. Everytime i launch
mutt, my subscription preference is lost and i see all the Gmail dirs.
Thanks in advance for your help
Loading...