Add mailnag config

This commit is contained in:
Adam Goldsmith 2018-09-19 16:31:30 -04:00
parent 8a315c4f5c
commit 85c1376fd2
3 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,68 @@
[spamfilterplugin]
filter_text = newsletter, viagra
[core]
imap_idle_timeout = 10
enabled_plugins = dbusplugin, libnotifyplugin, systray_icon_plugin
poll_interval = 10
credentialstore = auto
connectivity_test = auto
autostart = 1
[soundplugin]
soundfile = mailnag.ogg
[libnotifyplugin]
notification_mode = 1
max_visible_mails = 10
[systray_icon_plugin]
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]
enabled = 1
type = imap
name = adamgoldsmith.name
user = adam
password =
server = adamgoldsmith.name
port =
ssl = 1
imap = 1
idle = 0
folder = ["wpi/Inbox", "INBOX"]
[userscriptplugin]
script_file =
[mailnag_applet]
script_file =

View File

@ -0,0 +1 @@
/home/adam/Programs/mystuff/mailnag-systray-icon/systray_icon_plugin.py

2
.gitignore vendored
View File

@ -1 +1,3 @@
*.tmp
/.config/mailnag/mailnag.dat
/.config/mailnag/plugins/systray_icon_plugin.pyc