tFixing some line endings. - 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 4f92b3d8c7fe58689e2fbd91fee3952a45a9c4bc
 (DIR) parent a3a638a970d0ece704556a84f18b076658add991
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 21 Mar 2013 18:58:50 +0100
       
       Fixing some line endings.
       
       Diffstat:
         add.c                               |       2 +-
         bin/rpsyncmail                      |       2 +-
         folder.c                            |       2 +-
       
       3 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/add.c b/add.c
       t@@ -27,7 +27,7 @@ void
        addusage(void)
        {
                die("usage: %s [-qh] [-c cfg] [-m folder] [-d datetime] [-f flags]"
       -                        " file\n", argv0);
       +                        " [file]\n", argv0);
        }
        
        int
 (DIR) diff --git a/bin/rpsyncmail b/bin/rpsyncmail
       t@@ -1,7 +1,7 @@
        #!/bin/sh
        
        export DOVECOT_PRESERVE_ENVS="SSH_AGENT_PID SSH_AUTH_SOCK"
       -dsynccmd="-u chrissi mirror ssh -i /home/chrissi/.ssh/id_rsa chrissi@r-36.net dsync -u chrissi"
       +dsynccmd="-u chrissi mirror ssh -i /home/chrissi/.ssh/id_rsa chrissi@mail.r-36.net dsync -u chrissi"
        
        if [ "$1" = "mb" ] || [ $# -eq 0 ];
        then
 (DIR) diff --git a/folder.c b/folder.c
       t@@ -98,7 +98,7 @@ foldermain(int argc, char *argv[])
                                results = llist_find(folders, argv[0]);
                                if (results == NULL) {
                                        if (!(status & BEQUIET))
       -                                        printf("No matching folder found.");
       +                                        printf("No matching folder found.\n");
        
                                        llist_free(folders);
                                        imap_close(imap);