Robert Hamrick wrote:

> However, if I have a symlink in that directory (with a .rem extension)
> that points to another directory, remind attempts to read the symlink
> but not the *.rem files in the target directory.

Remind will not recursively read files in a directory.  If you
tell it:

     remind some_dir

it calls glob("somedir/*.rem") and assumes each *.rem is a file, not
a directory.

Changing this behaviour to make it recursive is left as an exercise
for the reader. :)

Regards,

David.
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.whatexit.org/mailman/listinfo/remind-fans

Reply via email to