aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.h
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-02-19 00:43:55 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-02-19 00:43:55 +0800
commite6ee91aa2689dcb51a24867fa06b25034ba64607 (patch)
tree9b98ed26a1bde7d69f662951b740dcb5e7c549d9 /mail/mail-vfolder.h
parent41475c94d77ff1f0f3192012b19c6ecaa747abd2 (diff)
downloadgsoc2013-evolution-e6ee91aa2689dcb51a24867fa06b25034ba64607.tar
gsoc2013-evolution-e6ee91aa2689dcb51a24867fa06b25034ba64607.tar.gz
gsoc2013-evolution-e6ee91aa2689dcb51a24867fa06b25034ba64607.tar.bz2
gsoc2013-evolution-e6ee91aa2689dcb51a24867fa06b25034ba64607.tar.lz
gsoc2013-evolution-e6ee91aa2689dcb51a24867fa06b25034ba64607.tar.xz
gsoc2013-evolution-e6ee91aa2689dcb51a24867fa06b25034ba64607.tar.zst
gsoc2013-evolution-e6ee91aa2689dcb51a24867fa06b25034ba64607.zip
New method to copy the selected text in the mail display, to the clipboard
2005-02-18 Rodney Dawes <dobey@novell.com> * mail/em-folder-view.c (emfv_popup_copy_text): New method to copy the selected text in the mail display, to the clipboard (emfv_popup_items): Restructure this list for the new context menus layout that we are moving to, to improve the UI (emfv_popup): Add a third argument for whether we are on the mail display or not, so that we can pop up the correct portion of the menus Pass the on_display argument on to create the popup target Only generate the label items if we are on the list and not the display (emp_uri_popup_vfolder_{sender,recipient}): New methods to create vfolders to and from mailto: addresses from the context menu (emfv_enable_menus): Create the target here for clicking on the list (em_folder_view_get_popup_target): Add a third argument so that we can tell whether we are on the display or not Set the appropriate flags on the target for whether we are on the message display,, and whether or not there is selected text in it (emfv_list_right_click): We aren't rigt-clicking on the display here (emfv_popup_menu): We aren't right-clicking on the mail display here (emfv_uri_popups): Add the submenu for creating a vfolder from mailto: (emfv_format_popup_event): We are right-clickingo nt he display here * mail/em-folder-view.h: Add the new flags we need for the mail context menus popup target here (em_folderiew_get_popup_target): Add the on_display argument * mail/em-popup.c (emp_standard_uri_popups): Fix the label and mnemonic for the Send New Message popup item for mailto: addresses * mail/mail-autofilter.c (rule_from_address): (em_vfolder_rule_from_address): New methods to create a vfolder based on a CamelInternetAddress object that we get from the mailer * mail/mail-vfolder.[ch] (vfolder_gui_add_from_address): New method to create a vfolder rule based on the mailto: addresses Fixes #23822 svn path=/trunk/; revision=28814
Diffstat (limited to 'mail/mail-vfolder.h')
-rw-r--r--mail/mail-vfolder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h
index f2b8f25766..ca4fc4ad3d 100644
--- a/mail/mail-vfolder.h
+++ b/mail/mail-vfolder.h
@@ -18,6 +18,7 @@ FilterPart *vfolder_create_part (const char *name);
FilterRule *vfolder_clone_rule (FilterRule *in);
void vfolder_gui_add_rule (EMVFolderRule *rule);
void vfolder_gui_add_from_message (CamelMimeMessage *msg, int flags, const char *source);
+void vfolder_gui_add_from_address (CamelInternetAddress *addr, int flags, const char *source);
/* add a uri that is now (un)available to vfolders in a transient manner */
void mail_vfolder_add_uri(CamelStore *store, const char *uri, int remove);