changeset 383:7de4e23f2e8e

Add a To: header with the recipient's address when sending digests
author mortenp
date Fri, 26 Nov 2004 02:59:34 +1100
parents 7ff4d8124226
children 16b4215d0709
files ChangeLog src/mlmmj-send.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Nov 23 01:35:02 2004 +1100
+++ b/ChangeLog	Fri Nov 26 02:59:34 2004 +1100
@@ -1,3 +1,4 @@
+ o Add a To: header with the recipient's address when sending digests
  o Add mlmmj-list binary to list the subcribers (-count) of a list
 1.1.0-RC1
  o Rewrite the way listtexts are managed, and in the process move the Subject:
--- a/src/mlmmj-send.c	Tue Nov 23 01:35:02 2004 +1100
+++ b/src/mlmmj-send.c	Fri Nov 26 02:59:34 2004 +1100
@@ -809,6 +809,7 @@
 		break;
 	case '7':
 		digest = 1;
+		addtohdr = 1;
 		archivefilename = "digest";
 		/* fall through */
 	default: /* normal list mail */