tNews should do rpo://, to open the link to the article. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit e97c5b315904fb25936a8725c76ecf61a045d05d
(DIR) parent ddc7d3cc753e70331f4c0d8327851913ccbe859f
(HTM) 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(-)
---
(DIR) diff --git a/tmpl/news.sh b/tmpl/news.sh
t@@ -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)