From bd5a7034cd0ca7a69e092bf5b4484a3ce4882201 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 24 May 2009 14:45:34 +0000 Subject: Bump version to a beta for softbounce testing. svn path=/branches/BRANCH_6-3/; revision=5317 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 75543406..d79d496d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ dnl Autoconfigure input file for fetchmail # Fetchmail automatic configuration support # # Eric S. Raymond -# 2004 - 2008 Matthias Andree +# 2004 - 2009 Matthias Andree # dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.9],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.10-beta1],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) -- cgit v1.2.3 ch'/> [fork] set imap idle timeout to 600s, some servers don't follow rfc recommendationsgit
aboutsummaryrefslogtreecommitdiffstats
blob: 0af16670e01eb25b2b399bc373de131b3736951f (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64