NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
config.c File Reference

Config used by libmbox. More...

#include "config.h"
#include <stddef.h>
#include <stdbool.h>
#include "config/lib.h"
+ Include dependency graph for config.c:

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

Variables

static struct ConfigDef MboxVars []
 Config definitions for the Mbox library.
 

Detailed Description

Config used by libmbox.

Authors
  • Richard Russon

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.

Variable Documentation

◆ MboxVars

struct ConfigDef MboxVars[]
static
Initial value:
= {
{ "check_mbox_size", DT_BOOL, false, 0, NULL,
"(mbox,mmdf) Use mailbox size as an indicator of new mail"
},
{ NULL },
}
@ DT_BOOL
boolean option
Definition: types.h:32

Config definitions for the Mbox library.

Definition at line 37 of file config.c.