On Wed, 2011-04-06 at 21:00 +0200, Jim Knuth wrote:

> If one can write even more text,
> with word wrap? As an example:
> 
> plugin {
>     quota_exceeded_message = Quota exceeded, please go to 
> http://www.example.com/over_quota_help for instructions on how to fix 
> this.
> Please call: +49 0000 00000000 between 10:00 - 15:00
> }

There can be only one line, but as with any setting in config file you
can wrap it:

quota_exceeded_message = Quota \
exceeded, \
please ..

But there are no line feeds in the output anyway.


Reply via email to