Modify ↓
Opened 18 years ago
Closed 17 years ago
#2584 closed enhancement (fixed)
Variable Characters-per-line
| Reported by: | Joshua Schmidlkofer | Owned by: | John Hampton |
|---|---|---|---|
| Priority: | normal | Component: | EmailProcessorMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
The #!email line should be able to pass at least one argument, one to allow variable maximum line length.
When you use:
=== Some note ===
{{{
#!email
....
}}}
The email no longer fits without scroll bars.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



(In [3720]) Added the option of specifying the number of columns to use for wrapping. 0.11 branch is tested, 0.10 is untested, though should work fine. Closes #2584