X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmimeview.c;h=07eca9fd141792e56efe92c821e931e9cfea5204;hp=0d7d41135b4b988188b98ce13601c5ed26010cf6;hb=ff8dcf90fa322a1de9ba877dfa7542bb94b85ce9;hpb=0a623e1628316c406cb1898d2fd0505fa5205499;ds=sidebyside diff --git a/src/mimeview.c b/src/mimeview.c index 0d7d41135..07eca9fd1 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -1791,7 +1791,7 @@ static void mimeview_save_as(MimeView *mimeview) subst_for_filename(partname); - if (prefs_common.attach_save_dir) + if (prefs_common.attach_save_dir && *prefs_common.attach_save_dir) filepath = g_strconcat(prefs_common.attach_save_dir, G_DIR_SEPARATOR_S, partname, NULL); else