Author: twittner Date: Thu Sep 7 19:18:37 2006 New Revision: 7724 Modified: repo-scripts/mailer.conf Log: - set sufix for Subject (SVN: ) - set Reply-To:[email protected]
Modified: repo-scripts/mailer.conf ============================================================================== --- repo-scripts/mailer.conf (original) +++ repo-scripts/mailer.conf Thu Sep 7 19:18:37 2006 @@ -129,7 +129,7 @@ [defaults] # The default prefix for the Subject: header -subject_prefix = +subject_prefix = 'SVN: ' # The default From: and To: addresses for commit messages. If the # from_addr is not specified or it is specified but there is no text @@ -143,7 +143,7 @@ to_addr = [email protected] # If this is set, then a Reply-To: will be inserted into the message -reply_to = +reply_to = [email protected] # When set to "yes", the mailer will suppress the creation of a diff which # deletes all the lines in the file. If this is set to anything else, or _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
