From 7467aa48ec4df79eea40b3305fe9ebb6b195031f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 26 Jul 2000 19:47:22 +0000 Subject: add mailer 0.3 features svn path=/trunk/; revision=4359 --- NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 663e453567..cb68c6f722 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,51 @@ +Version 0.3 +----------- + +Mail: + + Major features: + + * Lots of IMAP fixes (fejj) + + * You can use an external setuid/setgid movemail program (although + we don't ship our own yet). If you have one installed with emacs, + the configure script will find that. Otherwise, you can specify + --with-movemail=/path (danw) + + * You can toggle HTML/plain text for an individual message in the + composer now. (ettore) + + * Bonobo embedding sort of works again, but there are problems with + size allocation somewhere. Attachments can now also be handled by + external applications. + + * text/plain mail is now line-wrapped in the mail display, to deal + with people who don't put newlines in their mail. + + Minor features / bugfixes: + + * Allow user to specify IMAP namespace in the mail config dialog + (danw, fejj) + + * Quoted-printable encoder fixes (NotZed) + + * Various NNTP fixes, include a news pane in the config dialog + (toshok) + + * Purification (peterw) + + * Fix for message not being re-drawn as deleted (peterw, fejj) + + * Moving a message to another folder copies the flags now (fejj) + + * Close signature in HTML mail with , not
, and default
+    to ~/.signature. (mmeeks)
+
+  * Fixed some confusing behavior in the message threading algorithm
+    (danw)
+
+
+
 Version 0.2
 -----------
 
-- 
cgit