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
/* 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');