[Rt-commit] rt branch, 4.4/move-signatureabovequote-docs, created. rt-4.4.4-36-g43b908eeb

Blaine Motsinger blaine at bestpractical.com
Thu May 2 19:36:54 EDT 2019


The branch, 4.4/move-signatureabovequote-docs has been created
        at  43b908eeb0e65a601a5af11c5faa63edee5fd9b0 (commit)

- Log -----------------------------------------------------------------
commit 43b908eeb0e65a601a5af11c5faa63edee5fd9b0
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu May 2 18:33:25 2019 -0500

    Move SignatureAboveQuote to Message box properties
    
    This commit moves the SignatureAboveQuote entries in RT_Config.pm
    to the Message box properties section.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 01246e5b4..1ce94ba0f 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2137,6 +2137,16 @@ C<$MessageBoxIncludeSignature>.
 
 Set($MessageBoxIncludeSignatureOnComment, 1);
 
+=item C<$SignatureAboveQuote>
+
+By default RT places the signature at the bottom of the quoted text in
+the message box for ticket replies.  Set this to 1 to place the signature
+above the quoted text.
+
+=cut
+
+Set($SignatureAboveQuote, 0);
+
 =back
 
 =head2 Attach Files
@@ -2898,16 +2908,6 @@ minutes.  Note that this only effects entry, not display.
 
 Set($DefaultTimeUnitsToHours, 0);
 
-=item C<$SignatureAboveQuote>
-
-By default RT places the signature at the bottom of the quoted text in
-the message box for ticket replies.  Set this to 1 to place the signature
-above the quoted text.
-
-=cut
-
-Set($SignatureAboveQuote, 0);
-
 =item C<$TimeInICal>
 
 By default, events in the iCal feed on the ticket search page

-----------------------------------------------------------------------


More information about the rt-commit mailing list