Re: [evolution-patches] IMAP over ssh.



On Thu, 2003-09-04 at 18:41 +0100, David Woodhouse wrote:
> I can't get at either of my IMAP accounts without this.

Committed, following conversation on IRC about the GUI, and given it was
approved non-GUI-wise before, and nobody objected.

It's gconf-only for now; the GUI (patch below) was vetoed. I disagree
but since its absence doesn't actually prevent me getting at my
mailboxen I'm not going to push the issue. If anyone has any clever
ideas about how to do this so that Ettore's happy, I'd be interested to
hear them.

> --- camel/providers/imap/camel-imap-provider.c	22 May 2002 20:17:48 -0000	1.24
> +++ camel/providers/imap/camel-imap-provider.c	4 Sep 2003 17:38:24 -0000
> @@ -39,6 +39,13 @@ static gint check_equal (char *s1, char 
>  static gint imap_url_equal (gconstpointer a, gconstpointer b);
>  
>  CamelProviderConfEntry imap_conf_entries[] = {
> +	{ CAMEL_PROVIDER_CONF_SECTION_START, "cmdsection", NULL,
> +	  N_("Connection to Server") },
> +	{ CAMEL_PROVIDER_CONF_CHECKBOX, "use_command", NULL,
> +	  N_("Use custom command to connect to server"), "0" },
> +	{ CAMEL_PROVIDER_CONF_ENTRY, "command", "use_command",
> +	  N_("Command:"), "ssh -C -l %u %h exec /usr/sbin/imapd" },
> +	{ CAMEL_PROVIDER_CONF_SECTION_END },
>  	{ CAMEL_PROVIDER_CONF_SECTION_START, "mailcheck", NULL,
>  	  N_("Checking for new mail") },
>  	{ CAMEL_PROVIDER_CONF_CHECKBOX, "check_all", NULL,


-- 
dwmw2




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