X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=92169a0abeab52d1e426045b514f635fed49303a;hb=5048c3273f8780b3d73e81d0ea5b434f53a83f9f;hp=f33e39b0470fc844acca676af60e8f1fc204c61c;hpb=240013872c392fe644bd4f79382d9f5314b4ea60;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index f33e39b..92169a0 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -268,9 +268,6 @@ do_cache: else tmp = add(m_maildir(invo_name), NULL); - if (!context_find("path")) - free(path("./", TFOLDER)); - if (file && msgs.size) adios(NULL, "cannot specify msg and file at same time!"); @@ -291,7 +288,7 @@ do_cache: if (!msgs.size) app_msgarg(&msgs, "cur"); if (!folder) - folder = getfolder(1); + folder = getfolder(FCUR); maildir = m_maildir(folder); if (chdir(maildir) == NOTOK)