leahneukirchen / mblaze

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

fix double slashes #65

Closed xcko closed 7 years ago

xcko commented 7 years ago

As of now, when calling mlist path/to/maildir/ if there is a trailing slash on the path, the output is path/to/maildir//cur/123mail. This checks if there is a trailing slash and removes it.