sbr/context_save.h \
sbr/ctype-checked.h \
sbr/error.h \
+ sbr/escape_addresses.h \
sbr/ext_hook.h \
sbr/fdcompare.h \
sbr/folder_addmsg.h \
int encode_rfc2047(const char *name, char **value, int encoding,
const char *charset);
-void escape_display_name (char *, size_t);
-void escape_local_part (char *, size_t);
-
/*
* Print null-terminated PROMPT to and flush standard output. Read answers from
* standard input until one matches an entry in SWITCHES. When one matches,
*/
#include "h/mh.h"
+#include "escape_addresses.h"
#include "h/utils.h"
static void escape_component (char *name, size_t namesize, char *chars);
--- /dev/null
+/* escape_addresses.h -- Escape address components, hopefully per RFC 5322.
+ *
+ * This code is Copyright (c) 2017, by the authors of nmh. See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information. */
+
+void escape_display_name(char *, size_t);
+void escape_local_part(char *, size_t);
*/
#include "h/mh.h"
+#include "escape_addresses.h"
#include "context_find.h"
#include "error.h"
#include "h/utils.h"
*/
#include "h/mh.h"
+#include "sbr/escape_addresses.h"
#include "sbr/pidstatus.h"
#include "sbr/arglist.h"
#include "sbr/error.h"