summaryrefslogtreecommitdiff
path: root/pith
diff options
context:
space:
mode:
Diffstat (limited to 'pith')
-rw-r--r--pith/pine.hlp6
-rw-r--r--pith/state.h1
2 files changed, 6 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 08f02ceb..777b53f5 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 480 2020-07-03 11:34:14
+Alpine Commit 481 2020-07-04 02:42:49
============= h_news =================
<HTML>
<HEAD>
@@ -227,6 +227,10 @@ problems you find with this release.
is almost equivalent to being a shortcut to &quot;unselect all messages, and select
again&quot;. The difference is that cancelling this command will not unselect
all currently selected messages. Suggested by Holger Trapp.
+
+<LI> Alpine will not write debug files unless started with the option -d,
+ so for example &quot;alpine -d 2&quot; will generate a debug file at level 2,
+ but just issuing the alpine command will not write any debug to a file.
</UL>
<P>
diff --git a/pith/state.h b/pith/state.h
index 3fec3691..24bc8909 100644
--- a/pith/state.h
+++ b/pith/state.h
@@ -130,6 +130,7 @@ struct pine {
char *html_dir;
HTML_LOG_S *html_dir_list;
+ unsigned write_debug_file:1; /* should we write debug to a file */
unsigned signal_in_progress:1; /* we are handling a signal */
unsigned mangled_footer:1; /* footer needs repainting */
unsigned mangled_header:1; /* header needs repainting */