From cf8db42ff883c5452998b0d8f57c2394abec42db Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 21 Jan 2002 23:28:20 +0000 Subject: As a temporary solution, just printf ("\a"); to make a beep :-) 2002-01-21 Jeffrey Stedfast * camel-filter-driver.c (do_beep): As a temporary solution, just printf ("\a"); to make a beep :-) * providers/imap/camel-imap-command.c (imap_command_strdup_vprintf): Encode the mailbox to UTF-7 here. * providers/imap/camel-imap-utils.c (imap_parse_list_response): Decode the mailbox name as we parse the list response. (imap_mailbox_decode): It's only an illegal mailbox name if it didn't switch back to US-ASCII mode. svn path=/trunk/; revision=15421 --- camel/camel-filter-driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-filter-driver.c') diff --git a/camel/camel-filter-driver.c b/camel/camel-filter-driver.c index c9720b621f..0bac3a08ac 100644 --- a/camel/camel-filter-driver.c +++ b/camel/camel-filter-driver.c @@ -570,7 +570,7 @@ do_beep (struct _ESExp *f, int argc, struct _ESExpResult **argv, CamelFilterDriv d(fprintf (stderr, "beep\n")); camel_filter_driver_log (driver, FILTER_LOG_ACTION, "Beep"); - /*gdk_beep ();*/ + printf ("\a"); return NULL; } -- cgit v1.2.3