mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
7788129c3a
* doc/misc/message.texi (System Mailer Setup): Add index entry. Mention option to use emacsclient. * etc/NEWS: Mention emacsclient option for 'mailto:' handling. * etc/emacs-mail.desktop: Add example using emacsclient. * lisp/gnus/message.el (message-mailto): Add optional url argument so we can call it from emacsclient.
13 lines
355 B
Desktop File
13 lines
355 B
Desktop File
[Desktop Entry]
|
|
Categories=Network;Email;
|
|
Comment=GNU Emacs is an extensible, customizable text editor - and more
|
|
Exec=emacs -f message-mailto %u
|
|
# If you prefer to use emacsclient, use this instead
|
|
#Exec=emacsclient -e '(message-mailto "%u")'
|
|
Icon=emacs
|
|
Name=Emacs (Mail)
|
|
MimeType=x-scheme-handler/mailto;
|
|
NoDisplay=false
|
|
Terminal=false
|
|
Type=Application
|