Skip to content
Snippets Groups Projects
Commit a51bbb7c2ffc authored by oscarf's avatar oscarf
Browse files

(eudc-ph): Fixed group

(eudc-ph-protocol-locals): Set
`eudc-protocol-has-default-query-attributes'
parent b6ff250298c8
No related branches found
No related tags found
No related merge requests found
;;; eudc.el --- Emacs Unified Directory Client - CCSO PH/QI Support
;;; eudc-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend
;; Copyright (C) 1998 Free Software Foundation, Inc.
......@@ -43,8 +43,8 @@
;;{{{ Package customization variables
(defgroup eudc-ph nil
"Emacs Unified Directory Client - CCSO PH/QI Support"
:group 'comm)
"Emacs Unified Directory Client - CCSO PH/QI Backend"
:group 'eudc)
(defcustom eudc-ph-bbdb-conversion-alist
'((name . name)
......@@ -81,7 +81,8 @@
(defconst eudc-ph-protocol-locals
'((cons eudc-bbdb-conversion-alist . eudc-ph-bbdb-conversion-alist)
(eudc-query-function . eudc-ph-query-internal)
(eudc-list-attributes-function . eudc-ph-get-field-list))
(eudc-list-attributes-function . eudc-ph-get-field-list)
(eudc-protocol-has-default-query-attributes . t))
"CCSO PH/QI protocol specific values of EUDC variables.
This should be an alist of the form (EUDC-VAR . PH-VAR) where
EUDC-VAR is the name of a EUDC variable and PH-VAR is the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment