mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 12:16:54 +02:00
Use a meaningful message tray label by default. Needs to be made translatable.
This commit is contained in:
@@ -27,7 +27,7 @@ from ConfigParser import RawConfigParser
|
||||
mailnag_defaults = {
|
||||
'general':
|
||||
{
|
||||
'messagetray_label' : 'mailnag',
|
||||
'messagetray_label' : 'New email',
|
||||
'check_interval' : '5',
|
||||
'notification_mode' : '0',
|
||||
'sender_format' : '1',
|
||||
|
||||
Reference in New Issue
Block a user