useless options, cluttering the codebase that can be emulated if needed in fcc-hooks.
[apps/madmutt.git] / lib-ui / hdrline.c
index 50049ef..30b43df 100644 (file)
@@ -498,7 +498,7 @@ hdr_format_str(char *dest, ssize_t destlen,
   case 'O':
     if (!optional) {
       make_from_addr (hdr->env, buf2, sizeof (buf2), 1);
-      if (!option (OPTSAVEADDRESS) && (p = strpbrk (buf2, "%@")))
+      if ((p = strpbrk (buf2, "%@")))
         *p = 0;
       mutt_format_s (dest, destlen, prefix, buf2);
     }