sendmail_accelerator.patch 473 B

123456789101112
  1. --- sylpheed-3.1.1/src/compose.c 2011-03-16 06:04:50.000000000 +0200
  2. +++ sylpheed-3.1.0/src/compose.c 2011-01-07 08:35:22.000000000 +0200
  3. @@ -576,7 +576,7 @@
  4. static GtkItemFactoryEntry compose_entries[] =
  5. {
  6. {N_("/_File"), NULL, NULL, 0, "<Branch>"},
  7. - {N_("/_File/_Send"), "<shift><control>E",
  8. + {N_("/_File/_Send"), "<control>Return",
  9. compose_send_cb, 0, NULL},
  10. {N_("/_File/Send _later"), "<shift><control>S",
  11. compose_send_later_cb, 0, NULL},