summaryrefslogtreecommitdiff
path: root/pith
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-07-04 02:42:52 -0600
committerEduardo Chappa <chappa@washington.edu>2020-07-04 02:42:52 -0600
commitc566cd0e4a7d9424a95c7d7c16f861e458bee8f1 (patch)
treeb2c604c2e35621be166e0e8a902cc0dd291e4948 /pith
parentf720e89f631da58c355ead60b35225e43d0d9d33 (diff)
downloadalpine-c566cd0e4a7d9424a95c7d7c16f861e458bee8f1.tar.xz
* When building Alpine, the option --disable-debug will only affect if
its binary is compiled with debug, and not the ability of alpine to generate internal debug. Alpine will not write debug files unless started with the option -d, so for example "alpine -d 2" will generate a debug file at level 2, but just issuing the alpine command will not write any debug to a file.
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 */