l mail: use ISO date format
This commit is contained in:
parent
dfcb663af9
commit
e740022bc5
|
@ -66,7 +66,7 @@ let
|
||||||
recipent="$(echo $1 | sed 's/[^,]*<\([^>]*\)[^,]*/ \1/g')"
|
recipent="$(echo $1 | sed 's/[^,]*<\([^>]*\)[^,]*/ \1/g')"
|
||||||
# output to mutt
|
# output to mutt
|
||||||
# V
|
# V
|
||||||
echo "%4C %Z %?GI?%GI& ? %[%d/%b] %-20.20a %?M?(%3M)& ? %s %> $recipent %?g?%g?%"
|
echo "%4C %Z %?GI?%GI& ? %[%y-%m-%d] %-20.20a %?M?(%3M)& ? %s %> $recipent %?g?%g?%"
|
||||||
# args to mutt-index dash script
|
# args to mutt-index dash script
|
||||||
# V
|
# V
|
||||||
''} %r |"
|
''} %r |"
|
||||||
|
|
Loading…
Reference in a new issue