/plugins/gpg/functions/pref.phpgpg_pref_functions.php ----------- GPG plugin preference functions
Copyright (c) 2002-2005 Braverock Ventures Copyright (c) 2007 The NaSMail Project Licensed under the GNU GPL. For full terms see the file COPYING.
list_secret_keys (line 70)
load_prefs_from_file (line 34)
This function is called on load to set up the system wide options
TO GET AT THESE PREFERENCES:
$GLOBALS['GPG_SYSTEM_OPTIONS']['key_you_want']
or global $GPG_SYSTEM_OPTIONS
then $GPG_SYSTEM_OPTIONS['key_you_want']
foreach ($GLOBALS['GPG_SYSTEM_OPTIONS'] as $key => $value) echo "
J $key = $value";
Documentation generated on Sun, 22 Nov 2009 17:36:44 +0200 by phpDocumentor 1.4.3