Added features to automatically load all messages in a thread and enable the enableLoadingDraftMessages flag
diff --git a/background.js b/background.js
index de7c93e..d518431 100644
--- a/background.js
+++ b/background.js
@@ -5,9 +5,11 @@
 var defaultOptions = {
   "list": true,
   "thread": true,
+  "threadall": false,
   "fixedtoolbar": false,
   "redirect": false,
-  "history": false
+  "history": false,
+  "loaddrafts": false
 };
 
 function cleanUpOptions() {