File/plugins/gpg/functions/pref.php

Description

gpg_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.

  • author: Brian Peterson
  • author: Vinay
  • version: $Id: pref.php 1036 2007-11-26 12:38:54Z tokul $
Functions
list_secret_keys (line 70)
void list_secret_keys ([ $srch = ''])
  • $srch
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";

  • return: (global array set)
void load_prefs_from_file (string $filename)
  • string $filename: String with complete path to pref file.

Documentation generated on Sun, 22 Nov 2009 17:36:44 +0200 by phpDocumentor 1.4.3