~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to camel/providers/imapx/camel-imapx-settings.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * camel-imapx-settings.c
3
3
 *
4
 
 * This library is free software you can redistribute it and/or modify it
 
4
 * This library is free software: you can redistribute it and/or modify it
5
5
 * under the terms of the GNU Lesser General Public License as published by
6
6
 * the Free Software Foundation.
7
7
 *
8
8
 * This library is distributed in the hope that it will be useful, but
9
9
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 
10
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
11
11
 * for more details.
12
12
 *
13
13
 * You should have received a copy of the GNU Lesser General Public License
14
 
 * along with this library; if not, see <http://www.gnu.org/licenses/>.
 
14
 * along with this library. If not, see <http://www.gnu.org/licenses/>.
15
15
 *
16
16
 */
17
17
 
915
915
 *
916
916
 * Returns: the number of concurrent connections to use
917
917
 *
918
 
 * Since: 3.14
 
918
 * Since: 3.16
919
919
 **/
920
920
guint
921
921
camel_imapx_settings_get_concurrent_connections (CamelIMAPXSettings *settings)
937
937
 * @concurrent_connections value will be clamped to these limits if
938
938
 * necessary.
939
939
 *
940
 
 * Since: 3.14
 
940
 * Since: 3.16
941
941
 **/
942
942
void
943
943
camel_imapx_settings_set_concurrent_connections (CamelIMAPXSettings *settings,
1563
1563
 *
1564
1564
 * Returns: whether to ignore namespace for other users
1565
1565
 *
1566
 
 * Since: 3.12.9
 
1566
 * Since: 3.16
1567
1567
 **/
1568
1568
gboolean
1569
1569
camel_imapx_settings_get_ignore_other_users_namespace (CamelIMAPXSettings *settings)
1580
1580
 *
1581
1581
 * Sets whether to ignore other users namespace.
1582
1582
 *
1583
 
 * Since: 3.12.9
 
1583
 * Since: 3.16
1584
1584
 **/
1585
1585
void
1586
1586
camel_imapx_settings_set_ignore_other_users_namespace (CamelIMAPXSettings *settings,
1604
1604
 *
1605
1605
 * Returns: whether to ignore namespace for shared folders
1606
1606
 *
1607
 
 * Since: 3.12.9
 
1607
 * Since: 3.16
1608
1608
 **/
1609
1609
gboolean
1610
1610
camel_imapx_settings_get_ignore_shared_folders_namespace (CamelIMAPXSettings *settings)
1621
1621
 *
1622
1622
 * Sets whether to ignore shared folders namespace.
1623
1623
 *
1624
 
 * Since: 3.12.9
 
1624
 * Since: 3.16
1625
1625
 **/
1626
1626
void
1627
1627
camel_imapx_settings_set_ignore_shared_folders_namespace (CamelIMAPXSettings *settings,