From 79d83995442cf9958cb382a2b949c4154b995ef9 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Mon, 17 Dec 2001 21:16:30 +0000 Subject: Avoid embedding tags when we are printing. 2001-12-17 Jon Trowbridge * mail-format.c (attachment_header): Avoid embedding tags when we are printing. (handle_multipart_signed): Don't do the click-for-info signature stuff when we are printing. (handle_via_bonobo): Don't embed an tag if we are printing. * folder-browser.c: Changed context_menu[] array so that we can print when the preview pane is closed. svn path=/trunk/; revision=15139 --- mail/folder-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/folder-browser.c') diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 8375582553..2f1f5c476d 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -1454,7 +1454,7 @@ static EPopupMenu context_menu[] = { { N_("_Open"), NULL, GTK_SIGNAL_FUNC (open_msg), NULL, 0 }, { N_("_Edit as New Message..."), NULL, GTK_SIGNAL_FUNC (resend_msg), NULL, CAN_RESEND }, { N_("_Save As..."), NULL, GTK_SIGNAL_FUNC (save_msg), NULL, 0 }, - { N_("_Print"), NULL, GTK_SIGNAL_FUNC (print_msg), NULL, SELECTION_SET }, + { N_("_Print"), NULL, GTK_SIGNAL_FUNC (print_msg), NULL, 0 }, E_POPUP_SEPARATOR, -- cgit v1.2.3