-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed deprecated code * update comments
- Loading branch information
Coto
committed
Dec 30, 2013
1 parent
69262eb
commit dba266a
Showing
6 changed files
with
13 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,18 +164,18 @@ unlock_subject_prefix = | |
# 'no_author' is used. You can specify a default from_addr here and | ||
# if you want to have a particular for_repos group use the author as | ||
# the from address, you can use "from_addr =". | ||
from_addr = %(author)s@protoboard.cl | ||
from_addr = %(author)s@beecoss.com | ||
|
||
# The default To: addresses for message. One or more addresses, | ||
# separated by whitespace (no commas). | ||
# NOTE: If you want to use a different character for separating the | ||
# addresses put it in front of the addresses included in square | ||
# brackets '[ ]'. | ||
to_addr = contact@protoboard.cl | ||
to_addr = contact@beecoss.com | ||
|
||
# If this is set, then a Reply-To: will be inserted into the message. | ||
#reply_to = %(author)s@protoboard.cl | ||
reply_to = no-reply@protoboard.cl | ||
#reply_to = %(author)s@beecoss.com | ||
reply_to = no-reply@beecoss.com | ||
|
||
# Specify which types of repository changes mailer.py will create | ||
# diffs for. Valid options are any combination of | ||
|
@@ -301,7 +301,7 @@ show_nonmatching_paths = yes | |
# to_addr = [mailing-lists] | ||
# | ||
# [authors] | ||
# john = [email protected] | ||
# john = [email protected] | ||
# sarah = [email protected] | ||
# | ||
# [mailing-lists] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters