]> diplodocus.org Git - nmh/commitdiff
Add support for LS_UNQUOTE instruction.
authorKen Hornstein <kenh@pobox.com>
Fri, 22 Feb 2013 05:52:50 +0000 (00:52 -0500)
committerKen Hornstein <kenh@pobox.com>
Fri, 22 Feb 2013 05:52:50 +0000 (00:52 -0500)
man/fmttest.man
uip/fmttest.c

index 17d7d3001cd5d3fd50bd03ec5a51c3568f35c2ef..011d90dbe1bdecebc8839c8c93904fc2c825d66a 100644 (file)
@@ -338,6 +338,7 @@ LS_GNAME    Write group name of addr component to \fIstr\fR
 LS_NOTE        Write note portion of addr component to \fIstr\fR
 LS_822ADDR     Write \*(lqproper\*(rq RFC-822 version of addr component to \fIstr\fR
 LS_FRIENDLY    Write friendly (name or note) of address component to \fIstr\fR
+LS_UNQUOTE     Remove RFC-2822 quotes from string
 LV_HOSTTYPE    Set \fInum\fR to type of host (0=local, 1=network)
 LV_INGRPF      Set \fInum\fR to 1 if address was inside of group
 LV_NOHOSTF     Set \fInum\fR to 1 of no host was present in address component
index f601ad78f891c61a0261dc05c6b042f40f6e5257..dafdbdb8929e4877a73d94b00c753b8889ee338d 100644 (file)
@@ -1040,6 +1040,7 @@ f_typestr(int t)
        case FT_LS_FRIENDLY: return("LS_FRIENDLY");
        case FT_LV_HOSTTYPE: return("LV_HOSTTYPE");
        case FT_LV_INGRPF: return("LV_INGRPF");
+       case FT_LS_UNQUOTE: return("LS_UNQUOTE");
        case FT_LV_NOHOSTF: return("LV_NOHOSTF");
        case FT_LOCALDATE: return("LOCALDATE");
        case FT_GMTDATE: return("GMTDATE");