VirtualMailManager/cli/subcommands.py
branchv0.7.x
changeset 746 ee3c6c826b42
parent 737 81f4bfc34ed8
parent 744 286f88f12d57
child 751 9d739cd2f527
equal deleted inserted replaced
743:51d834ac7923 746:ee3c6c826b42
  1203     if addresses:
  1203     if addresses:
  1204         if which & (which - 1) == 0:
  1204         if which & (which - 1) == 0:
  1205             # only one type is requested, so no type indicator
  1205             # only one type is requested, so no type indicator
  1206             _trans = {TYPE_ACCOUNT: '', TYPE_ALIAS: '', TYPE_RELOCATED: ''}
  1206             _trans = {TYPE_ACCOUNT: '', TYPE_ALIAS: '', TYPE_RELOCATED: ''}
  1207         else:
  1207         else:
       
  1208             _trans = {
  1208             # TP: the letters 'u', 'a' and 'r' are abbreviations of user,
  1209             # TP: the letters 'u', 'a' and 'r' are abbreviations of user,
  1209             # alias and relocated user
  1210             # alias and relocated user
  1210             _trans = {
       
  1211                 TYPE_ACCOUNT: _('u'),
  1211                 TYPE_ACCOUNT: _('u'),
  1212                 TYPE_ALIAS: _('a'),
  1212                 TYPE_ALIAS: _('a'),
  1213                 TYPE_RELOCATED: _('r'),
  1213                 TYPE_RELOCATED: _('r'),
  1214             }
  1214             }
  1215         for did in dids:
  1215         for did in dids: