ash: simplify "you have mail" code
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2015 13:52:03 +0000 (15:52 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2015 13:52:03 +0000 (15:52 +0200)
commit2384162f6462f232a0d709e64f7d20bb3dbca503
treeaf64a64fe51b8612f8870f8d295aed94b9e7d1f1
parent4700fb5bead95d6457b943351b7dc6f49a09683e
ash: simplify "you have mail" code

function                                             old     new   delta
mailtime_hash                                          -       4      +4
redirect                                            1282    1280      -2
mailtime                                              40       -     -40
cmdloop                                              429     378     -51
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/2 up/down: 4/-93)             Total: -89 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c