pimutils / mates.rs

A very simple commandline addressbook
MIT License
63 stars 9 forks source link

multiple/recursive index #21

Open towo opened 6 years ago

towo commented 6 years ago

Cheers,

when using vdirsyncer with multiple remote collections, I can't just let MATES_DIR be either

  1. an array
  2. a superdirectory

Superdirectory in the sense of $MATES_DIR/contacts:foo and $MATES_DIR/contacts:bar both get read and indexed.

Using an array could probably be the better way to go as you could get very explicit in defining which address books you want to use.

untitaker commented 6 years ago

Seems like a reasonable feature request, though it would also mean that we need extra CLI and config options because it's no longer clear which directory to choose for mates add