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