summaryrefslogtreecommitdiff
path: root/pith/string.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-04-09 00:28:00 -0600
committerEduardo Chappa <chappa@washington.edu>2015-04-09 00:28:00 -0600
commitbf49fb6584bfd8c4cfae5bab4c5f46b155bcb5a7 (patch)
treefd2331aed583538bab27f28dca105ee37b654327 /pith/string.h
parentec605304db0b92d68e151574ab0f80babee6d4a6 (diff)
downloadalpine-bf49fb6584bfd8c4cfae5bab4c5f46b155bcb5a7.tar.xz
* When sending a message, allow for 512 characters of consecutive non-white
space before folding the subject line.
Diffstat (limited to 'pith/string.h')
-rw-r--r--pith/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/string.h b/pith/string.h
index dce84d56..5382484a 100644
--- a/pith/string.h
+++ b/pith/string.h
@@ -40,6 +40,7 @@
#define FLD_NONE 0x00
#define FLD_CRLF 0x01 /* use CRLF end of line instead of LF */
#define FLD_PWS 0x02 /* preserve whitespace when folding */
+#define FLD_NEXTSPC 0x04 /* fold at next available space after given length */
typedef enum {FrontDots, MidDots, EndDots} WhereDots;