Gnus development mailing list
 help / color / mirror / Atom feed
* gmail: can't visited the starred group
@ 2015-01-21 17:41 Uwe Brauer
  2015-01-25  3:52 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2015-01-21 17:41 UTC (permalink / raw)
  To: ding


[-- Attachment #1.1: Type: text/plain, Size: 263 bytes --]

Hello

Gmail has a nifty feature, it display flagged messages of all folders in
a single folder/group called starred. I can visit this folder in
thunderbird but in gnus (via nnimap) I obtain an error message I attach

Any ideas?

thanks

Uwe Brauer 


[-- Attachment #1.2: gmail-starred-bug.txt --]
[-- Type: text/plain, Size: 1142 bytes --]

Debugger entered--Lisp error: (error "Couldn't request group nnimap+gmail:[Google Mail]/Starred: NO (NONEXISTENT) Unknown Mailbox: (Google Mail) /Starred (Failure)")
  signal(error ("Couldn't request group nnimap+gmail:[Google Mail]/Starred: NO (NONEXISTENT) Unknown Mailbox: (Google Mail) /Starred (Failure)"))
  cerror("Couldn't request group %s: %s" "nnimap+gmail:[Google Mail]/Starred" "NO (NONEXISTENT) Unknown Mailbox: (Google Mail) /Starred (Failure)")
  apply(cerror "Couldn't request group %s: %s" ("nnimap+gmail:[Google Mail]/Starred" "NO (NONEXISTENT) Unknown Mailbox: (Google Mail) /Starred (Failure)"))
  error("Couldn't request group %s: %s" "nnimap+gmail:[Google Mail]/Starred" "NO (NONEXISTENT) Unknown Mailbox: (Google Mail) /Starred (Failure)")
  gnus-select-newsgroup("nnimap+gmail:[Google Mail]/Starred" nil nil)
  gnus-summary-read-group-1("nnimap+gmail:[Google Mail]/Starred" nil t nil nil nil)
  gnus-summary-read-group("nnimap+gmail:[Google Mail]/Starred" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)
  call-interactively(gnus-topic-select-group)

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 6007 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gmail: can't visited the starred group
  2015-01-21 17:41 gmail: can't visited the starred group Uwe Brauer
@ 2015-01-25  3:52 ` Lars Ingebrigtsen
  2015-01-27 14:45   ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2015-01-25  3:52 UTC (permalink / raw)
  To: ding

Uwe Brauer <oub@mat.ucm.es> writes:

> Debugger entered--Lisp error: (error "Couldn't request group nnimap+gmail:[Google Mail]/Starred: NO (NONEXISTENT) Unknown Mailbox: (Google Mail) /Starred (Failure)")

Hm.  Could you try switching on `nnimap-record-commands' and look in the
"*imap log*" buffer to see what commands Gnus is really sending?  It
kinda looks like it might be asking for "/Starred" instead of
"Starred"...

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gmail: can't visited the starred group
  2015-01-25  3:52 ` Lars Ingebrigtsen
@ 2015-01-27 14:45   ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2015-01-27 14:45 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 980 bytes --]

>> "Lars" == Lars Ingebrigtsen <larsi@gnus.org> writes:

   > Uwe Brauer <oub@mat.ucm.es> writes:
   >> Debugger entered--Lisp error: (error "Couldn't request group
   >> nnimap+gmail:[Google Mail]/Starred: NO (NONEXISTENT) Unknown
   >> Mailbox: (Google Mail) /Starred (Failure)")

   > Hm.  Could you try switching on `nnimap-record-commands' and look in the
   > "*imap log*" buffer to see what commands Gnus is really sending?  It
   > kinda looks like it might be asking for "/Starred" instead of
   > "Starred"...


I solved the problem with the following code which I found in the net.

(setq gnus-group-line-format "%M%S%p%P%5y: %uG \n")

(defun gnus-user-format-function-G (arg)
  (let ((mapped-name (assoc gnus-tmp-group group-name-map)))
    (if (null mapped-name)
        gnus-tmp-group
      (cdr mapped-name))))



(defvar  group-name-map '(("nnimap+UCMgmail:[Gmail]/Starred" . "Flags-Starred"))
"*Varible to replace problematic `Group/Folder' names in Gmail.")





[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 6007 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-27 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 17:41 gmail: can't visited the starred group Uwe Brauer
2015-01-25  3:52 ` Lars Ingebrigtsen
2015-01-27 14:45   ` Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).