summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-06-21 06:28:38 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-06-21 06:28:38 +0000
commit710cb2653ba1983b3509a7b7e1553982474c6a96 (patch)
tree4ad2f1c80831ba5e09377add0d7c7407486d8af5 /main.c
parent22d028d77421375981a29486287b8454f8a652e7 (diff)
patch-1.3.2.tbm.lastfolder, from Martin Michlmayr <tbm@cyrius.com>.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index afd2fc39..b6e4e32a 100644
--- a/main.c
+++ b/main.c
@@ -784,6 +784,8 @@ int main (int argc, char **argv)
strfcpy (folder, NONULL(Spoolfile), sizeof (folder));
mutt_expand_path (folder, sizeof (folder));
+ mutt_str_replace (&LastFolder, folder);
+
if (flags & M_IGNORE)
{
struct stat st;