Changes between Version 18 and Version 19 of EmailProcessorMacro


Ignore:
Timestamp:
Nov 13, 2015, 8:15:41 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • EmailProcessorMacro

    v18 v19  
    1616
    1717Existing bugs and feature requests for EmailProcessorMacro are [query:status!=closed&component=EmailProcessorMacro&order=priority here]. If you have any issues, create a
    18 [/newticket?component=EmailProcessorMacro&owner=pacopablo new ticket].
     18[/newticket?component=EmailProcessorMacro new ticket].
    1919
    2020[[TicketQuery(component=EmailProcessorMacro&group=type,format=progress)]]
    2121
    22 == Download and Source
     22== Download
    2323
    24 Download the [download:emailprocessormacro zipped source], check out [/svn/emailprocessormacro using Subversion], or [source:emailprocessormacro browse the source] with Trac.
     24Download the zipped source from [export:emailprocessormacro here].
     25
     26== Source
     27
     28Check out EmailProcessorMacro from [/svn/emailprocessormacro here] using Subversion, or [source:emailprocessormacro browse the source] with Trac.
    2529
    2630== Installation
     
    4044Invocation:
    4145{{{
    42  {{{
    43  #!email
     46 {{{#!email
    4447 <email stuff here>
    4548 }}}
     
    4851To wrap to a specified length, the line immediately following the invocation should contain `cols: ` followed by the number of columns at wich we wrap. For example:
    4952{{{
    50  {{{
    51  #!email
     53 {{{#!email
    5254 cols: 40
    5355 <email stuff here>