]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wflad.py
Store LAST_MODIFIED in folder's attributes.
[bookmarks_db.git] / Writers / bkmk_wflad.py
index 7619eb32f58e6dbcbec427108fe6b41eb57050e2..2d261586058796e2a3a160b1859731a179036d02 100644 (file)
@@ -30,7 +30,8 @@ Level: %d
 Folder: %s
 AddDate: %s
 Comment: %s
-""" % (level, f.name, strftime(f.add_date), f.comment))
+LastModified: %s
+""" % (level, f.name, strftime(f.add_date), f.comment, f.last_modified or ''))
 
 
    def bookmark(self, b, level):