#include "config.h"
#include <stddef.h>
#include <config/lib.h>
#include <stdbool.h>
#include "private.h"
#include "lib.h"
Go to the source code of this file.
Functions | |
bool | config_init_notmuch (struct ConfigSet *cs) |
Register notmuch config variables - Implements module_init_config_t. More... | |
Variables | |
int | C_NmDbLimit |
Config: (notmuch) Default limit for Notmuch queries. More... | |
char * | C_NmDefaultUrl |
Config: (notmuch) Path to the Notmuch database. More... | |
char * | C_NmExcludeTags |
Config: (notmuch) Exclude messages with these tags. More... | |
char * | C_NmFlaggedTag |
Config: (notmuch) Tag to use for flagged messages. More... | |
int | C_NmOpenTimeout |
Config: (notmuch) Database timeout. More... | |
char * | C_NmQueryType |
Config: (notmuch) Default query type: 'threads' or 'messages'. More... | |
int | C_NmQueryWindowCurrentPosition |
Config: (notmuch) Position of current search window. More... | |
char * | C_NmQueryWindowCurrentSearch |
Config: (notmuch) Current search parameters. More... | |
int | C_NmQueryWindowDuration |
Config: (notmuch) Time duration of the current search window. More... | |
char * | C_NmQueryWindowTimebase |
Config: (notmuch) Units for the time duration. More... | |
char * | C_NmRecordTags |
Config: (notmuch) Tags to apply to the 'record' mailbox (sent mail) More... | |
char * | C_NmRepliedTag |
Config: (notmuch) Tag to use for replied messages. More... | |
char * | C_NmUnreadTag |
Config: (notmuch) Tag to use for unread messages. More... | |
char * | C_VfolderFormat |
Config: (notmuch) printf-like format string for the browser's display of virtual folders. More... | |
bool | C_VirtualSpoolFile |
Config: (notmuch) Use the first virtual mailbox as a spool file. More... | |
struct ConfigDef | NotmuchVars [] |
Config used by libnotmuch
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_notmuch | ( | struct ConfigSet * | cs | ) |
Register notmuch config variables - Implements module_init_config_t.
Definition at line 111 of file config.c.
int C_NmDbLimit |
char* C_NmDefaultUrl |
char* C_NmExcludeTags |
char* C_NmFlaggedTag |
char* C_NmQueryType |
int C_NmQueryWindowCurrentPosition |
char* C_NmQueryWindowCurrentSearch |
int C_NmQueryWindowDuration |
char* C_NmQueryWindowTimebase |
char* C_NmRecordTags |
char* C_NmRepliedTag |
char* C_NmUnreadTag |
char* C_VfolderFormat |
bool C_VirtualSpoolFile |