jaaved
jaaved
replacine mu with mu4e worked. A question related to count: this works `mu:from:[email protected]|%3d` but not this `mu:(date:4w..now AND from:[email protected])|%3d` this displays a "+" symbol instead of count. Is count is...
@rougier thanks for the update, I tried few things , the issue is not about using %5d because my email numbers are not that big. What I found out is...
In django >= 2.0 ``` @requires_csrf_token def sentry_server_error(request, template_name=ERROR_500_TEMPLATE_NAME): """ 500 error handler. Templates: :template:`500.html` Context: None """ try: template = loader.get_template(template_name) except TemplateDoesNotExist: if template_name != ERROR_500_TEMPLATE_NAME: # Reraise...