Re: Adding a bunch of image attachments
On Wednesday, March 2, 2005 at 6:47:30 AM -0800, Bill Moseley wrote:
> On Tue, Mar 01, 2005 at 08:23:44PM +0100, Alain Bench wrote:
>>| set attach_format="%u%D%I %t%4n %T%= d[%.11m/%.15M, %.6e%?C?, %C?, %c, %s] "
> ^
> is that related to the softfill patch, or is that suppose to be %d?
Softfill. The sequence is 4 chars "%= d": The "=" means softfill,
next the character used to pad the field if value is too short (space
here), and next the wanted value (here "d" as %d description). The value
will be printed in full width, possibly padded, and only limited by what
is on the right. Priority to the right.
The nearest unpatched sequence would be "%d%> ", but this /hardfill/
can push what's on the right out of screen. Priority to the left. Hence
the "%.40d" limitation generally used as a not always satisfactory
compromise.
Bye! Alain.
--
When you want to reply to a mailing list, please avoid doing so with
Infomaniak Webmail. This lacks necessary references and breaks threads.