aboutsummaryrefslogtreecommitdiff
path: root/libsylph/pop.c
diff options
context:
space:
mode:
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];