Added features to automatically load all messages in a thread and enable the enableLoadingDraftMessages flag
diff --git a/options.html b/options.html
index 8e4bd46..6b120c5 100644
--- a/options.html
+++ b/options.html
@@ -3,17 +3,20 @@
<head>
<meta charset="utf-8">
<title>Options</title>
+ <link rel="stylesheet" href="options.css">
</head>
<body>
<p>
<input type="checkbox" id="list"> <label for="list" data-i18n="list"></label><br>
- <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label>
+ <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label><br>
+ <input type="checkbox" id="threadall"> <label for="threadall" data-i18n="threadall"></label>
</p>
<h4 data-i18n="enhancements"></h4>
<p>
<input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br>
<input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
- <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label>
+ <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label><br>
+ <input type="checkbox" id="loaddrafts"> <label for="loaddrafts" data-i18n="loaddrafts"></label> <span style="color: gray;" data-i18n="experimental_label"></span>
</p>
<p style="text-align: center;"><button id="save" data-i18n="save"></button></p>
<script src="options.js"></script>