summaryrefslogtreecommitdiff
path: root/pith/state.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-03-27 12:43:03 -0600
committerEduardo Chappa <chappa@washington.edu>2021-03-27 12:43:03 -0600
commita5c42906261fefe477422cf106cbd0ce934e0173 (patch)
tree3ab4135304ff155eae681e12c55d5bcfec37e790 /pith/state.h
parent903b5ac6305612d16e6053b4a4e8957d8ada9bde (diff)
downloadalpine-a5c42906261fefe477422cf106cbd0ce934e0173.tar.xz
* new http option for debug. This is mostly useful to debug XOAUTH2
autentication and reveals sensitive login information. Use with care. Remove your .pine-debug file after using this option.
Diffstat (limited to 'pith/state.h')
-rw-r--r--pith/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/state.h b/pith/state.h
index 24bc8909..0ce781dc 100644
--- a/pith/state.h
+++ b/pith/state.h
@@ -237,6 +237,7 @@ struct pine {
unsigned debug_timestamp:1;
unsigned debug_flush:1;
unsigned debug_tcp:1;
+ unsigned debug_http:1;
unsigned debug_imap:3;
unsigned debug_nfiles:5;
unsigned debugmem:1;