X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b3496a6cccc205e49560cb5a8147fce3fc0fcc70..adb55d7a21a6b728e915a8430f818138c5cb1eee:/config/config.c diff --git a/config/config.c b/config/config.c index d29f8a2e..8495d576 100644 --- a/config/config.c +++ b/config/config.c @@ -8,7 +8,6 @@ */ #include -#include #include #define nmhbindir(file) NMHBINDIR#file @@ -103,6 +102,9 @@ char *mh_defaults = nmhetcdir (/mh.profile); /* default name of user profile */ char *mh_profile = ".mh_profile"; +/* name of credentials file, defaults to .netrc in either Path or $HOME. */ +char *credentials_file; + /* name of current message "sequence" */ char *current = "cur"; @@ -138,6 +140,9 @@ char *nmhprivcache = "nmh-private-cache"; /* profile entry for external ftp access command */ char *nmhaccessftp = "nmh-access-ftp"; +/* profile entry for external url access command */ +char *nmhaccessurl = "nmh-access-url"; + char *mhlibdir = NMHLIBDIR; char *mhetcdir = NMHETCDIR;