X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fhdrline.c;h=4f5e5e41b6b76f3d8d98782c95c2723d572642e6;hp=24aa3de632e637a2928fb27cd7b8be19de6d77dc;hb=5dcac54e5db074dc4572f843666c7f7acaf2d109;hpb=4e1e9d0cf1a4efd6e9dc3be1666202a0481d8319 diff --git a/lib-ui/hdrline.c b/lib-ui/hdrline.c index 24aa3de..4f5e5e4 100644 --- a/lib-ui/hdrline.c +++ b/lib-ui/hdrline.c @@ -7,15 +7,14 @@ * please see the file GPL in the top level source directory. */ -#include +#include #include -#include #include -#include #include "mutt.h" #include "alias.h" +#include "crypt.h" #include "sort.h" #include "thread.h" #include "charset.h" @@ -498,7 +497,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); }