rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 51aa69e758dea1a50849684ca5b9d24a95283d66
parent 0af5c6a84e1e16dde52249ecb3df169401ca3708
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon,  8 Sep 2014 20:48:26 +0200

Fixing the argv handling again.

Diffstat:
imap.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/imap.c b/imap.c @@ -236,7 +236,7 @@ imap_argv2ids(char *cfgn, char *mailbox, int argc, char *argv[]) llist = llist_new(); forllist(allist, argelem) { - if (argelem->data == NULL) + if (argelem->key == NULL) continue; nids = llist_splitstr(argelem->key, " ,"); if (nids != NULL && nids->len > 0)