[PATCH] frm/common.c: Add missing format_field() on lookup failure

Nikolas Nyby <[email protected]> Mon, 20 Jul 2026 21:27:34 -0400
Newsgroups gmane.comp.gnu.mailutils.bugs
Message-ID <[email protected]>
---
 frm/common.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frm/common.c b/frm/common.c
index 8e3514afe..44245b8bd 100644
--- a/frm/common.c
+++ b/frm/common.c
@@ -485,6 +485,8 @@ action (mu_observer_t o, size_t type, void *data, void *action_data)
 		free (s);
 		free (tmp);
 	      }
+	    else
+	      format_field ("");
 	  }
 	print_line ();
 	break;
-- 
2.53.0