The mail popup menu class is org.gnome.evolution.mail.popup:1.0.
The plugin callback data will be the target matching the plugin menu itself, and the callback returns no value.
This is the context menu shown on the folder tree.
| Id | org.gnome.evolution.mail.foldertree.popup |
| Class | org.gnome.evolution.mail.popup:1.0 |
| Target | EMPopupTargetFolder |
| Defined | mail/em-folder-tree.c:2816 |
This is the context menu shown on the message list or over a message.
| Id | org.gnome.evolution.mail.folderview.popup.select |
| Type | EMPopup |
| Target | EMPopupTargetSelect |
| Defined | mail/em-folder-view.c:1022 |
This is the context menu shown when clicking on inline URIs, including addresses or normal HTML links that are displayed inside the message view.
| Id | org.gnome.evolution.mail.folderview.popup |
| Class | org.gnome.evolution.mail.popup:1.0 |
| Target | EMPopupTargetURI |
| Defined | mail/em-folder-view.c:2226 |
This is the context menu shown when clicking on inline content such as a picture.
| Id | org.gnome.evolution.mail.folderview.popup |
| Class | org.gnome.evolution.mail.popup:1.0 |
| Target | EMPopupTargetPart |
| Defined | mail/em-folder-view.c:2235 |
This is the drop-down menu shown when a user clicks on the down arrow of the attachment button in inline mail content.
| Id | org.gnome.evolution.mail.formathtmldisplay.popup |
| Class | org.gnome.evolution.mail.popup:1.0 |
| Target | EMPopupTargetPart |
| Defined | mail/em-format-html-display.c:1099 |
This is the context menu on the composer attachment bar.
| Id | org.gnome.evolution.mail.composer.attachmentbar.popup |
| Class | org.gnome.evolution.mail.popup:1.0 |
| Target | EMPopupTargetAttachments |
| Defined | mail/../composer/e-msg-composer-attachment-bar.c:517 |
The following popup menus are defined, but they are used with no target, and so provide no useful context if they were to be hooked onto.
com.ximian.mail.messagelist.popup.drop is used for the ASK drop type on the message list.
com.ximian.mail.storageset.popup.drop is used for the ASK drop type on the folder tree.
Not sure if this needs to explain the qualifier meanings, or leave it to the in-line comment stuff in the enumeration definition. Maybe it just needs a direct link to the enumeration.
This target is used to define actions on a folder context. Normally associated with the folder tree.
| Name | folder | |||||
| Structure | EMPopupTargetFolder | |||||
| Qualifiers |
|
This target is used to define context for actions associated with a selection of mail messages from a specific folder.
| Name | select | |||||||||||||||||
| Structure | EMPopupTargetSelect | |||||||||||||||||
| Qualifiers |
|
This target defines context for operations on a URI, normally displayed inline somewhere in the message view.
| Name | uri | |||
| Structure | EMPopupTargetURI | |||
| Qualifiers |
|
This target defines context for operations on messages, or individual message parts. The same target is used for inline images or other content which can be encapsulated in a MIME part (i.e. anything).
| Name | part | ||
| Structure | EMPopupTargetPart | ||
| Qualifiers |
|
This target is used to define context for operations on the mail composer attachment bar.
| Name | attachments | ||
| Structure | EMPopupTargetAttachments | ||
| Qualifiers |
|