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

« back to all changes in this revision

Viewing changes to camel/providers/pop3/camel-pop3-provider.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
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
 
/* camel-pop3-provider.c: pop3 provider registration code */
3
 
 
4
 
/*
5
 
 * Authors :
6
 
 *   Dan Winship <danw@ximian.com>
7
 
 *   Michael Zucchi <notzed@ximian.com>
 
2
/* camel-pop3-provider.c: pop3 provider registration code
8
3
 *
9
4
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
10
5
 *
11
 
 * This library is free software you can redistribute it and/or modify it
 
6
 * This library is free software: you can redistribute it and/or modify it
12
7
 * under the terms of the GNU Lesser General Public License as published by
13
8
 * the Free Software Foundation.
14
9
 *
15
10
 * This library is distributed in the hope that it will be useful, but
16
11
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
18
 
 *for more details.
 
12
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
 
13
 * for more details.
19
14
 *
20
15
 * You should have received a copy of the GNU Lesser General Public License
21
 
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 
16
 * along with this library. If not, see <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 * Authors :
 
19
 *   Dan Winship <danw@ximian.com>
 
20
 *   Michael Zucchi <notzed@ximian.com>
22
21
 */
23
22
 
24
23
#ifdef HAVE_CONFIG_H