-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.py.EXAMPLE
35 lines (30 loc) · 1.58 KB
/
config.py.EXAMPLE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# AutoFromPicker plugin for Mail.app
# (C) Copyright 2012 Matthew Somerville
# Based on Attachment Scanner Plugin by James R. Eagan (code at my last name dot me)
# Nagging and whining and unreliable maintaining by Stefan Magdalinski (stefan at whitelabel.org)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# and GNU Lesser General Public License along with this program.
# If not, see <http://www.gnu.org/licenses/>.
# Config file
# When you hit reply, should it change the account
SET_ON_REPLY = True
# When you change To/CC/etc when writing a reply, should it change the account (no visible notification in Lion BUG)
SET_ON_RECIPIENT_UPDATE = True
# When you click send, should it check and pop up a modal dialogue box
ALERT_ON_SEND = True
# If any of the listed strings are found in the recipients array, the account will be switched to the one given.
ACCOUNTS = {
# 'Matthew Somerville <[email protected]>': [ 'dracos.co.uk', '[email protected]' ],
# 'Matthew Somerville <[email protected]>': [ 'mysociety.org', 'theyworkforyou.com', '[email protected]' ],
}