squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
plugins | |
Variables | |
const | SM_PATH '../../' |
$media_enable = getPref($data_dir,$username, 'newmail_enable', 'FALSE' ) | |
$media_popup = getPref($data_dir, $username,'newmail_popup') | |
$media_allbox = getPref($data_dir,$username,'newmail_allbox') | |
$media_recent = getPref($data_dir,$username,'newmail_recent') | |
$media_changetitle = getPref($data_dir,$username,'newmail_changetitle') | |
$newmail_popup_height = getPref($data_dir, $username, 'newmail_popup_height',130) | |
$newmail_popup_width = getPref($data_dir, $username, 'newmail_popup_width',200) | |
$media = getPref($data_dir,$username,'newmail_media', '(none)') | |
$allowsound = "true" | |
if ( $allowsound=="true") | |
$allowsound = "true" |
Definition at line 38 of file newmail_opt.php.
$media = getPref($data_dir,$username,'newmail_media', '(none)') |
Definition at line 35 of file newmail_opt.php.
$media_allbox = getPref($data_dir,$username,'newmail_allbox') |
Definition at line 30 of file newmail_opt.php.
Referenced by newmail_sav().
$media_changetitle = getPref($data_dir,$username,'newmail_changetitle') |
Definition at line 32 of file newmail_opt.php.
Referenced by newmail_sav().
$media_enable = getPref($data_dir,$username, 'newmail_enable', 'FALSE' ) |
Definition at line 28 of file newmail_opt.php.
Referenced by newmail_sav().
$media_popup = getPref($data_dir, $username,'newmail_popup') |
Definition at line 29 of file newmail_opt.php.
Referenced by newmail_sav().
$media_recent = getPref($data_dir,$username,'newmail_recent') |
Definition at line 31 of file newmail_opt.php.
Referenced by newmail_sav().
$newmail_popup_height = getPref($data_dir, $username, 'newmail_popup_height',130) |
Definition at line 33 of file newmail_opt.php.
Referenced by newmail_plugin(), newmail_pref(), and newmail_sav().
$newmail_popup_width = getPref($data_dir, $username, 'newmail_popup_width',200) |
Definition at line 34 of file newmail_opt.php.
Referenced by newmail_plugin(), newmail_pref(), and newmail_sav().
if($allowsound=="true") |
Definition at line 60 of file newmail_opt.php.
const SM_PATH '../../' |
@ignore
Definition at line 17 of file newmail_opt.php.