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

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

bug#21057: [PATCH] nnimap.el: add support for IMAP namespaces


From: Lars Ingebrigtsen
Subject: bug#21057: [PATCH] nnimap.el: add support for IMAP namespaces
Date: Thu, 26 Jan 2017 20:40:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Nikolaus Rath <Nikolaus@rath.org> writes:

> This is useful for servers where all personal mailboxes appear is
> subfolders of the user's INBOX. For example, before the patch one would
> have:
>
> nnimap+fm:INBOX
> nnimap+fm:INBOX.Sent Items
> nnimap+fm:INBOX.Drafts
> nnimap+fm:INBOX.Archive
> nnimap+fm:Shared.Bob.INBOX
>
> and afterwards:
>
> nnimap+fm:INBOX
> nnimap+fm:Sent Items
> nnimap+fm:Drafts
> nnimap+fm:Archive
> nnimap+fm:#Shared.Bob.INBOX

What happens if the user has both INBOX.foo and foo mailboxes?

Tiny code style nitpicks:

> +(defvoo nnimap-use-namespaces nil
> +  "Whether to use IMAP namespaces

Should have a "." at the end.

> +    (utf7-encode 

There's a space at the end of the line here, and several other places,
which there shouldn't be.

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





reply via email to

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