Roger Ward writes:

If local extensions are used, I have noticed since 0.4x (and before) courier sets the maximum number of dashes to 3. This is not a filesystem limit, nor is it a pragmatic limit for any part of the code **I** could see.

Is there a reason this cannot be raised?

Well, it can't be raised to an infinity, but there must be an upper limit.

  #if LOCAL_EXTENSIONS
!               if (*ext == '-' && ++i > 13)
                        break;

Is there a better way to ask about this? Perhaps as a feature request/ enhancement? :)

No. Thirteen is way too many. Three dashes is a reasonable limit.


Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to