aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-19 02:45:44 -0700
committerfriendica <info@friendica.com>2013-07-19 02:45:44 -0700
commitb4f4b8cb13bd9d629cad03477f9219fc613f0a55 (patch)
tree0c10646c2177e6bfa725f2497a3e68fec8fe7212 /boot.php
parentade81747503fe64fc3c7f99e0e3ff34b7d6cc3e7 (diff)
downloadvolse-hubzilla-b4f4b8cb13bd9d629cad03477f9219fc613f0a55.tar.gz
volse-hubzilla-b4f4b8cb13bd9d629cad03477f9219fc613f0a55.tar.bz2
volse-hubzilla-b4f4b8cb13bd9d629cad03477f9219fc613f0a55.zip
private mail is just a little more private now. Not encrypted and the obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps.
This isn't backward compatible - folks will have to upgrade if they can't read their mail.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index af9fa6cfa..559fc7657 100755
--- a/boot.php
+++ b/boot.php
@@ -270,6 +270,7 @@ define ( 'MAIL_REPLIED', 0x0002);
define ( 'MAIL_ISREPLY', 0x0004);
define ( 'MAIL_SEEN', 0x0008);
define ( 'MAIL_RECALLED', 0x0010);
+define ( 'MAIL_OBSCURED', 0x0020);
define ( 'ATTACH_FLAG_DIR', 0x0001);