summaryrefslogtreecommitdiff
path: root/alot/db/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/__init__.py')
-rw-r--r--alot/db/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/db/__init__.py b/alot/db/__init__.py
index 86f56b5d..95d2b245 100644
--- a/alot/db/__init__.py
+++ b/alot/db/__init__.py
@@ -191,6 +191,7 @@ class DBManager(object):
:exception: :exc:`~errors.DatabaseROError`
.. note::
+ This only adds the requested operation to the write queue.
You need to call :meth:`DBManager.flush` to actually write out.
"""
if self.ro:
@@ -216,6 +217,7 @@ class DBManager(object):
:exception: :exc:`~errors.DatabaseROError`
.. note::
+ This only adds the requested operation to the write queue.
You need to call :meth:`DBManager.flush` to actually write out.
"""
if self.ro: