#include "config.h"
#include <stddef.h>
#include <config/lib.h>
#include <stdbool.h>
#include "lib.h"
Go to the source code of this file.
Functions | |
bool | config_init_mbox (struct ConfigSet *cs) |
Register mbox config variables - Implements module_init_config_t. More... | |
Variables | |
bool | C_CheckMboxSize |
Config: (mbox,mmdf) Use mailbox size as an indicator of new mail. More... | |
struct ConfigDef | MboxVars [] |
Config used by libmbox
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file config.c.
bool config_init_mbox | ( | struct ConfigSet * | cs | ) |
Register mbox config variables - Implements module_init_config_t.
Definition at line 51 of file config.c.
bool C_CheckMboxSize |
struct ConfigDef MboxVars[] |