From e2ecda3deae9caba74a8fbd023b68011613c7a8e Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 9 Nov 2022 23:17:38 +0100 Subject: [PATCH] add kmail autostart desktop file --- config/autostart/org.kde.kmail2.desktop | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 config/autostart/org.kde.kmail2.desktop diff --git a/config/autostart/org.kde.kmail2.desktop b/config/autostart/org.kde.kmail2.desktop new file mode 100755 index 00000000..a1afacbc --- /dev/null +++ b/config/autostart/org.kde.kmail2.desktop @@ -0,0 +1,28 @@ +[Desktop Action CheckMail] +Exec=kmail --check +Icon=mail-receive +Name=Check Mail + +[Desktop Action Composer] +Exec=kmail --composer +Icon=mail-message-new +Name=New Message... + +[Desktop Entry] +Actions=Composer;CheckMail; +Categories=Qt;KDE;Office;Network;Email; +Comment=Send, receive and manage your mail with KMail +Exec=kmail -qwindowtitle %c %u +GenericName=Mail Client +Icon=kmail +InitialPreference=10 +MimeType=x-scheme-handler/mailto; +Name=KMail +SingleMainWindow=true +StartupNotify=true +Terminal=false +Type=Application +Version=1.5 +X-DBUS-ServiceName=org.kde.kmail +X-DBUS-StartupType=Unique +X-DocPath=kmail2/index.html