tAdding color in rpdrafts and a easier clickable message id format. - 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 27d1f714e3a9c562d8fa3fcbb8f27543345f7780
 (DIR) parent fe8b92be6ec0debe706d3aa4f66a101a45d34161
 (HTM) 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:
         bin/rpedit                          |       2 +-
         view.c                              |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/bin/rpedit b/bin/rpedit
       t@@ -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."
 (DIR) diff --git a/view.c b/view.c
       t@@ -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);