From 01a6ff149422cc327face7bab63c934ab1f3d75e Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 28 Aug 2015 02:50:18 +0000
Subject: [PATCH] Display the new state of the batch file flagging and extended
 description toggle option after being changed from the File Scan
 Configuration menu.

---
 exec/default.src | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/exec/default.src b/exec/default.src
index 3c16b2bf6a..c7f65e2a50 100644
--- a/exec/default.src
+++ b/exec/default.src
@@ -854,11 +854,29 @@ cmdkey &
 		end_cmd
 
 	cmdkey B
+                crlf
 		toggle_user_misc UM_BATCHFLAG
+                compare_user_misc UM_BATCHFLAG
+                print "Batch flagging in file listings is now: \1h"
+                if_true
+                    print "ON"
+                else
+                    print "OFF"
+                    end_if
+                crlf
 		end_cmd
-
+    
 	cmdkey E
+                crlf
 		toggle_user_misc UM_EXTDESC
+                compare_user_misc UM_EXTDESC
+                print "Extended file description display is now: \1h"
+                if_true
+                    print "ON"
+                else
+                    print "OFF"
+                    end_if
+                crlf
                 end_cmd
 	end_cmd
 
-- 
GitLab