forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename management command email-mirror to email_mirror.
All other zulip management command names have underscores, so rename email-mirror to email_mirror. This will also make it possible to import this module, which will help in writing tests for it.
- Loading branch information
1 parent
b98b049
commit 3b3b5c7
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
MAILTO=root | ||
|
||
* * * * * zulip cd /home/zulip/deployments/current && python manage.py email-mirror | ||
* * * * * zulip cd /home/zulip/deployments/current && python manage.py email_mirror |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,7 +222,7 @@ | |
# form username+%[email protected] (which is what you will set as | ||
# EMAIL_GATEWAY_PATTERN); your email provider should deliver those | ||
# emails to the [email protected] inbox. Then you run in a cron | ||
# job `./manage.py email-mirror` (see puppet/zulip/files/cron.d/email-mirror), | ||
# job `./manage.py email_mirror` (see puppet/zulip/files/cron.d/email-mirror), | ||
# which will check that inbox and batch-process any new messages. | ||
# | ||
# You will need to configure authentication for the email mirror | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters