Skip to content
Snippets Groups Projects
Commit 79f3aed0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add WM_EXPLANDLF and WM_CR_STRIP definitions

parent e9871cbe
Branches
No related tags found
No related merge requests found
...@@ -608,6 +608,8 @@ var WM_SUBJ_RO =(1<<9); /* Subject/title is read-only */ ...@@ -608,6 +608,8 @@ var WM_SUBJ_RO =(1<<9); /* Subject/title is read-only */
var WM_EDIT =(1<<10); /* Editing existing message */ var WM_EDIT =(1<<10); /* Editing existing message */
var WM_FORCEFWD =(1<<11); /* Force "yes" to ForwardMailQ for email */ var WM_FORCEFWD =(1<<11); /* Force "yes" to ForwardMailQ for email */
var WM_NOFWD =(1<<12); /* Don't forward email to netmail */ var WM_NOFWD =(1<<12); /* Don't forward email to netmail */
var WM_EXPANDLF =(1<<13); /* Insure CRLF-terminated lines */
var WM_CR_STRIP =(1<<14); /* Insure no carriage-returns in output */
/********************************************/ /********************************************/
/************************************************/ /************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment