diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-13 01:59:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-13 02:02:23 +0800 |
commit | 48a400618b705696443f4aeacceaa1af0345a148 (patch) | |
tree | 58ad1c21797f4e1f21baa47185bec6c5d1f976ed /data/evolution.desktop.in.in | |
parent | c1d59b0e9eb17c365d5cfabfbca2270f8d55b6b9 (diff) | |
download | gsoc2013-evolution-48a400618b705696443f4aeacceaa1af0345a148.tar.gz gsoc2013-evolution-48a400618b705696443f4aeacceaa1af0345a148.tar.zst gsoc2013-evolution-48a400618b705696443f4aeacceaa1af0345a148.zip |
Further tweaks for the command-line importing.
Includes Bastien Nocera's patch to register our importable MIME types
with the MIME database.
Diffstat (limited to 'data/evolution.desktop.in.in')
-rw-r--r-- | data/evolution.desktop.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 4dff9bc971..86e03a8f69 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -3,7 +3,7 @@ _Name=Evolution _GenericName=Groupware Suite _X-GNOME-FullName=Evolution Mail and Calendar _Comment=Manage your email, contacts and schedule -Exec=evolution +Exec=evolution %U Icon=evolution Terminal=false Type=Application @@ -14,4 +14,4 @@ X-GNOME-Bugzilla-Product=Evolution X-GNOME-Bugzilla-Component=BugBuddyBugs X-GNOME-Bugzilla-Version=@BASE_VERSION@.x X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-@DATASERVER_EXEC_VERSION@;evolution-exchange-storage;evolution-alarm-notify; - +MimeType=text/calendar;text/x-vcard;text/directory;application/mbox;message/rfc822; |