From 7cfdd131b55f7dd55607b5a809669b8e95843f3b Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 25 Jul 2005 04:23:41 +0000 Subject: Added code to create a attachment bar. 2005-07-25 Srinivasa Ragavan * em-format-html-display.c: (efhd_init) (efhd_finalise) () (efhd_attachment_image) (efhd_attachment_button) (efhd_format_attachment) Added code to create a attachment bar. * em-format-html.c: (efh_format_message) Added code to add bar at the beginning of the message. * em-popup.[ch]: (em_popup_target_new_attachments) (emp_part_popup_set_background) (emp_standard_menu_factory) Added code to handle the popup menu inside the attachment bar. * em-utils.[ch]: (em_utils_edit_filters) (emu_get_save_filesel) (em_utils_save_part) (em_utils_save_messages) Added code to handle save selected and save all options of the attachment bar. svn path=/trunk/; revision=29866 --- mail/em-popup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/em-popup.h') diff --git a/mail/em-popup.h b/mail/em-popup.h index dc032f6783..6ae0623099 100644 --- a/mail/em-popup.h +++ b/mail/em-popup.h @@ -161,6 +161,9 @@ enum _em_popup_target_folder_t { enum _em_popup_target_attachments_t { EM_POPUP_ATTACHMENTS_ONE = 1<<0, /* only 1 selected */ EM_POPUP_ATTACHMENTS_MANY = 1<<1, /* one or more selected */ + EM_POPUP_ATTACHMENTS_MULTIPLE = 1<<2, /* More than 1 selected */ + EM_POPUP_ATTACHMENTS_IMAGE = 1<<3, /* Image selected */ + EM_POPUP_ATTACHMENTS_MESSAGE = 1<<4 /* Message selected */ }; typedef struct _EMPopupTargetSelect EMPopupTargetSelect; -- cgit v1.2.3