Changes between Version 22 and Version 23 of Email2tracConfiguration


Ignore:
Timestamp:
04/24/07 14:15:59 (17 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracConfiguration

    v22 v23  
    9595  When enabled it will break a lines greater then the the number specified, eg:
    9696{{{
    97 use_textwrap : 40
     97use_textwrap : 40 
    9898}}}
    99 
    100 input:
     99  input:
    101100{{{
    102101This is an example of a line that has more then 40 characters
    103102}}}
    104 
    105 output:
     103  output:
    106104{{{
    107105This is an example of a line that has
    108106more then 40 characters
    109107}}}
    110 
    111 || use_textwrap    || 70 || OPTIONAL. It will wrap line longer then 70 chars. default: 0/off ||