Annotation of 43BSDReno/contrib/mh/miscellany/mem/:mem, revision 1.1.1.1

1.1       root        1: #! /bin/sh
                      2: remfolder="+reminders"
                      3: printformat="%3msg%-2.2flags%3day %02mon/%02mday %02hour%02min%<date %|*%>%subject%body"
                      4: case $# in
                      5:     0)
                      6:        while when=`promptdate`
                      7:        do
                      8:                2>/dev/null scan `2>/dev/null pick $remfolder -after yesterday -and -before "$when"` -format "$printformat" $list
                      9:        done
                     10:        ;;
                     11:     *)
                     12:        when=`promptdate "$*"`
                     13:        2>/dev/null scan `2>/dev/null pick $remfolder -after yesterday -and -before "$when"` -format "$printformat" $list
                     14:        ;;
                     15: esac

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.