summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2018-05-02 22:39:24 +0200
committerDaniel Carl <danielcarl@gmx.de>2018-05-02 22:39:24 +0200
commitc3da25109ddcb344da90743308b9eb0d4ff1e512 (patch)
tree47fb0206aeb7392cd2caa6ecc9edb1ded3de0ab3 /doc
parentf20cbce4a5cb94c0dadeb386eea49599c9823839 (diff)
Use sqlite as cookie storage #470.
There are some reports about randomly cleared cookie file which seems to be fixed by using sqlite instead of text base cookie storage.
Diffstat (limited to 'doc')
-rw-r--r--doc/vimb.16
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 7504fab..cb3ee95 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -703,11 +703,9 @@ Fired right after a download is started.
.TP
.B DownloadFinished
Fired if a Vimb managed download is finished.
-For external download this event is not available.
.TP
.B DownloadFailed
Fired if a Vimb managed download failed.
-For external download this event is not available.
.PD
.RE
.TP
@@ -1320,8 +1318,8 @@ this subdirectory.
.I config
Configuration file to set WebKit setting, some GUI styles and keybindings.
.TP
-.I cookies
-Cookie store file.
+.I cookies.db
+Sqlite cookie storage.
.TP
.I closed
Holds the URIs of last closed browser windows.