[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A little help from my friends
Hey folks,
I am absolutely raving about doing all my mail from Emacs, my
employers use Outlook!!!  Ugh.
So I have everything working, except for the following (which I can't
figure out):
There are several IMAP mailboxes I'd like to get to that are several
levels deep, for example:
Public Folders/Mailing Lists/Zope Folder
and 
Public Folders/DC Contacts
etc..
Here is the relevent excerpt from my .gnus file:
(setq gnus-secondary-select-methods
      '((nnfolder "")
	(nnimap "gandalf"
		(nnimap-address "gandalf")
		(nnimap-authenticator login)
		(nnimap-list-pattern ("INBOX" ("" . "*") )
				     )
		)
	)
      )
And here is the output of 'gnus-groups-enter-server-mode' when I
select nnimap:gandalf:
K      0: Calendar
K      0: Contacts
K      0: Drafts
K      0: INBOX
K      0: INBOX
K      0: Journal
K      0: Notes
K      0: Outbox
K      0: Tasks
K      0: Trash
K      0: saved-messages
(The INBOX is there twice, I presume, because I specified it *and* it
was listed).
The thing is, I thought that ("" . "*") would list all my boxes,
including everything in 'Public Folders', but that doesn't even show
up, just my 'Personal' mailboxes.
Feel free to abuse me with technical jargon, I have read rfc2060 (I
wrote a thin IMAP client in Python). 
;)
Regards,
-Michel Pelletier