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: Nikolaus Rath
Subject: bug#21057: [PATCH] nnimap.el: add support for IMAP namespaces
Date: Tue, 03 Jul 2018 08:40:59 +0100

*ping*

Could someone take a look at the revised patch?

Thanks!
-Nikolaus

--
GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

On Thu, 31 May 2018, at 12:38, Nikolaus Rath wrote:
> Hi,
> 
> On Wed, 27 Dec 2017, at 22:10, Lars Ingebrigtsen wrote:
> > Looks good, but a couple of niggles:
> > 
> > > +(setq nnimap-namespaces nil)
> > 
> > This should be a defvar, or rather, a defvoo.
> > 
> > [...]
> > 
> > > +  (let* ((prefix (cadr (assoc (nnoo-current-server 'nnimap)
> > > +                              nnimap-namespaces)))
> > > +         (inbox (substring prefix 0 -1)))
> > 
> > And then you could just set nnimap-namespaces without maintaining a
> > per-server alist, since that's what the voo machinery does for you
> > (switching out variables on a per-server basis).
> 
> Updated patches attached (and rebased onto current master).
> 
> Best,
> -Nikolaus
> 
> --
> GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F
> 
>              »Time flies like an arrow, fruit flies like a Banana.«
> Email had 3 attachments:
> + 0001-nnimap.el-factor-out-nnimap-group-to-imap.patch
>   9k (text/x-patch)
> + 0002-nnimap.el-Add-support-for-IMAP-namespaces.patch
>   10k (text/x-patch)
> + 0003-Turn-nnimap-namespaces-into-a-defvoo-to-make-it-per-.patch
>   4k (text/x-patch)





reply via email to

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