email_mirror: Rename include-quotations to include-quotes.

This commit is contained in:
Mateusz Mandera
2019-07-14 03:51:53 +02:00
committed by Tim Abbott
parent 519ed41803
commit f1b135bd16
3 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ from zerver.models import Stream
from typing import Dict, Tuple
optional_address_tokens = ["show-sender", "include-footer", "include-quotations"]
optional_address_tokens = ["show-sender", "include-footer", "include-quotes"]
class ZulipEmailForwardError(Exception):
pass