view .hgignore @ 5111:8d45a14d3191

notifications: use stupid mail static-except-[] subjects to please gmail and its broken threading This gives reasonable threading, both with gmail and proper mail clients, at the cost of making the email subjects slightly obscure. Gmail is clueless - also about mail threading, ignoring our References headers and the wisdom of jwz. Gmail will start a new thread for each subject. The only way to make all mails related to the same PR belong to the same thread is thus to let all mails for a PR have the same subject. Gmail will however ignore content in square brackets at the beginning of the subject so we can put the interesting parts there.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 12 Mar 2015 15:39:55 +0100
parents 9885bbacf99c
children 19267f233d39
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$