diff options
author | Shakti Sen <shprasad@novell.com> | 2005-07-22 18:25:22 +0800 |
---|---|---|
committer | Shakti Prasad Sen <shaktis@src.gnome.org> | 2005-07-22 18:25:22 +0800 |
commit | 4ef179572c4d8dbeb1b202bed0a4ea99ba90c7b7 (patch) | |
tree | 3a2e142ba08314c2786f4f2e0b74088699a2ba7c /plugins/exchange-operations/org-gnome-exchange-tasks-subscription.xml | |
parent | 4722d750ff632931cbd57e623cc067ed66d9a8f0 (diff) | |
download | gsoc2013-evolution-4ef179572c4d8dbeb1b202bed0a4ea99ba90c7b7.tar.gz gsoc2013-evolution-4ef179572c4d8dbeb1b202bed0a4ea99ba90c7b7.tar.zst gsoc2013-evolution-4ef179572c4d8dbeb1b202bed0a4ea99ba90c7b7.zip |
Included files org-gnome-exchange-ab-subscription.xml,
2005-07-20 Shakti Sen <shprasad@novell.com>
* Makefile.am: Included files org-gnome-exchange-ab-subscription.xml,
org-gnome-exchange-tasks-subscription.xml and
org-gnome-exchange-cal-subscription.xml.
* org-gnome-exchange-ab-subscription.xml: Added newly to add
"Subscribe to Other User's Contacts' menu-item in 'File' menu for
address book.
* org-gnome-exchange-tasks-subscription.xml: Same for 'Tasks'.
* org-gnome-exchange-cal-subscription.xml: Same for 'Calendar'.
Fixes bug #310985.
svn path=/trunk/; revision=29846
Diffstat (limited to 'plugins/exchange-operations/org-gnome-exchange-tasks-subscription.xml')
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-tasks-subscription.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/exchange-operations/org-gnome-exchange-tasks-subscription.xml b/plugins/exchange-operations/org-gnome-exchange-tasks-subscription.xml new file mode 100644 index 0000000000..dfd7ccaca7 --- /dev/null +++ b/plugins/exchange-operations/org-gnome-exchange-tasks-subscription.xml @@ -0,0 +1,18 @@ +<Root> + <commands> + <cmd name="FolderSubscription" _label="Subscribe to Other User's Tasks" + _tip="Subscribe to Other User's Tasks"/> + </commands> + + <menu> + <submenu name="File"> + <placeholder name="FileOps"> + <menuitem name="FolderSubscription" verb=""/> + </placeholder> + </submenu> + <submenu name="Tools"> + <placeholder name="ComponentPlaceholder"/> + </submenu> + </menu> + +</Root> |