]> git.notmuchmail.org Git - notmuch/blobdiff - devel/nmbug/nmbug-status
nmbug-status: Don't require write access
[notmuch] / devel / nmbug / nmbug-status
index 199892f78711eadf748399c842b80f39a96c3b26..be3e28e7e60c5fbecd5d04a47ee8c69bc738f0ec 100755 (executable)
@@ -180,7 +180,7 @@ else:
 
 # main program
 
-db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE)
+db = notmuch.Database(mode=notmuch.Database.MODE.READ_ONLY)
 
 if output_format == 'html':
     print('''<?xml version="1.0" encoding="utf-8" ?>