aboutsummaryrefslogtreecommitdiff
path: root/libsylph/pop.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-27 05:06:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-27 05:06:17 +0000
commit5d7463379b24ec9b7136da2450cf61e80a44eaaf (patch)
tree2ad49561aeac08e85a254ce97db2c3077ec5b999 /libsylph/pop.c
parent1c3288b17cd0b3ef11a2edf43da7f5f49f0582a4 (diff)
don't save older backups of UIDL files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2081 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/pop.c')
-rw-r--r--libsylph/pop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/pop.c b/libsylph/pop.c
index 25774cbd..57d7fd2b 100644
--- a/libsylph/pop.c
+++ b/libsylph/pop.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2008 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -543,6 +543,7 @@ gint pop3_write_uidl_list(Pop3Session *session)
g_free(path);
return -1;
}
+ prefs_file_set_backup_generation(pfile, 0);
for (n = 1; n <= session->count; n++) {
msg = &session->msg[n];