aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r--camel/camel-service.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/camel/camel-service.c b/camel/camel-service.c
index befc8d4f69..4df8154d98 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -47,6 +47,7 @@
#include "camel-private.h"
#define d(x)
+#define w(x)
static CamelObjectClass *parent_class = NULL;
@@ -103,8 +104,8 @@ camel_service_finalize (CamelObject *object)
camel_exception_init (&ex);
CSERV_CLASS (service)->disconnect (service, TRUE, &ex);
if (camel_exception_is_set (&ex)) {
- g_warning ("camel_service_finalize: silent disconnect failure: %s",
- camel_exception_get_description (&ex));
+ w(g_warning ("camel_service_finalize: silent disconnect failure: %s",
+ camel_exception_get_description (&ex)));
}
camel_exception_clear (&ex);
}
@@ -370,8 +371,8 @@ camel_service_get_url (CamelService *service)
static char *
get_name (CamelService *service, gboolean brief)
{
- g_warning ("CamelService::get_name not implemented for `%s'",
- camel_type_to_name (CAMEL_OBJECT_GET_TYPE (service)));
+ w(g_warning ("CamelService::get_name not implemented for `%s'",
+ camel_type_to_name (CAMEL_OBJECT_GET_TYPE (service))));
return g_strdup ("???");
}
+35 | * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-193-11/+29 | |\ \ | | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-173-11/+29 | | |\| | | | * Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28 | | | * Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1 | | | * Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3 | | | * Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13 | | | * Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0 | | | * Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3 | * | | hide meeting creation if we have no accounts configured, for EvoMichael Meeks2010-05-192-0/+7 | |/ / | * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-111-0/+26 | |\ \ | | * | Handle adding 'X' close button on the menu bar. Restore adding the sameSrinivasa Ragavan2010-05-111-0/+26 | * | | checking the sender: not a good ideaMichael Meeks2010-05-111-1/+0 | |/ / | * | Turns out the filter function gets lots of messages, despite the bus-side fil...Michael Meeks2010-05-111-0/+6 | * | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-303-130/+13 | * | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-301-4/+0 | * | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-302-3/+3 | * | Add 'add new calendar' to the side pane like annum.Srinivasa Ragavan2010-04-271-1/+31 | * | Handle the side pane's date navigator size. Set a minimum size of 150pxSrinivasa Ragavan2010-04-271-2/+3 | * | Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-272-2/+13 | * | fix build snafu (urk)MEEGO_1_0Michael Meeks2010-04-231-1/+1 | * | add defines to ease MeeGo buildingMichael Meeks2010-04-231-0/+10 | * | Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-223-1/+89 | |\| | | * Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1 | | * Bug 596601 (bnc) - monitor system timezone changes in evolutionChenthill Palanisamy2010-04-162-1/+88 | * | Merge commit 'origin/express2' into express2Michael Meeks2010-04-201-27/+0 | |\ \ | | * | Get rid of custom quit for calendar and instead use the shellSrinivasa Ragavan2010-04-191-27/+0 | * | | add proxy support to auto-configurationMichael Meeks2010-04-201-1/+2 | |/ / | * | Just close the window and not the entire shellSrinivasa Ragavan2010-04-191-3/+8 | * | Remove /apps/evolution/calendar/date_navigator/show_week_numbersFederico Mena Quintero2010-04-182-5/+1 | * | Use a single /apps/evolution/calendar/display/show_week_numbersFederico Mena Quintero2010-04-182-3/+3 | * | turn threading on by default for mail; un-conditionally.Michael Meeks2010-04-151-1/+1 | * | Merge commit 'origin/express2' into express2Michael Meeks2010-04-153-0/+9 | |\ \ | | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-04-133-0/+9 | | |\| | | | * Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-133-0/+9 | * | | remove custom close / searchbar hiding hacks for express mode,Michael Meeks2010-04-151-4/+0 | |/ / | * | remove special case for calendarMichael Meeks2010-04-121-11/+0 | * | Merge branch 'express2' into express2-reduced-preferencesFederico Mena Quintero2010-04-104-1/+632 | |\ \ | | * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-104-1/+632 | | |\| | | | * Add missing linker flag to NetworkManager extension.Matthew Barnes2010-04-091-0/+1 | | | * [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-04-081-0/+4 | | | * [win32] Implement network status detectionFridrich Strba2010-04-083-1/+628 | | | * Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-083-1/+279 | * | | Hide widgets for the composer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4 | * | | Hide widgets for the mailer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4 | |/ / | * | Express: Composer always defaults to HTML modeMatthew Barnes2010-04-072-6/+24 | * | Hide searchbar in calendar view in express mode.Srinivasa Ragavan2010-04-071-1/+5 | * | Fix mismatched quotes.Matthew Barnes2010-04-076-11/+11 | * | Simplify the search UI for express mode.Matthew Barnes2010-04-075-10/+15 | * | Add ConnMan support (words fail me ...)Michael Meeks2010-04-073-0/+231 | * | Add an extension to configure EWebView.Matthew Barnes2010-04-075-15/+134 | * | Fix build breakage.Matthew Barnes2010-04-071-0/+1 | * | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-073-1/+279 | * | Add extensions to configure calender widgets.Matthew Barnes2010-04-0717-5/+760 | * | Add an extension to configure EMFormatHTML.Matthew Barnes2010-04-074-0/+129 | * | Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-04-074-76/+151 | |/ | * Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2 | * Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-2/+4 | * Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-013-12/+75 | * Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5 | * Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-301-0/+4 | * Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-261-0/+84 * | Bug 576165 - SIGSEGV in e_plugin_mono_register_type (bnc)Chenthill Palanisamy2010-05-261-3/+5 * | Fix compiler warnings.Matthew Barnes2010-05-221-0/+2 * | Bug #546551 - Dialog for mark-all-read always mentions subfoldersMilan Crha2010-05-211-1/+5 * | Create the source groups required to ensure local adresssbooks and calendars ...Chenthill Palanisamy2010-05-202-0/+8 * | Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-192-22/+35 * | Bug #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+33 * | Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28 * | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-143-3/+38 * | Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-134-0/+345 * | Bug #603006 - Move All Contacts To enabled for read-only address booksMilan Crha2010-05-131-0/+4 * | Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1 * | Coding style and whitespace cleanup.Matthew Barnes2010-05-0210-70/+172 * | Adapt to Camel API changes.Matthew Barnes2010-04-303-25/+14 * | Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-302-3/+3 * | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-263-130/+13 * | Camel is now GObject-based.Matthew Barnes2010-04-246-21/+21 * | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0 * | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-232-3/+3 * | Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+1 * | Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-1/+1 * | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-132-2/+3 * | Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-133-0/+9 * | Forgot to commit some bits.Matthew Barnes2010-04-081-4/+0 * | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-084-16/+49 * | Bug 614926 - Memos and Tasks accelerators switched since 2.28Matt McCutchen 22010-04-072-2/+2 * | Bug #567304 - Review strings for translationMilan Crha2010-04-072-7/+11 * | Adapt to Camel API changes.Matthew Barnes2010-04-042-7/+7 * | Only #include Camel's top-level header.Matthew Barnes2010-04-0312-23/+3 * | Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-022-15/+11 * | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-0212-42/+42 * | Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-2/+4 * | Bug #613356 - Calendar doesn't save Task/Memo table stateMilan Crha2010-04-013-12/+75 * | Bug #613354 - Folder->Mark all messages as read does not workMilan Crha2010-04-011-1/+5 * | Bug #602801 - Duplicate mnemonicViswanath S2010-04-011-1/+1 * | Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-62/+0 * | [win32] Test for eventsys.h and sensevts.h properlyFridrich Štrba2010-04-011-13/+22 * | Express: Composer always defaults to HTML modeMatthew Barnes2010-03-302-6/+24 * | Hide searchbar in calendar view in express mode.Srinivasa Ragavan2010-03-301-1/+5 * | Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-303-2058/+3 * | Reformat code so that it looks okFridrich Štrba2010-03-291-8/+8 * | [win32] Don't brew your own macro if glib has one suitable availableFridrich Štrba2010-03-291-3/+1 * | [win32] Windows SENS module cannot be built with C++ compilerFridrich Štrba2010-03-291-4/+1 * | [win32] Some buildability tweaks for Windows SENS moduleFridrich Štrba2010-03-291-1/+161 * | Fix mismatched quotes.Matthew Barnes2010-03-296-11/+11 * | Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages"Matthew Barnes2010-03-283-97/+22 * | Bug 611882 - Missing mnemonics in Date/Time format preferencesMatthew Barnes2010-03-281-1/+1 * | Simplify the search UI for express mode.Matthew Barnes2010-03-275-10/+15 * | [win32] Remove the C++ dependencyFridrich Štrba2010-03-272-133/+250 * | [win32] Converting the Windows SENS from C++ to plain CFridrich Štrba2010-03-272-11/+10 * | Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-261-0/+4 * | Ensure that the width of the mail sidebar is not too wideFederico Mena Quintero2010-03-261-1/+48 * | Add ConnMan support (words fail me ...)Michael Meeks2010-03-263-1/+232 * | [win32] Fix on-the-fly UUID creation and change names of functionsFridrich Štrba2010-03-261-9/+24 * | [win32] Generate UUID on the fly in Windows SENS moduleFridrich Štrba2010-03-251-7/+14 * | [win32] Miscellaneous fixes to Windows SENS moduleFridrich Štrba2010-03-251-99/+120 * | [win32] Little modifications to Windows SENS moduleFridrich Strba2010-03-241-7/+30 * | [win32] Implement network status detectionFridrich Strba2010-03-243-1/+282 * | Clear one more instance of lockdown settingsFridrich Strba2010-03-241-0/+2 * | Oops, remove debug printfFederico Mena Quintero2010-03-231-9/+0 * | Don't hardcode a width, but compute a suitable oneSrinivasa Ragavan2010-03-232-16/+10 * | Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-1/+16 * | Close only the current window than the entire shell.Srinivasa Ragavan2010-03-231-3/+8 * | Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-0/+37 * | Add an extension to configure EWebView.Matthew Barnes2010-03-235-15/+134 * | Fix build breakage.Matthew Barnes2010-03-221-0/+1 * | [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-211-0/+2 * | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-203-1/+279 * | Add extensions to configure calender widgets.Matthew Barnes2010-03-2017-5/+759 * | Add an extension to configure EMFormatHTML.Matthew Barnes2010-03-204-0/+129 * | Redo Calendar for express mode. Just design/layout changes.Srinivasa Ragavan2010-03-204-77/+152 |/ * Fix a couple compiler warnings.Matthew Barnes2010-03-161-1/+1 * Make the gconf schemas installation rules consistent in all Makefiles.amFridrich Strba2010-03-161-10/+12 * Bug 612792 - Crash when trying to delete WebDav addressbookMatthew Barnes2010-03-154-4/+4 * Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-151-0/+4 * Shell and UI manager cleanups.Matthew Barnes2010-03-142-1/+3 * clean up the 'express' mode hooks for UI Managers and start toMichael Meeks2010-03-141-5/+1 * Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-142-2/+2 * Switch to anjal style on express mode.Srinivasa Ragavan2010-03-141-15/+18 * Integrate into new account button.Srinivasa Ragavan2010-03-142-1/+5 * Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-141-1/+4 * Fix GnomeCalendar lifecycle; not being a widget meant we didn'tMichael Meeks2010-03-141-3/+1 * Some more directories relocated on windowsFridrich Strba2010-03-116-0/+11 * Bug 611727 - Date navigator marks dates for inactive calendarsMatthew Barnes2010-03-101-0/+4 * Bug 611873 - Make triple-clicking a shortcut for "Show Only This ..."Matthew Barnes2010-03-063-45/+6 * Bug #529331 - Deletes appointments when moving to the same calendarMilan Crha2010-02-252-6/+21 * Bug 587014 - Magic space does not work as expectedMatthew Barnes2010-02-181-1/+1 * Bug 609836 - Add translator comments to ambiguous stringsMatthew Barnes2010-02-174-0/+20 * Bug 604542 - Skip non-system rules when building quick search menuMatthew Barnes2010-02-111-0/+2 * Bug 609403 - Doesn't restore window size alwaysMatthew Barnes2010-02-103-257/+248 * Bug 609404 - Quick search filter should work on current message list viewMatthew Barnes2010-02-101-8/+18 * Add DnD support to e-selection.c.Matthew Barnes2010-02-093-23/+31 * Fix some dead assignments.Matthew Barnes2010-02-083-6/+0 * Coding style and whitespace cleanup.Matthew Barnes2010-02-083-33/+31 * Implement account-wide search scope in mail.Matthew Barnes2010-02-078-169/+478 * Bug 607520 - 'Add to Address Book' fails when address has spaceMatthew Barnes2010-02-031-1/+1 * Coding style and whitespace cleanup.Matthew Barnes2010-01-312-132/+132 * Improve sidebar and ECalModel interaction.Matthew Barnes2010-01-309-120/+657 * Sidebar cleanups for Memos and Tasks.Matthew Barnes2010-01-302-45/+41 * Remove a bunch of dead code in GnomeCalendar.Matthew Barnes2010-01-301-24/+0 * Level the differences with the alternative runtime/header setFridrich Strba2010-01-281-0/+12 * Make authentication functionality availableGustavo Noronha Silva2010-01-278-18/+18 * Bug #606666 - Cannot move cursor with arrows in preview with caret modeMilan Crha2010-01-251-1/+1 * Coding style and whitespace cleanups.Matthew Barnes2010-01-231-1/+3 * Bug 549558 - "Download Messages for Offline Usage" still sensitive in offlin...Viswanath Sivakumar2010-01-221-1/+7 * Bug 607608 - Empty Trash does not work unless Trash is selectedMatthew Barnes2010-01-223-35/+45 * Bug #602827 - Disable broken plugins automaticallyMilan Crha2010-01-191-0/+2 * Bug 606940 - plugin_lib_loadmodule() always enables the pluginMatthew Barnes2010-01-191-0/+4 * Give all preview panes a search bar.Matthew Barnes2010-01-1818-163/+243 * Fix some potential null pointer dereferences.Matthew Barnes2010-01-163-6/+12 * Fix a potential uninitialized argument in e-plugin-python.c.Matthew Barnes2010-01-161-4/+6 * Remove dead assignments found by clang.Matthew Barnes2010-01-1621-96/+4 * Cleanup delete actions in shell views.Matthew Barnes2010-01-1113-271/+41 * Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-083-8/+8 * Bug #549988 - "Empty Trash" in Trash popup empties all Trash foldersMilan Crha2010-01-061-4/+4 * Bug #597816 - Read/save search folders with labels properlyMilan Crha2010-01-052-2/+17 * Coding style and whitespace cleanup.Matthew Barnes2010-01-052-44/+69 * Kill e_popup_menu().Matthew Barnes2010-01-051-2/+0 * Coding style and whitespace cleanup.Matthew Barnes2010-01-044-25/+48 * Compiler and linker flag cleanups.Matthew Barnes2009-12-283-24/+27 * Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-279-106/+105 * Coding style and whitespace cleanup.Matthew Barnes2009-12-2613-38/+101 * Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-2625-767/+20 * Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-2/+4 * Bug #605192 - New memo window has start date as NoneMilan Crha2009-12-231-0/+16 * Bug 596947 - Calendar view forgets memo pane heightMatthew Barnes2009-12-201-3/+4 * Remove some obsolete GConf keys.Matthew Barnes2009-12-194-138/+144 * Refactor the EShell search API.Matthew Barnes2009-12-1923-131/+322 * Bug #596967 - Per-folder setting for threading and preview panelMilan Crha2009-12-193-1/+111 * Bug #593700 - Restore folder's last selected message as expectedMilan Crha2009-12-181-136/+0 * Bug #603184 - Various problems with search box in foldersMilan Crha2009-12-181-0/+3 * Kill MailSession's interactive flag.Matthew Barnes2009-12-171-3/+0 * Move MailFolderCache signal handlers to EMailBackend.Matthew Barnes2009-12-171-77/+0 * Introduce EMailBackend into libevolution-mail.Matthew Barnes2009-12-162-361/+158 * Add MailFolderCache::folder-changed signalJonathon Jongsma2009-12-161-0/+55 * Remove mail-config, vfolder, and filter deps from mail-folder-cacheJonathon Jongsma2009-12-161-0/+22 * Move mail migration code to libevolution-mail.so.Matthew Barnes2009-12-164-3142/+2 * Bug #603342 - Memory leak fixesMilan Crha2009-12-151-4/+6 * Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-154-419/+23 * Bug #602998 - Contacts searches are supposed to be per address bookMilan Crha2009-12-115-9/+83 * Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-106-7/+22 * Bug #591938 - Update translator's commentsMilan Crha2009-12-102-2/+4 * Kill ETableScrolled.Matthew Barnes2009-12-0811-130/+134 * Kill ETreeScrolled.Matthew Barnes2009-12-082-19/+50 * Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-08