commit 27d1f714e3a9c562d8fa3fcbb8f27543345f7780
parent fe8b92be6ec0debe706d3aa4f66a101a45d34161
Author: Christoph Lohmann <20h@r-36.net>
Date: Tue, 27 Nov 2012 14:47:34 +0100
Adding color in rpdrafts and a easier clickable message id format.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/rpedit b/bin/rpedit
@@ -59,7 +59,7 @@ then
mid=`rpadd -m $folder -f seen $tmpfile`
if [ $? -eq 0 ];
then
- rpscan -m $folder $mid
+ rpfscan -m $folder $mid
fi
else
echo "Nothing changed. Aborting."
diff --git a/view.c b/view.c
@@ -250,7 +250,7 @@ view_print(char *id, mime_t *mime, llist_t *dhdrs, llist_t *partl,
int options)
{
if (id != NULL && !(options & (PRINT_HEADER|PRINT_BODY)))
- printf("---%s---\n", id);
+ printf("--- %s ---\n", id);
view_printpart(id, mime, dhdrs, partl, options);