From: kink Date: Wed, 6 Apr 2005 18:52:14 +0000 (+0000) Subject: change default reply citation site, it's better to have by default an X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cd0ce41772de4dbe70982cbae4478a448b60bbea;p=squirrelmail.git change default reply citation site, it's better to have by default an 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 --- diff --git a/include/load_prefs.php b/include/load_prefs.php index 06efb7e3..2f1affeb 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -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');