From 5d7463379b24ec9b7136da2450cf61e80a44eaaf Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 27 Nov 2008 05:06:17 +0000 Subject: don't save older backups of UIDL files. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2081 ee746299-78ed-0310-b773-934348b2243d --- libsylph/pop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsylph/pop.c') 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]; -- cgit v1.2.3