change default reply citation site, it's better to have by default an
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Apr 2005 18:52:14 +0000 (18:52 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Apr 2005 18:52:14 +0000 (18:52 +0000)
attribution line above a reply than none.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9216 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/load_prefs.php

index 06efb7e3d936b250551bfbcffad969d936dff427..2f1affeb0ccd3d8e2f8ea09b05d433f33638ef02 100644 (file)
@@ -156,7 +156,7 @@ $timezone = getPref($data_dir, $username, 'timezone', SMPREF_NONE );
 /* Load preferences for reply citation style. */
 
 $reply_citation_style =
-    getPref($data_dir, $username, 'reply_citation_style', SMPREF_NONE );
+    getPref($data_dir, $username, 'reply_citation_style', 'date_time_author' );
 $reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
 $reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');