From aec4cbb08264ca2edd59f00f4563cd4528e0ff0e Mon Sep 17 00:00:00 2001
From: markus schnalke <meillo@marmaro.de>
Date: Tue, 10 Apr 2012 23:44:14 +0200
Subject: [PATCH] Added HH:MM to the default scan format.

---
 h/scansbr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/h/scansbr.h b/h/scansbr.h
index 1f0d0873..592474da 100644
--- a/h/scansbr.h
+++ b/h/scansbr.h
@@ -15,7 +15,7 @@ extern char *scanl;
 */
 # define FORMAT \
 "=%4(msg)%<(cur)+%| %>%<{replied}-%| %>\
-%4(year{date})-%02(mon{date})-%02(mday{date})  \
+%4(year{date})-%02(mon{date})-%02(mday{date}) %2(hour{date}):%2(min{date})  \
 %<(mymbox{from})%<{to}To:%14(decode(friendly{to}))%>%>\
 %<(zero)%17(decode(friendly{from}))%>  %(decode{subject})\n"
 
-- 
2.39.5