mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #570] Autoreply: When disabling Autoreply one has to set the 'today' date to avoid 'date in past' error #542
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#542
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @piwats on GitHub (Jun 11, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/570
Hello,
when disabling an autoreply message in the users settings, then one has to set the today date first in the 'from' date. If this is not done, modoboa will complain about a passed date which is strange as it shouldn't bother modoboa about dates when autoreply is being disabled.
Also when the date range is set a little bit in the past, also in 'from', from the present 'today' date, modoboa will also complain about this.
-Paul
@tonioo commented on GitHub (Jun 13, 2014):
I can't reproduce the first issue. Giving an autoreply message with no dates, if I activate it and then deactivate it, I see no error... Can you explain your use case a bit more?
Actually, the second issue is not issue. You can't use dates which are older than now.
@piwats commented on GitHub (Jun 13, 2014):
Modoboa 1.1.4: For example, I set the starting date to 13.06.14 14:00 and the ending date to 'starting date +1 week'. This works. I click to activate and that is ready. When after some time I go to deactivate the reply function, by just clicking on deactivate, it tells me that the starting date is in the past, marks the starting date red. It won't let me deactivate the autoreply. I then press in the date picker of the starting date to 'today' and then the deactivation works.
If you like, I can create a screencast to show you this.