Index: Jenkins/FullBuild
===================================================================
--- Jenkins/FullBuild	(revision 734891d84b142d64e948f7785056879ace147b44)
+++ Jenkins/FullBuild	(revision 14ce3392368c28f84d3e10baa5f72c190eeaff1e)
@@ -20,12 +20,12 @@
 
 					parallel (
-						gcc_6_x64: { trigger_build( 'gcc-6', 'x64' ) },
-						gcc_6_x86: { trigger_build( 'gcc-6', 'x86' ) },
-						gcc_5_x64: { trigger_build( 'gcc-5', 'x64' ) },
-						gcc_5_x86: { trigger_build( 'gcc-5', 'x86' ) },
-						gcc_4_x64: { trigger_build( 'gcc-4', 'x64' ) },
-						gcc_4_x86: { trigger_build( 'gcc-4', 'x86' ) },
-						clang_x64: { trigger_build( 'clang', 'x64' ) },
-						clang_x86: { trigger_build( 'clang', 'x86' ) },
+						gcc_6_x64: { trigger_build( 'gcc-6',   'x64' ) },
+						gcc_6_x86: { trigger_build( 'gcc-6',   'x86' ) },
+						gcc_5_x64: { trigger_build( 'gcc-5',   'x64' ) },
+						gcc_5_x86: { trigger_build( 'gcc-5',   'x86' ) },
+						gcc_4_x64: { trigger_build( 'gcc-4.9', 'x64' ) },
+						gcc_4_x86: { trigger_build( 'gcc-4.9', 'x86' ) },
+						clang_x64: { trigger_build( 'clang',   'x64' ) },
+						clang_x86: { trigger_build( 'clang',   'x86' ) },
 					)
 
Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 734891d84b142d64e948f7785056879ace147b44)
+++ Jenkinsfile	(revision 14ce3392368c28f84d3e10baa5f72c190eeaff1e)
@@ -68,5 +68,5 @@
 	finally {
 		//Send email with final results if this is not a full build
-		if( (!do_sendemail) && (!bIsSandbox) ) {
+		if( do_sendemail && !bIsSandbox ) {
 			echo 'Notifying users of result'
 			email(currentBuild.result, log_needed)
