Merge pull request #264 from taers232c/master

Add new fields to list of selectable fields in print groups
This commit is contained in:
Jay Lee
2016-08-31 12:59:19 +00:00
committed by GitHub

View File

@@ -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',