Revision 952 src/compose.c
| compose.c (revision 952) | ||
|---|---|---|
| 645 | 645 |
{N_("/_Tools"), NULL, NULL, 0, "<Branch>"},
|
| 646 | 646 |
{N_("/_Tools/_Address book"), "<shift><control>A", compose_address_cb , 0, NULL},
|
| 647 | 647 |
{N_("/_Tools/_Template"), NULL, NULL, 0, "<Branch>"},
|
| 648 |
#ifndef G_OS_WIN32 |
|
| 648 | 649 |
{N_("/_Tools/Actio_ns"), NULL, NULL, 0, "<Branch>"},
|
| 650 |
#endif |
|
| 649 | 651 |
{N_("/_Tools/---"), NULL, NULL, 0, "<Separator>"},
|
| 650 | 652 |
{N_("/_Tools/Edit with e_xternal editor"),
|
| 651 | 653 |
"<shift><control>X", compose_ext_editor_cb, 0, NULL}, |
| ... | ... | |
| 4548 | 4550 |
menu_set_sensitive(ifactory, "/Edit/Auto wrapping", FALSE); |
| 4549 | 4551 |
menu_set_sensitive(ifactory, "/View/Attachment", FALSE); |
| 4550 | 4552 |
menu_set_sensitive(ifactory, "/Tools/Template", FALSE); |
| 4553 |
#ifndef G_OS_WIN32 |
|
| 4551 | 4554 |
menu_set_sensitive(ifactory, "/Tools/Actions", FALSE); |
| 4555 |
#endif |
|
| 4552 | 4556 |
menu_set_sensitive(ifactory, "/Tools/Edit with external editor", FALSE); |
| 4553 | 4557 |
#if USE_GPGME |
| 4554 | 4558 |
menu_set_sensitive(ifactory, "/Tools/PGP Sign", FALSE); |
| ... | ... | |
| 4581 | 4585 |
|
| 4582 | 4586 |
compose_set_out_encoding(compose); |
| 4583 | 4587 |
addressbook_set_target_compose(compose); |
| 4588 |
#ifndef G_OS_WIN32 |
|
| 4584 | 4589 |
action_update_compose_menu(ifactory, compose); |
| 4590 |
#endif |
|
| 4585 | 4591 |
compose_set_template_menu(compose); |
| 4586 | 4592 |
|
| 4587 | 4593 |
#if USE_GTKSPELL |
Also available in: Unified diff