tNew tty behaviour fix. - 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 808ce93bcad7e1555229692d66f77010a60412a5
(DIR) parent 8a7503229b82af1970e953914ff61784c86b9089
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Thu, 18 Apr 2013 06:54:47 +0200
New tty behaviour fix.
Diffstat:
bin/rpdrafts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/rpdrafts b/bin/rpdrafts
t@@ -34,7 +34,7 @@ dfolder=$(rpcfg -v fold_drafts)
if [ $# -eq 0 ];
then
- rpinc -qnu
+ rpinc -qnu | cat > /dev/null
id=$(rpids -m $dfolder : | awk -F' ' '{print $1}')
if [ "$id" = "0" ];
then