Public folder for suggestions while composing mails
-
My main store for contacts is a public folder. How can I use this public folder for suggesting e-mail addresses while composing mails?
-
Duplicate of https://forum.kopano.io/post/5855 ?
-
Sorry … no solution ?
-
it feels like you are looking for (from config.php of webapp)
// Set true to hide public contact folders in address-book folder list, // false will show public contact folders in address-book folder list. define("DISABLE_PUBLIC_CONTACT_FOLDERS", false); ... // Set true to hide shared contact folders in address-book folder list, // false will show shared contact folders in address-book folder list. define("DISABLE_SHARED_CONTACT_FOLDERS", false);
but i did not check further.
-
yes this works for me
// Set true to hide public contact folders in address-book folder list,
// false will show public contact folders in address-book folder list.
define(“DISABLE_PUBLIC_CONTACT_FOLDERS”, false);setting this from true to false to get public contacts listed in selection list by composing new mails etc
rg
Christian -
wow! thanks, a wealth of interesting options!!