From aac09b48aeb1e822be418a6b6a01b3e2f357b8cd Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Thu, 29 Mar 2012 15:17:06 +0200 Subject: [PATCH] Removed dead code within never set define WHATNOW. --- uip/refile.c | 5 ----- uip/show.c | 8 -------- 2 files changed, 13 deletions(-) diff --git a/uip/refile.c b/uip/refile.c index 318d555..2fe25b4 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -125,11 +125,6 @@ main(int argc, char **argv) if (foldp == 0) adios(NULL, "no folder specified"); -#ifdef WHATNOW - if (!msgs.size && !foldp && !filep && (cp = getenv("mhdraft")) && *cp) - files[filep++] = cp; -#endif /* WHATNOW */ - /* ** We are refiling a file to the folders */ diff --git a/uip/show.c b/uip/show.c index 4abc3d7..9a3c46e 100644 --- a/uip/show.c +++ b/uip/show.c @@ -158,14 +158,6 @@ usage: goto go_to_it; } -#ifdef WHATNOW - if (!msgp && !folder && mode == SHOW && - (cp = getenv("mhdraft")) && *cp) { - vec[vecp++] = cp; - goto go_to_it; - } -#endif /* WHATNOW */ - if (!msgp) { switch (mode) { case NEXT: -- 1.7.10.4