nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] urls from mhpath, and message store abstraction layers


From: Earl Hood
Subject: Re: [Nmh-workers] urls from mhpath, and message store abstraction layers.
Date: Mon, 6 Feb 2012 11:37:22 -0600

Wrt to mhpath, I think it is getting over analyzed.  All
mhpath does is provide the *path* to an nmh resource,
that's it.

Issues like fetching or not fetching are out-of-scope.

If/when IMAP support is added in, mhpath will return
imap URLs.  If one is using the existing classic storage
model, then local pathnames are returned.

So, for the following command:

  mhpath +inbox

If using the classic storage model:

  /home/user/MHMail/inbox

And if IMAP storage is used:

  imap://imap.example.com/inbox

Any additional storage models would return URLs appropriate
for that storage model.

--ewh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]