Update mailnag config
This commit is contained in:
parent
1ede31280f
commit
77c3a8f7cc
@ -1,51 +1,23 @@
|
|||||||
[spamfilterplugin]
|
|
||||||
filter_text = newsletter, viagra
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
imap_idle_timeout = 10
|
|
||||||
enabled_plugins = dbusplugin, libnotifyplugin, systray_icon_plugin
|
|
||||||
poll_interval = 10
|
poll_interval = 10
|
||||||
credentialstore = auto
|
imap_idle_timeout = 10
|
||||||
connectivity_test = auto
|
mailbox_seen_flags = 1
|
||||||
autostart = 1
|
autostart = 1
|
||||||
|
connectivity_test = networkmonitor
|
||||||
[soundplugin]
|
enabled_plugins = libnotifyplugin
|
||||||
soundfile = mailnag.ogg
|
|
||||||
|
|
||||||
[libnotifyplugin]
|
[libnotifyplugin]
|
||||||
notification_mode = 1
|
notification_mode = 1
|
||||||
max_visible_mails = 10
|
max_visible_mails = 10
|
||||||
|
|
||||||
[systray_icon_plugin]
|
[soundplugin]
|
||||||
|
soundfile = mailnag.ogg
|
||||||
|
|
||||||
|
[spamfilterplugin]
|
||||||
|
filter_text = newsletter, viagra
|
||||||
|
|
||||||
|
[userscriptplugin]
|
||||||
script_file =
|
script_file =
|
||||||
click_command = emacsclient -ce "(nm)"
|
|
||||||
click_action = None
|
|
||||||
|
|
||||||
[account3]
|
|
||||||
enabled = 1
|
|
||||||
type = imap
|
|
||||||
name = adamgoldsmith1217@gmail.com (Gmail)
|
|
||||||
user = adamgoldsmith1217@gmail.com
|
|
||||||
password =
|
|
||||||
server = imap.gmail.com
|
|
||||||
port = 993
|
|
||||||
ssl = 1
|
|
||||||
imap = 1
|
|
||||||
idle = 1
|
|
||||||
folder = []
|
|
||||||
|
|
||||||
[account2]
|
|
||||||
enabled = 0
|
|
||||||
type = imap
|
|
||||||
name = WPI
|
|
||||||
user = asgoldsmith@wpi.edu
|
|
||||||
password =
|
|
||||||
server = outlook.office365.com
|
|
||||||
port =
|
|
||||||
ssl = 1
|
|
||||||
imap = 1
|
|
||||||
idle = 1
|
|
||||||
folder = ["INBOX"]
|
|
||||||
|
|
||||||
[account1]
|
[account1]
|
||||||
enabled = 1
|
enabled = 1
|
||||||
@ -57,12 +29,19 @@ server = adamgoldsmith.name
|
|||||||
port =
|
port =
|
||||||
ssl = 1
|
ssl = 1
|
||||||
imap = 1
|
imap = 1
|
||||||
idle = 0
|
idle = 1
|
||||||
folder = ["wpi/Inbox", "INBOX"]
|
folder = ["INBOX"]
|
||||||
|
|
||||||
[userscriptplugin]
|
[account2]
|
||||||
script_file =
|
enabled = 1
|
||||||
|
type = imap
|
||||||
[mailnag_applet]
|
name = adamgoldsmith1217@gmail.com (Gmail)
|
||||||
script_file =
|
user = adamgoldsmith1217@gmail.com
|
||||||
|
password =
|
||||||
|
server = imap.gmail.com
|
||||||
|
port = 993
|
||||||
|
ssl = 1
|
||||||
|
imap = 1
|
||||||
|
idle = 1
|
||||||
|
folder = ["INBOX"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user