--- loncom/interface/loncommon.pm 2018/11/07 19:23:45 1.1323 +++ loncom/interface/loncommon.pm 2018/11/18 22:50:52 1.1324 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1323 2018/11/07 19:23:45 raeburn Exp $ +# $Id: loncommon.pm,v 1.1324 2018/11/18 22:50:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -16425,6 +16425,7 @@ sub lon_status_items { E => 100, W => 4, N => 1, + U => 5, threshold => 200, sysmail => 2500, ); @@ -16432,6 +16433,7 @@ sub lon_status_items { E => 'Errors', W => 'Warnings', N => 'Notices', + U => 'Unsent', ); return (\%defaults,\%names); }