aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-31 03:20:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-31 09:01:11 +0800
commitcc01e6c845b27598bc6071cdf86fc9e86b775b09 (patch)
tree3cefbf7baaa068827592333284a94b8605c698bd /mail/em-subscription-editor.c
parent831d6dca44ecaa272b4ef5e1cfc29578e7ba5435 (diff)
downloadgsoc2013-evolution-cc01e6c845b27598bc6071cdf86fc9e86b775b09.tar.gz
gsoc2013-evolution-cc01e6c845b27598bc6071cdf86fc9e86b775b09.tar.zst
gsoc2013-evolution-cc01e6c845b27598bc6071cdf86fc9e86b775b09.zip
Remove an unused function.
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r--mail/em-subscription-editor.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c
index c040daf48e..db278b8a63 100644
--- a/mail/em-subscription-editor.c
+++ b/mail/em-subscription-editor.c
@@ -904,28 +904,6 @@ subscription_editor_add_account (EMSubscriptionEditor *editor,
g_ptr_array_add (editor->priv->stores, data);
}
-static gboolean
-subscription_editor_test_account (EMSubscriptionEditor *editor,
- EAccount *account)
-{
- CamelSession *session;
- CamelStore *store;
- const gchar *url;
-
- /* Account must be enabled. */
- if (!account->enabled)
- return FALSE;
-
- session = em_subscription_editor_get_session (editor);
- url = e_account_get_string (account, E_ACCOUNT_SOURCE_URL);
-
- store = (CamelStore *) camel_session_get_service (
- session, url, CAMEL_PROVIDER_STORE, NULL);
-
- /* Corresponding CamelStore must support subscriptions. */
- return (store != NULL) && camel_store_supports_subscriptions (store);
-}
-
static void
subscription_editor_set_account (EMSubscriptionEditor *editor,
EAccount *account)
4&id=b227b572d808bc9da030a9f4a079976d44caca94'>- Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * - Remove outdated patch to prune __wchar_t from CFLAGS (python-config --cflags)sunpoet2011-11-051-4/+2 * - Fix build on FreeBSD 10beat2011-10-287-8/+15 * - Remove the HUGE_STACK_SIZE option, now Python will use defaultlwhsu2011-09-251-6/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-6/+3 * Handle built world without NIS more gracefully; detect missing ypcat andcrees2011-09-181-1/+8 * - Fix pkg-plist when building with WITHOUT_THREADSlwhsu2011-08-192-1/+3 * - Update to 2.6.7wen2011-06-084-48/+5 * - Apply two patch from svn.python.org to fix CVE-2010-3493 and SA43463wen2011-03-073-0/+131 * Changes to make python ports work on powerpc (32-bit mode; 64-bit notlinimon2011-02-252-2/+2 * Changes to make python ports work on powerpc (32-bit mode; 64-bit notlinimon2011-02-253-1/+16 * Changes to make python ports work on powerpc (32-bit mode; 64-bit notlinimon2011-02-251-5/+0 * - Fix the build with pth.wen2010-09-131-5/+5 * - Update to 2.6.6wen2010-09-129-120/+137 * Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).jkim2010-07-204-0/+88 * - Update lang/python26 to 2.6.5wen2010-05-123-6/+15 * - Update to 2.6.4miwi2009-11-273-7/+12 * Fix build if POSIX semaphore enabled ismiwi2009-09-162-2/+8 * - Add support for FreeBSD 9.0miwi2009-09-115-15/+38 * - Use dirrmtry in lib-old dir to fix some plist leftloversmiwi2009-08-132-2/+2 * - Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)lwhsu2009-08-021-1/+0 * - Ask the first Python installed to install the bin/python link,lwhsu2009-07-141-2/+3 * - Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATAlwhsu2009-07-132-576/+578 * - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-094-15/+30 * Add support for building Python against GNU Portable Threads (Pth),bms2009-03-147-21/+129 * Make sure the singal is delivered to the main thread, where pythonsobomax2009-02-272-1/+31 * Fix typo in UCS4 knob handling.tmclaugh2009-02-231-1/+2 * - Update to python 2.5.4 and python 2.6.1miwi2009-02-173-14/+23 * Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)perky2008-10-1327-1945/+323 * - Security fixesmiwi2008-09-0820-1/+877 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Fix zlib crash from zlib.decompressobj().flush(val)miwi2008-04-253-1/+28 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2 * Force to build bsddb185 module to make pkg-plist consistent.perky2008-02-291-9/+18 * - Fix plistpav2008-02-262-0/+2 * Update to Python 2.5.2.perky2008-02-243-10/+125 * Add support for FreeBSD 8.perky2007-10-293-8/+945 * Remove support for OSVERSION < 5edwin2007-10-041-10/+2 * - Make Python 2.5.1 the default Python versionalexbl2007-07-303-13/+40 * - Force setup.py picks up readline and ncurses from base. This fixes buildrafan2007-02-281-3/+37 * Correct a patch not to install unwanted files.perky2006-10-161-10/+10 * Revert the default version of Python to 2.4 for the ports freezeperky2006-10-133-14/+13 * Fix build with WITH_FPECTL=yes on i386.perky2006-10-101-0/+1 * - Restrict a dependency to the real interpreter to _RUN only. Thisperky2006-10-091-7/+0 * Simple portupgrade doesn't upgrade python correctly, so add a checkperky2006-10-091-0/+7