From 44c0d4bf15814b522dddd410551b6009b767d19a Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 30 Aug 2016 19:05:51 -0700 Subject: [PATCH] Add new fields to list of selectable fields in print groups --- src/gam.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gam.py b/src/gam.py index cca6c309..2ec81ce1 100755 --- a/src/gam.py +++ b/src/gam.py @@ -8979,9 +8979,11 @@ GROUP_ATTRIBUTES_ARGUMENT_TO_PROPERTY_MAP = { u'allowgooglecommunication': u'allowGoogleCommunication', u'allowwebposting': u'allowWebPosting', u'archiveonly': u'archiveOnly', + u'customfootertext': u'customFooterText', u'customreplyto': u'customReplyTo', u'defaultmessagedenynotificationtext': u'defaultMessageDenyNotificationText', u'gal': u'includeInGlobalAddressList', + u'includecustomfooter': u'includeCustomFooter', u'includeinglobaladdresslist': u'includeInGlobalAddressList', u'isarchived': u'isArchived', u'maxmessagebytes': u'maxMessageBytes',