diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-06 18:29:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-06 18:29:52 -0400 |
commit | 096078683033b6c500319d1880879a4b82c6c472 (patch) | |
tree | 9c196e99076444dcf1935228470fb9ad6f5b8456 /doc/todo | |
parent | dba7d9163a9aad6699fcaf229320f9783b7e8bf3 (diff) |
better archive directory handling
Adjust preferred content expressions so that content in archive directories
is preferred until it has reached an archive or smallarchive repository.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/assistant_smarter_archive_directory_handling.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/assistant_smarter_archive_directory_handling.mdwn b/doc/todo/assistant_smarter_archive_directory_handling.mdwn index f464c182b..fa5a3e4fc 100644 --- a/doc/todo/assistant_smarter_archive_directory_handling.mdwn +++ b/doc/todo/assistant_smarter_archive_directory_handling.mdwn @@ -27,3 +27,5 @@ Something vaguely like this should work as the preferred content expression for the clients: exclude=archive/* or (include=archive/* and (not (copies=archive:1 or copies=smallarchive:1))) + +> [[done]] --[[Joey]] |