[Rt-commit] rt branch, 4.4/wrap-column-count, repushed

Blaine Motsinger blaine at bestpractical.com
Fri Mar 22 19:50:43 EDT 2019


The branch 4.4/wrap-column-count was deleted and repushed:
       was 9d9e215881528ee3a4673bb4017db0f95e6b00df
       now 23d0cf6f6dcba541eec32cff45c57e0a7b3c4a30

1: fdfb87d94 ! 1: 23d0cf6f6 Added configurable option for wrap column count
    @@ -35,8 +35,8 @@
     -Takes a paramhash.  If the $args{'Quote'} parameter is set, wraps this message 
     -at $args{'Wrap'}.  $args{'Wrap'} defaults to 70.
     +Takes a paramhash.  If the $args{'Quote'} parameter is set, wraps this message
    -+at $args{'Wrap'}.  $args{'Wrap'} is configurable through the QuoteWrapWidth
    -+config variable and defaults to 70 characters.
    ++at $args{'Wrap'}.  $args{'Wrap'} is set from the $QuoteWrapWidth
    ++config variable.
      
      If $args{'Type'} is set to C<text/html>, this will return an HTML 
      part of the message, if available.  Otherwise it looks for a text/plain
    @@ -45,7 +45,7 @@
              Type => $PreferredContentType || '',
              Quote => 0,
     -        Wrap  => 70,
    -+        Wrap => RT->Config->Get('QuoteWrapWidth'),
    ++        Wrap => RT->Config->Get('QuoteWrapWidth') || 70,
              @_
          );
      
    @@ -60,4 +60,3 @@
              require Text::Quoted;
              require Text::Wrapper;
      
    -
2: 9d9e21588 < -:  ------- Added configuration verification for wrap column count



More information about the rt-commit mailing list