8 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] patches: No flowed format...
FromSent OnAttachments
Hatuka*nezumi - IKEDA SojiApr 24, 2006 3:22 am.patch, .patch
Sam VarshavchikMay 2, 2006 7:18 pm 
Hatuka*nezumi - IKEDA SojiMay 5, 2006 11:45 pm 
Sam VarshavchikMay 6, 2006 7:44 am 
Hatuka*nezumi - IKEDA SojiMay 7, 2006 11:34 pm 
Sam VarshavchikMay 8, 2006 4:00 am 
Hatuka*nezumi - IKEDA SojiMay 8, 2006 9:07 pm 
Sam VarshavchikMay 9, 2006 3:52 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] patches: No flowed format etc.Actions...
From:Hatuka*nezumi - IKEDA Soji (nez@jca.apc.org)
Date:Apr 24, 2006 3:22:56 am
List:net.sourceforge.lists.courier-sqwebmail
Attachments:

Hi

I made small fixes (and a proposal) on SqWebMail 5.1.1.

sqwebmail-5.1.1-smallfixes.patch:

o Folder view: name of folder having child folder(s) is not decoded.

o Composition: reply salutation string would be decoded by Unicode'ified function (if available).

sqwebmail-5.1.1-noflowed.patch:

o "wbnoflowed" user authentication-time option.

Old "flowed" format (RFC2646) is not suitable for some (e.g. East-Asian) languages. So until most of MUAs implement current "flowed" format (RFC3676) correctly, any option to disable "flowed" format will be desired by users of such languages.

"wbnoflowed" user option controls behaviour of message composition as: 0 - composing "flowed" format (default). 1 - composing "fixed" format. 2 - composing "fixed" format, and textarea of composition form hard-wraps the text (recommended for non-flowed format).

--- nezumi