new matching options --want-get-by and --want-drop-by
Sponsored-by: Graham Spencer on Patreon
This commit is contained in:
parent
2bb42fa003
commit
be19a68276
11 changed files with 65 additions and 15 deletions
|
@ -82,5 +82,5 @@ start o si file key = stopUnless shouldCopy $
|
|||
Right (FromRemote _) -> checkwantget
|
||||
Left ToHere -> checkwantget
|
||||
|
||||
checkwantsend = wantSend False (Just key) (AssociatedFile (Just file))
|
||||
checkwantsend = wantGetBy False (Just key) (AssociatedFile (Just file))
|
||||
checkwantget = wantGet False (Just key) (AssociatedFile (Just file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue