[Cscmail-devel] CVS Commit: CSCMail 1.7.x
Brought to you by:
countzer0
From: Steven K. <sk...@st...> - 2000-09-20 17:11:22
|
Date: Wed Sep 20 13:00:00 EST 2000 (countzero) Rolled version up to 1.7.9 Fixed several nagging glitches: A) No more "extra blank line" at the top of all messages in the compose message window. B) Changed "ctrl-c" to "alt-c" in the keybindings for the compose message window so that the arrow keys can work in the To: and Cc: fields again. C) Removed the "extra space" in the inserting of the quote character, if you want a space, make your quote character include it (eg: "> " instead of ">") D) Removed wrapping of quotes prior to inserting them into the compose message window. The whole message will still get wrapped once it is sent, but I think this may look better overall. Let me know how you like/hate this change. E) Removed %f replacement in the MIME-types editor... edit all MIME types and remove the %f ... we now call "command" "filename" ... Working on a more elegant colution to this, but it was needed so that "filename" could be properly quoted so that attachements with spaces in them get handled correctly. Also, running "command" "filename" is "safer" and no shell gets spawned... (if you run "command filename" Perl spawns a shell to handle the line, if you run "command" "filename" perl simple runs "command" and passes the rest on to it.) Anyway, if this causes problems because you had MIME entries such as "tar -xzf %f" or whatever and you need those commandline arguements, let me know, and I will make a more ellegant solution... Removing the %f is just a quick hack I did so I could deal with some attachments I got that had spaces in the filename. I think thats it... there might be some other stuff I did that I don't remember, but those are the major things. -CZ |