~noskcaj/ubuntu/utopic/geary/merge2

« back to all changes in this revision

Viewing changes to desktop/geary.desktop.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-10-11 10:58:42 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20121011105842-vxktxdz3vc23plwx
Tags: 0.2.1-0ubuntu1
* New upstream bugfix version:
  - Save attachments FileChooserDialog now displays network mounts
  - Adds support for SMTP PLAIN authentication
  - Installs Italian translation (overlooked in 0.2.0)
  - Adds three new translations: Czech, Telugu, and Turkish
  - Preferences dialog and .desktop file now translated
  - Icon and desktop file cache updated after uninstall
  - Various translation fixes, including translations not being displayed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Desktop Entry]
 
2
_Name=Geary Mail
 
3
_GenericName=Mail Client
 
4
_Comment=Send and receive email
 
5
Icon=geary
 
6
TryExec=geary
 
7
Exec=geary %U
 
8
Type=Application
 
9
Terminal=false
 
10
Categories=GNOME;GTK;Network;Office;Email;
 
11
MimeType=x-scheme-handler/mailto;
 
12
StartupNotify=true
 
13
Actions=Compose;
 
14
 
 
15
[Desktop Action Compose]
 
16
_Name=Compose Message
 
17
Exec=geary mailto:
 
18
OnlyShowIn=X-Messaging Menu;Unity;
 
19