help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus is not showing all my messages


From: evan
Subject: Re: gnus is not showing all my messages
Date: Fri, 15 Jan 2010 15:46:48 -0800 (PST)
User-agent: G2/1.0

OK, I fixed it. The problem was rather non-intuitive. It appears that
gnus doesn't like a space in the name of the mail method. For example
the following causes a problem

(setq gnus-select-method '(nnimap "My Mail"
                                  (nnimap-address "imap.server.com")
                                  (nnimap-server-port 993)
                                  (nnimap-stream tls)
                                  ))

but if I replace "My Mail" with "MyMail" or "My\ Mail" all the
messages are displayed fine. I don't know if this behaviour is
something expected. Can someone else try this?



On Jan 15, 8:02 pm, Frank Fredstone <n...@not.no> wrote:
> evan <evange...@gmail.com> writes:
> > Hello, Thanks for your reply.
>
> > Let me say that I don't have any unread emails in my inbox so when I
> > hit either Return or Space in the Group buffer I get the message
> > "How many articles from INBOX (defauly 274):" (I am aware that 274 is
> > not the actual number of my messages but a scoring) and then I hit
> > Return.  In the Summary buffer gnus shows me only 8 messages out of
> > 80.
>
> > I also tried the gnus-topic-select-group function. I ran  (gnus-topic-
> > select-group -200), for example, but that shows me only the very first
> > message while (gnus-topic-select-group 7) shows me the last 4.
>
> I probably don't have enough knowledge to help beyond this point. I can
> offer that your message reminds me of this post:
>
> http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/79...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]