Merge lp:~ubuntu-branches/ubuntu/natty/claws-mail/natty-201103250225 into lp:ubuntu/natty/claws-mail

Proposed by James Westby
Status: Work in progress
Proposed branch: lp:~ubuntu-branches/ubuntu/natty/claws-mail/natty-201103250225
Merge into: lp:ubuntu/natty/claws-mail
Diff against target: 32 lines (+26/-0) (has conflicts)
1 file modified
debian/patches/60upstream_bug_2325_fix.patch (+26/-0)
Conflict adding file debian/patches/60upstream_bug_2325_fix.patch.  Moved existing file to debian/patches/60upstream_bug_2325_fix.patch.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/natty/claws-mail/natty-201103250225
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+55072@code.launchpad.net

Description of the change

The package history in the archive and the history in the bzr branch differ. As the archive is authoritative the history of lp:ubuntu/natty/claws-mail now reflects that and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/natty/claws-mail/natty-201103250225. A merge should be performed if necessary.

To post a comment you must log in.

Unmerged revisions

42. By Evan Broder

debian/patches/60upstream_bug_2325_fix.patch: Upstream suggested
patch to fix appending of duplicate messages to sent folder.
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2376
(LP: #724416)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/patches/60upstream_bug_2325_fix.patch'
2--- debian/patches/60upstream_bug_2325_fix.patch 1970-01-01 00:00:00 +0000
3+++ debian/patches/60upstream_bug_2325_fix.patch 2011-03-28 07:14:21 +0000
4@@ -0,0 +1,26 @@
5+Description: Remove message from folder cache after moving from MH to IMAP boxes
6+Origin: upstream, http://colino.net/claws-mail/getpatchset.php?ver=3.7.8cvs7
7+Bug: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2376
8+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/claws-mail/+bug/724416
9+Author: Colin Leroy <colin@colino.net>
10+
11+--- a/src/folder.c
12++++ b/src/folder.c
13+@@ -3492,7 +3492,7 @@
14+ if (g_hash_table_lookup_extended(relation, msginfo, &old_key, &data))
15+ num = GPOINTER_TO_INT(data);
16+ else
17+- num = -1;
18++ num = 0;
19+
20+ if (g_slist_find(not_moved, msginfo))
21+ continue;
22+@@ -3539,7 +3539,7 @@
23+ if (g_hash_table_lookup_extended(relation, msginfo, &old_key, &data))
24+ num = GPOINTER_TO_INT(data);
25+ else
26+- num = -1;
27++ num = 0;
28+
29+ statusbar_progress_all(curmsg++,total, 100);
30+ if (curmsg % 100 == 0)
31
32=== renamed file 'debian/patches/60upstream_bug_2325_fix.patch' => 'debian/patches/60upstream_bug_2325_fix.patch.moved'

Subscribers

People subscribed via source and target branches

to all changes: