Package: claws-mail
Version: 3.7.8-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpes2hOZ
In Ubuntu, we've applied the attached patch to achieve the following:
* Merge from debian unstable (Closes LP: #690102). Remaining changes:
- debian/pacthes/series
removing buggy messages from M-o-M
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-26-server (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru claws-mail-3.7.8/debian/changelog claws-mail-3.7.8/debian/changelog
diff -Nru claws-mail-3.7.8/debian/control claws-mail-3.7.8/debian/control
--- claws-mail-3.7.8/debian/control 2010-11-22 02:18:45.000000000 +0700
+++ claws-mail-3.7.8/debian/control 2010-12-13 02:00:54.000000000 +0700
@@ -1,7 +1,8 @@
Source: claws-mail
Section: mail
Priority: optional
-Maintainer: Ricardo Mones <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Ricardo Mones <[email protected]>
Uploaders: Paul Mangan <[email protected]>, Gustavo Noronha Silva <[email protected]>
Build-Depends: debhelper (>= 5), libcompfaceg1-dev,
libglib2.0-dev, libgtk2.0-dev, libgpgme11-dev (>= 1.1.1),
diff -Nru claws-mail-3.7.8/debian/patches/50disable_can_change_accels_by_default claws-mail-3.7.8/debian/patches/50disable_can_change_accels_by_default
--- claws-mail-3.7.8/debian/patches/50disable_can_change_accels_by_default 1970-01-01 07:00:00.000000000 +0700
+++ claws-mail-3.7.8/debian/patches/50disable_can_change_accels_by_default 2010-12-14 21:16:39.000000000 +0700
@@ -0,0 +1,17 @@
+# Description: the gtk_can_change_accels pref which allows to change keyboard shortcuts
+# from Gtk+ menus default to false for consistence with the GNOME default
+# and other UME apps.
+# Origin: vendor, https://launchpad.net/bugs/223840
+# Bug-Ubuntu: https://launchpad.net/bugs/223840
+# Author: Michael Terry <[email protected]>
+--- claws-mail-3.7.8/src/prefs_common.c 2010-11-26 01:58:31.000000000 +0700
++++ claws-mail-3.7.8-1ubuntu1/src/prefs_common.c 2010-12-14 16:49:14.156221869 +0700
+@@ -924,7 +924,7 @@ static PrefParam param[] = {
+ {"filtering_debug_log_length", "500", &prefs_common.filtering_debug_loglength, P_INT,
+ NULL, NULL, NULL},
+
+- {"gtk_can_change_accels", "FALSE", &prefs_common.gtk_can_change_accels, P_BOOL,
++ {"gtk_can_change_accels", "TRUE", &prefs_common.gtk_can_change_accels, P_BOOL,
+ NULL, NULL, NULL},
+
+ {"color_new", "#0000b3", &prefs_common.color_new, P_COLOR,
diff -Nru claws-mail-3.7.8/debian/patches/series claws-mail-3.7.8/debian/patches/series
--- claws-mail-3.7.8/debian/patches/series 2010-12-12 19:22:05.000000000 +0700
+++ claws-mail-3.7.8/debian/patches/series 2010-12-14 21:26:27.000000000 +0700
@@ -1,3 +1,4 @@
11mark_trashed_as_read.patch
12fix_manpage_header.patch
+50disable_can_change_accels_by_default
13fix_manpage_hyphens.patch