aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/mail-config.h
blob: 0a1c618f3561a743037320f041889706085cca88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) version 3.
 *
 * 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with the program; if not, see <http://www.gnu.org/licenses/>
 *
 *
 * Authors:
 *      Jeffrey Stedfast <fejj@ximian.com>
 *
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
 *
 */

#ifndef MAIL_CONFIG_H
#define MAIL_CONFIG_H

#include <libemail-engine/e-mail-session.h>

G_BEGIN_DECLS

/* Configuration */
void        mail_config_init        (EMailSession *session);
void        mail_config_write       (void);

/* General Accessor functions */

gint        mail_config_get_address_count   (void);

/* static utility functions */
gchar *     mail_config_folder_to_cachename (CamelFolder *folder,
                         const gchar *prefix);
gint        mail_config_get_sync_timeout    (void);

void        mail_config_reload_junk_headers (EMailSession *session);
gboolean    mail_config_get_lookup_book (void);
gboolean    mail_config_get_lookup_book_local_only (void);

G_END_DECLS

#endif /* MAIL_CONFIG_H */
| | * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-191-0/+658 * | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ...Yoichi Hirai2017-10-181-0/+842 * | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu...Dimitry2017-10-171-0/+738 |/ / * | fix random state testDimitry2017-10-171-36/+36 * | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-136-0/+3486 |\ \ | * | modexp input testDimitry2017-10-136-266/+1428 | * | fuzzed test modexp inputDimitry2017-10-134-0/+2324 * | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13122-7620/+18973 |\ \ \ | * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13122-7620/+18973 * | | | fuzztests bytecodeDimitry2017-10-131-0/+644 | |/ / |/| | * | | split random testsDimitry2017-10-13227-130322/+25 * | | split large test suitesDimitry2017-10-132500-83148/+213017 |/ / * | add _info commentDimitry2017-10-111-30/+30 * | python testDimitry2017-10-111-0/+854 * | Add a test case where modexp gets inputYoichi Hirai2017-10-114-0/+2584 * | regenerate Copier TestsDimitry2017-10-073-3255/+4142 * | refill all the testsDimitry2017-10-07