aurweb/web/lib
Thomas Weißschuh 8658bf22aa Add threading headers to notification mail
It is only basic, but works in this way for other platforms.
It works because MUAs are able to reconstruct threads originating from mails
they don't know about (unknown Message-ID).

This has some drawbacks:
* MUAs might show the missing start of the thread. As a normal user of a
  package never got *all* notifications of a package anyways it only reflects
  the reality
* Missing notifications go unnoticed. This is no regression so it should be
  fine

Those could be fixed by including all previous comments in 'References:',
which would require to have predictable 'Message-ID:' for notification mails.
This would require more code and more database accesses at runtime.

Could also be used for out of date notifications.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-05-20 21:58:36 +02:00
..
Archive Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
acctfuncs.inc.php Set Content-type header when sending UTF-8 mails 2014-02-10 21:00:36 +01:00
aur.inc.php Fix parsing of array overrides 2014-05-03 18:08:57 +02:00
aurjson.class.php aurjson: Fix multiinfo when using package IDs 2014-05-18 12:19:29 +02:00
cachefuncs.inc.php Remove unnecessary database connection parameter from all functions 2013-02-10 12:10:38 +01:00
config.inc.php.proto aurjson.class.php: Limit number of RPC results 2012-10-22 12:33:13 +02:00
DB.class.php Add database wrapper class and new connection method 2013-02-10 12:10:37 +01:00
feedcreator.class.php Avoid use of "<b>"/"</b>" 2012-09-24 12:23:05 +02:00
gettext.php Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
pkgbasefuncs.inc.php Add threading headers to notification mail 2014-05-20 21:58:36 +02:00
pkgbuild-parser.inc.php pkgbuild-parser.inc.php: Remove stray "#" 2014-05-06 21:13:20 +02:00
pkgfuncs.inc.php Add a packager field to packages 2014-05-06 20:52:32 +02:00
routing.inc.php Add package base detail pages 2014-04-05 12:21:36 +02:00
stats.inc.php Add provisional support for package bases 2014-04-05 12:21:35 +02:00
streams.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
translator.inc.php Set language using a POST request 2014-05-13 14:19:55 +02:00
version.inc.php Release 3.0.0-rc2 2014-05-07 11:12:39 +02:00