File/nasmail/include/options/folder.php

Description

options_folder.php

Displays all options relating to folders

  • version: $Id: folder.php 1329 2008-04-27 07:22:07Z tokul $
  • copyright: (c) 1999-2006 The SquirrelMail Project Team
  • copyright: (c) 2006-2008 The NaSMail Project
  • license: GNU Public License
Constants
SMOPT_GRP_FOLDERLIST = 1 (line 17)
SMOPT_GRP_FOLDERSELECT = 2 (line 18)
SMOPT_GRP_SPCFOLDER = 0 (line 16)

Define the group constants for the folder options page.

Functions
load_optpage_data_folder (line 33)

This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.

For each option, the following information is stored:

  • name: the internal (variable) name
  • caption: the description of the option in the UI
  • type: one of SMOPT_TYPE_*
  • refresh: one of SMOPT_REFRESH_*
  • size: one of SMOPT_SIZE_*
  • save: the name of a function to call when saving this option

  • return: all option information
array load_optpage_data_folder ()
save_option_draft_folder (line 294)

Saves the draft folder option.

void save_option_draft_folder (object SquirrelOption $option)
save_option_sent_folder (line 275)

Saves the sent folder option.

void save_option_sent_folder (object SquirrelOption $option)
save_option_trash_folder (line 251)

Saves the trash folder option.

void save_option_trash_folder (object SquirrelOption $option)

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