leahneukirchen / mblaze

Unix utilities to deal with Maildir
Other
419 stars 48 forks source link

Use absolute paths in seq file? #253

Open algor512 opened 7 months ago

algor512 commented 7 months ago

I've noticed that after running something like

mlist <relative path to maildir> | mseq -S

the sequence file $MBLAZE/seq contains relative paths to message files. From my perspective, it would be nice to convert them into absolute paths, as, I believe, a user expects mblaze to use the same files after changing the current directory. At least, I do so:)

leahneukirchen commented 7 months ago

I guess mlist could print absolute paths, yes.