Quote:
Originally Posted by theducks
Code:
not formats:"=DOC" and not formats:"=EPUB" and not formats:"=LIT" and not formats:"=LRF" and not formats:"=MOBI" and not formats:"=ODT" and not formats:"=PDB" and formats:"=PDF" and not formats:"=PRC" and not formats:"=RAR" and not formats:"=RTF" and not formats:"=TXT" and not formats:"=ZIP"
works (you can simplify by removing format terms not in your library)
|
Thanks so very much - worked perfect after I added and not formats:"=azw3"
Somehow I thought there would be a cleaner way than listing all the formats, but whatever works!
Thanks again.