changeset 872:01f8f152e989

Move comment for slightly better coding style.
author Ben Schmidt
date Sat, 31 Mar 2012 10:42:46 +1100
parents 12c242c5effe
children f6764d59010d
files src/mlmmj-process.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-process.c	Tue Mar 27 13:12:58 2012 +1100
+++ b/src/mlmmj-process.c	Sat Mar 31 10:42:46 2012 +1100
@@ -652,11 +652,11 @@
 		/* TODO: free emailstructs */
 		exit(EXIT_SUCCESS);
 	}
-	if (fromemails.emailcount > 0)
-			posteraddr = fromemails.emaillist[0];
 	/* The only time posteraddr will remain unset is when the mail is a
 	 * bounce, so the mail will be processed by listcontrol() and the
 	 * program will terminate before posteraddr is used. */
+	if (fromemails.emailcount > 0)
+			posteraddr = fromemails.emaillist[0];
 
 	/* Return-Path: addresses */
 	for(i = 0; i < readhdrs[3].valuecount; i++) {