For --auto to cc 'suggested-by' contributors

Signed-off-by: Dan Williams <[email protected]>
---
 stgit/commands/mail.py |    3 ++-
 stgit/utils.py         |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py
index d6fbca8103fa..e641634981d6 100644
--- a/stgit/commands/mail.py
+++ b/stgit/commands/mail.py
@@ -374,13 +374,14 @@ def __get_signers_list(msg):
     acked-by lines in the message.
     """
     addr_list = []
-    tags = '%s|%s|%s|%s|%s|%s|%s' % (
+    tags = '%s|%s|%s|%s|%s|%s|%s|%s' % (
             'signed-off-by',
             'acked-by',
             'cc',
             'reviewed-by',
             'reported-by',
             'tested-by',
+            'suggested-by',
             'reported-and-tested-by')
     regex = '^(%s):\s+(.+)$' % tags
 
diff --git a/stgit/utils.py b/stgit/utils.py
index a997678b7cda..09bf17699a9a 100644
--- a/stgit/utils.py
+++ b/stgit/utils.py
@@ -296,7 +296,7 @@ def add_sign_line(desc, sign_str, name, email, by=None):
         desc = '\n'.join(lines)
 
     tags = ['\nCc:', '\nSigned-off-by:', '\nAcked-by:', '\nReported-by',
-            '\nTested-by:', '\nReviewed-by:']
+            '\nTested-by:', '\nReviewed-by:', '\nSuggested-by:']
     if not any(s in desc for s in tags):
         desc = desc + '\n'
 


_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users

Reply via email to