# 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 <michael.terry@ubuntu.com>
--- 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,
