diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-06-10 04:44:39 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-06-29 21:06:18 +0200 |
| commit | 11f7e52651d5f16bac0df00a8f51cb141df0675a (patch) | |
| tree | e957f1f734a217199c4759b0fb9ac897fdc17c0e | |
| parent | b23902a61158ecdbca2d9d96c6eaf509d6e3d205 (diff) | |
emacs: add keywords to notmuch-emacs-mua.desktop
Debian's lintian has an informational alert
desktop-entry-lacks-keywords-entry, which recommends including
Keywords= in a .desktop file.
I dug around a bit in /usr/share/applications/*.desktop to make sure
that we covered the range of keywords other e-mail applications are
using. If anyone has other suggestions for keywords, they can add
them to this list.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
| -rw-r--r-- | emacs/notmuch-emacs-mua.desktop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch-emacs-mua.desktop b/emacs/notmuch-emacs-mua.desktop index 0d9af2a4..752a1d7b 100644 --- a/emacs/notmuch-emacs-mua.desktop +++ b/emacs/notmuch-emacs-mua.desktop @@ -8,3 +8,4 @@ Icon=emblem-mail Terminal=false Type=Application Categories=Network;Email; +Keywords=Mail;E-mail;Email; |
