Add mailnag config
This commit is contained in:
parent
8a315c4f5c
commit
85c1376fd2
68
.config/mailnag/mailnag.cfg
Normal file
68
.config/mailnag/mailnag.cfg
Normal 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 =
|
||||||
|
|
1
.config/mailnag/plugins/systray_icon_plugin.py
Symbolic link
1
.config/mailnag/plugins/systray_icon_plugin.py
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/adam/Programs/mystuff/mailnag-systray-icon/systray_icon_plugin.py
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
*.tmp
|
*.tmp
|
||||||
|
/.config/mailnag/mailnag.dat
|
||||||
|
/.config/mailnag/plugins/systray_icon_plugin.pyc
|
||||||
|
Loading…
Reference in New Issue
Block a user