diff options
-rw-r--r-- | alpine/reply.c | 22 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 11 insertions, 13 deletions
diff --git a/alpine/reply.c b/alpine/reply.c index d13d041e..61fd1ec9 100644 --- a/alpine/reply.c +++ b/alpine/reply.c @@ -1016,27 +1016,25 @@ reply_text_query(struct pine *ps, long int many, ENVELOPE *env, char **prefix) int ekey_num; int orig_sf; - if(F_OFF(F_ALT_REPLY_MENU, ps) - && F_ON(F_AUTO_INCLUDE_IN_REPLY, ps) - && F_OFF(F_ENABLE_EDIT_REPLY_INDENT, ps) - && F_OFF(F_ALT_REPLY_MENU,ps)) - return(1); - - if(F_ON(F_ALT_REPLY_MENU, ps)){ - orig_sf = ps->reply.use_flowed = *prefix && **prefix ? (F_OFF(F_QUELL_FLOWED_TEXT, ps) + orig_sf = ps->reply.use_flowed = *prefix && **prefix ? (F_OFF(F_QUELL_FLOWED_TEXT, ps) && F_OFF(F_STRIP_WS_BEFORE_SEND, ps) && (strcmp(*prefix, "> ") == 0 || strcmp(*prefix, ">") == 0)) : 0; - ps->reply.strip_signature = ps->full_header == 0 + ps->reply.strip_signature = ps->full_header == 0 && (F_ON(F_ENABLE_STRIP_SIGDASHES, ps) || F_ON(F_ENABLE_SIGDASHES, ps)); - ps->reply.keep_attach = F_ON(F_ATTACHMENTS_IN_REPLY, ps); - ps->reply.include_header = F_ON(F_INCLUDE_HEADER, ps); - } + ps->reply.keep_attach = F_ON(F_ATTACHMENTS_IN_REPLY, ps); + ps->reply.include_header = F_ON(F_INCLUDE_HEADER, ps); ps->reply.preserve_fields = F_ON(F_PRESERVE_ORIGINAL_FIELD, ps); ps->reply.signature_bottom = F_ON(F_SIG_AT_BOTTOM, ps); ps->reply.role_chosen = NULL; + if(F_OFF(F_ALT_REPLY_MENU, ps) + && F_ON(F_AUTO_INCLUDE_IN_REPLY, ps) + && F_OFF(F_ENABLE_EDIT_REPLY_INDENT, ps) + && F_OFF(F_ALT_REPLY_MENU,ps)) + return(1); + while(1){ compose_style[ekey_num = 0].ch = 'y'; compose_style[ekey_num].rval = 'y'; diff --git a/pith/pine.hlp b/pith/pine.hlp index d658b659..5ee5e72c 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 165 2016-08-28 13:44:58 +Alpine Commit 166 2016-08-29 20:39:48 ============= h_news ================= <HTML> <HEAD> |