summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-13 08:35:16 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-13 08:35:16 +0000
commit80223e6160f487d793a7de7a5200520953fd4e60 (patch)
tree0f824bfc8689e28335a259ee90a742550147c3a9 /send.c
parent3073846bcf53bfae27ce3f3e829250d6c5f50d05 (diff)
Qualify addresses before passing them to mixmaster.
Diffstat (limited to 'send.c')
-rw-r--r--send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.c b/send.c
index 592dd361..478b5e62 100644
--- a/send.c
+++ b/send.c
@@ -796,7 +796,7 @@ static int send_message (HEADER *msg)
char tempfile[_POSIX_PATH_MAX];
FILE *tempfp;
int i;
-
+
/* Write out the message in MIME form. */
mutt_mktemp (tempfile);
if ((tempfp = safe_fopen (tempfile, "w")) == NULL)