[Emacs] Add mu4e.desktop to Emacs’ org file

This commit is contained in:
Lucien Cartier-Tilet 2021-10-20 19:08:42 +02:00
parent a155947b5e
commit ab3ec171e5
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 19 additions and 15 deletions

View File

@ -1,12 +0,0 @@
[Desktop Entry]
Name=Mu4e
GenericName=Mu4e
Comment=Maildir Utils for Emacs
MimeType=x-scheme-handler/mailto;
Exec=/home/phundrak/.local/bin/emacsmail %U
Icon=emacs
Type=Application
Terminal=false
Categories=Network;Email;TextEditor
StartupWMClass=Gnus
Keywords=Text;Editor;

View File

@ -1278,9 +1278,6 @@ emailing, and quite straightforward. I tried a couple of other email
clients for Emacs, and I even was for some time a Gnus user, but in clients for Emacs, and I even was for some time a Gnus user, but in
the end, mu4e really works best for me. Below youll find my the end, mu4e really works best for me. Below youll find my
configuration for the ~mu4e~ package itself. configuration for the ~mu4e~ package itself.
Quick sidenote: on ArchLinux, youll need to install either ~mu~ or
~mu-git~ from the AUR in order to use mu4e.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package mu4e (use-package mu4e
:after all-the-icons :after all-the-icons
@ -1362,6 +1359,25 @@ Quick sidenote: on ArchLinux, youll need to install either ~mu~ or
(find-file outfile)))) (find-file outfile))))
#+end_src #+end_src
Quick sidenote: on ArchLinux, youll need to install either ~mu~ or
~mu-git~ from the AUR in order to use mu4e. I also have a ~.desktop~ file
so I can open mu4e directly from my program picker. It uses the shell
script ~emacsmail~ Ive written [[file:bin.org::#Emacsmail-afffb7cd][here]].
#+begin_src conf-desktop :tangle ~/.local/share/applications/mu4e.desktop
[Desktop Entry]
Name=Mu4e
GenericName=Mu4e
Comment=Maildir Utils for Emacs
MimeType=x-scheme-handler/mailto;
Exec=/home/phundrak/.local/bin/emacsmail %U
Icon=emacs
Type=Application
Terminal=false
Categories=Network;Email;TextEditor
StartupWMClass=Gnus
Keywords=Text;Editor;
#+end_src
***** Basic configuration ***** Basic configuration
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Applications-Email-Mu4e-Basic-configurationfxy0fl6184j0 :CUSTOM_ID: Packages-Configuration-Applications-Email-Mu4e-Basic-configurationfxy0fl6184j0