add new package sylpheed mail client

This commit is contained in:
groni
2017-01-28 14:53:14 +01:00
parent 28b365a3a3
commit 6901d1ec6e
9 changed files with 399 additions and 2 deletions
@@ -0,0 +1,11 @@
--- sylpheed-3.1.1/src/compose.c 2011-03-16 06:04:50.000000000 +0200
+++ sylpheed-3.1.0/src/compose.c 2011-01-07 08:35:22.000000000 +0200
@@ -576,7 +576,7 @@
static GtkItemFactoryEntry compose_entries[] =
{
{N_("/_File"), NULL, NULL, 0, "<Branch>"},
- {N_("/_File/_Send"), "<shift><control>E",
+ {N_("/_File/_Send"), "<control>Return",
compose_send_cb, 0, NULL},
{N_("/_File/Send _later"), "<shift><control>S",
compose_send_later_cb, 0, NULL},