mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-06 07:26:50 +02:00
removed GNOME3-session-only restriction from autostart file, updated app description in several files
This commit is contained in:
@@ -173,9 +173,7 @@ class ConfigWindow:
|
||||
"NoDisplay=false\n" + \
|
||||
"X-GNOME-Autostart-enabled=true\n" + \
|
||||
"Name=Mailnag\n" + \
|
||||
"Comment=Email notifier for GNOME 3\n" \
|
||||
"OnlyShowIn=GNOME;\n" \
|
||||
"AutostartCondition=GNOME3 if-session gnome"
|
||||
"Comment=An extendable mail notification daemon\n"
|
||||
|
||||
autostart_folder = os.path.join(bd.xdg_config_home, "autostart")
|
||||
if not os.path.exists(autostart_folder):
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
.TH MAILNAG "1" "November 2012" "Mailnag 0.5.0"
|
||||
.SH NAME
|
||||
mailnag \- a mail notification daemon for GNOME 3
|
||||
mailnag \- an extendable mail notification daemon
|
||||
.SH SYNOPSIS
|
||||
\fBmailnag\fP
|
||||
.SH DESCRIPTION
|
||||
\fBmailnag\fP checks POP3 and IMAP servers for new mail. When it finds new
|
||||
messages, it creates a GNOME 3 notification (integrated with the Shell) that
|
||||
mentions sender and subject.
|
||||
messages, it calls various plugins to handle them (e. g. for desktop notifications).
|
||||
.PP
|
||||
Note that you must first run \fBmailnag_config\fR to setup Mailnag.
|
||||
.SH SEE ALSO
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Mailnag Configuration
|
||||
Name[de]=Mailnag Configuration
|
||||
Comment=A notifier for new emails
|
||||
Comment[de]=Ein Benachrichtiger für neue Emails
|
||||
Comment=An extendable mail notification daemon
|
||||
Comment[de]=Ein erweiterbarar Mail Benachrichtigungs-Dämon
|
||||
Keywords=mail;notify;notification;config;settings;preferences;
|
||||
Exec=/usr/bin/mailnag_config
|
||||
Icon=/usr/share/mailnag/mailnag.svg
|
||||
|
||||
Reference in New Issue
Block a user