summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-05 13:54:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-05 13:54:05 +0000
commit3d029eeeddba6d8fd8c3a0af4333157c65e57417 (patch)
tree807219f4a04273ff68dd7b9d332b8195e2024702
parentfa1b42af141181c330e607d50f887ad112f911af (diff)
downloadmailutils-3d029eeeddba6d8fd8c3a0af4333157c65e57417.tar.gz
mailutils-3d029eeeddba6d8fd8c3a0af4333157c65e57417.tar.bz2
Updated
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d829203f..5cb1c16fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2002-11-05 Sergey Poznyakoff
+
+ * mail/reply.c: Add In-Reply-To and References headers to the
+ outgoing message.
+ * mail/var.c (var_quote): Output prefix sequence before each line
+ of multiline headers.
+ * mail/from.c (mail_from0): Function shared between from.c and
+ headers.c
+ * mail/headers.c: Use mail_from0 to avoid spurious diagnostics
+ about deleted messages.
+ * mail/msgset.y (yylex): allow for '-' in field names. Notice,
+ that if the dash means 'range' and the first message in the
+ range is not numeric, there should be whitespace between
+ them.
+ * mail/util.c (util_get_message): Expanded semantics of the last
+ argument. It now contains flags that control how
+ util_get_message operates. Flags are a bitwise sum of the
+ following:
+ MSG_ALL Return any message (deleted or not)
+ MSG_NODELETED Do not return deleted messages.
+ MSG_SILENT Do not output warnings about deleted
+ messages.
+ * mail/mail.h (mail_from0): New function.
+ (MSG_ALL,MSG_NODELETED,MSG_SILENT): New macros.
+
+ * mail/copy.c: Use MSG_.* macros in calls to util_get_message.
+ * mail/delete.c: Likewise.
+ * mail/followup.c: Likewise.
+ * mail/hold.c: Likewise.
+ * mail/mbox.c: Likewise.
+ * mail/pipe.c: Likewise.
+ * mail/print.c: Likewise.
+ * mail/quit.c: Likewise.
+ * mail/size.c: Likewise.
+ * mail/top.c: Likewise.
+ * mail/undelete.c: Likewise.
+ * mail/write.c: Likewise.
+
+ * mail/testsuite/mail/send.exp: Changed to reflect new reply behaviour.
+
+ * include/mailutils/header.h: Added MU_HEADER_REFERENCES.
+
2002-11-04 Sergey Poznyakoff
* auth/virtual.c (mu_auth_virt_domain_by_name): Bugfix. Didn't

Return to:

Send suggestions and report system problems to the System administrator.