[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imap acl editing broken
From: |
Enrico Scholz |
Subject: |
Re: imap acl editing broken |
Date: |
Fri, 02 Aug 2013 11:27:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>> when using gnus v5.13 (bundled with emacs-24.1), the acl editing
>> (which worked fine in some previous versions), fails with
>>
>> | M-x gnus-group-nnimap-edit-acl
>> | gnus-group-nnimap-edit-acl: Autoloading failed to define function
>> | nnimap-acl-get
>>
>> Is there a chance that acl editing is supported again?
>
> I have no idea what acl editing is,
IMAP ACLs are described in http://tools.ietf.org/html/rfc4314 and their
modification worked already with previous gnus versions. Unfortunately,
the gnus version is both v5.13 in working and non-working case, but the
MUA (gnus v5.13 bundled with emacs-23.1 from RHEL 6.4) I am writing the
current message with, supports modification of ACLs. but other MUAs
(gnus v5.13 bundled with emacs-24.3 from Fedora 19) fail with message
above.
Working:
M-x gnus-group-nnimap-edit-acl
--> new buffer with
| ;;; Editing the access control list for `nnimap+...'.
| ;;;
| ;;; An access control list is a list of (identifier . rights)
| ;;; elements.
| ;;;
| ;;; The identifier string specifies the corresponding user. The
Non-working:
M-x gnus-group-nnimap-edit-acl
gnus-group-nnimap-edit-acl: Autoloading failed to define function nnimap-acl-get
Enrico