Andreas Krennmair:
[apps/madmutt.git] / enter.c
diff --git a/enter.c b/enter.c
index d6b3954..5ad1f0a 100644 (file)
--- a/enter.c
+++ b/enter.c
@@ -614,9 +614,10 @@ self_insert:
       /* use the raw keypress */
       ch = LastKey;
 
-      if (ch == '.')
+      if ((ch == '#') && (flags & M_LASTFOLDER))
       {
         rv = 2;
+        my_wcstombs (buf, buflen, state->wbuf, state->lastchar);
         goto bye;
       }