rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit e97c5b315904fb25936a8725c76ecf61a045d05d
parent ddc7d3cc753e70331f4c0d8327851913ccbe859f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 26 Nov 2014 20:39:20 +0100

News should do rpo://, to open the link to the article.

Diffstat:
tmpl/news.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmpl/news.sh b/tmpl/news.sh @@ -12,7 +12,7 @@ cols=$(tput cols) while read -r line; do - id=$(echo -n "$line" | cut -f 1) + id=$(echo -n "$line" | cut -f 1 | sed 's,^rp:,rpo:,') date=$(echo -n "$line" | cut -f 2 | head -c 10) subject=$(echo -n "$line" | cut -f 4)