summaryrefslogtreecommitdiff
path: root/libproto/pop/folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/folder.c')
-rw-r--r--libproto/pop/folder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libproto/pop/folder.c b/libproto/pop/folder.c
index 59ad1ccc8..4a26dbe11 100644
--- a/libproto/pop/folder.c
+++ b/libproto/pop/folder.c
@@ -48,7 +48,7 @@ static struct _mu_record _pop_record =
MU_POP_PRIO,
MU_POP_SCHEME,
MU_RECORD_DEFAULT,
- MU_URL_CRED | MU_URL_INET | MU_URL_PARAM,
+ MU_URL_SCHEME | MU_URL_CRED | MU_URL_INET | MU_URL_PARAM,
MU_URL_HOST,
_url_pop_init, /* Url init. */
_mailbox_pop_init, /* Mailbox init. */
@@ -69,7 +69,7 @@ static struct _mu_record _pops_record =
MU_POP_PRIO,
MU_POPS_SCHEME,
MU_RECORD_DEFAULT,
- MU_URL_CRED | MU_URL_INET,
+ MU_URL_SCHEME | MU_URL_CRED | MU_URL_INET,
MU_URL_HOST,
_url_pops_init, /* Url init. */
_mailbox_pops_init, /* Mailbox init. */

Return to:

Send suggestions and report system problems to the System administrator.