aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-13 06:59:25 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-13 06:59:25 +0800
commit5e764dcac939cf6e3386234304bfa1bac862f8cf (patch)
treef0a85caee3a9a46d251e293a7b8cb253411a0630 /camel/providers
parent247366f851afcaff367fcf13c130e3f727566864 (diff)
downloadgsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar.gz
gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.tar.zst
gsoc2013-evolution-5e764dcac939cf6e3386234304bfa1bac862f8cf.zip
From addressbook/ChangeLog:
2000-07-12 Christopher James Lahey <clahey@helixcode.com> * backend/pas/pas-backend-file.c: Do case insensitive compares. * addressbook/gui/component/addressbook.c: Make quick search search both name and company name. From camel/ChangeLog: 2000-07-12 Christopher James Lahey <clahey@helixcode.com> * camel-folder-search.c, providers/imap/camel-imap-store.c: Changed from strstrcase to e_strstrcase. * string-utils.c, string-utils.h: Removed strstrcase (in favor of e_strstrcase in e-util/e-util.c.) From e-util/ChangeLog: 2000-07-12 Christopher James Lahey <clahey@helixcode.com> * e-util.c, e-util.h: Added e_strstrcase function. svn path=/trunk/; revision=4127
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-store.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index eeb7bd7d90..d31080d0b2 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -333,7 +333,7 @@ imap_connect (CamelService *service, CamelException *ex)
"Unknown error");
}
- if (strstrcase (result, "SEARCH"))
+ if (e_strstrcase (result, "SEARCH"))
store->has_search_capability = TRUE;
else
store->has_search_capability = FALSE;
@@ -559,13 +559,13 @@ camel_imap_command (CamelImapStore *store, CamelFolder *folder, char **ret, char
}
if (p) {
- if (strstrcase (p, "READ-WRITE"))
+ if (e_strstrcase (p, "READ-WRITE"))
mode =
}
#endif
}
#if 0
- if ((recent = strstrcase (r, "RECENT"))) {
+ if ((recent = e_strstrcase (r, "RECENT"))) {
char *p;
for (p = recent; p > r && *p != '*'; p--);
@@ -678,7 +678,7 @@ camel_imap_command_extended (CamelImapStore *store, CamelFolder *folder, char **
return s;
}
#if 0
- if ((recent = strstrcase (r, "RECENT"))) {
+ if ((recent = e_strstrcase (r, "RECENT"))) {
char *p;
for (p = recent; p > r && *p != '*'; p--);
graphics/commit/lang?id=a172298340436e88326fc6a13ccfbffa650728e7'>Drop maintainership.bms2009-04-211-1/+1 * Fix for NOPORTDOCS.bms2009-04-211-3/+10 * Drop maintainership.bms2009-04-211-1/+1 * Fix for NOPORTDOCS from QA tindy.bms2009-04-211-2/+8 * Ubreak by making the port check for availability of Tcl's man-pages.mi2009-04-213-7/+317 * - Add forgotten dependency on ftp/curlgahr2009-04-131-0/+1 * - Add dependency on Bisongahr2009-04-131-0/+1 * Update to 0.6.1.marcus2009-04-132-4/+4 * - Fix pseudo-typo: s|pkg-config libcurl|curl-config|ggahr2009-04-131-2/+2 * - Update to 7.11gahr2009-04-129-298/+159 * - Update lang/ocaml to 3.11.0. [1]stas2009-04-1115-67/+137 * Add bugfiux for "Attributes + Unkown Error".skv2009-04-118-4/+196 * - Update to 1.5R1wxs2009-04-1112-146/+421 * Update to the 20090409 snapshot of GCC 4.5.0.gerald2009-04-1010-95/+95 * Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-103-37/+52 * Update to the 20090405 snapshot of GCC 4.3.4.gerald2009-04-102-20/+19 * Update to the 20090407 snapshot of GCC 4.4.0.gerald2009-04-092-19/+19 * This port installs gcc45, g++45, gcj45, gfortran45 and so forth, not thegerald2009-04-085-10/+10 * Connect lang/gcc45 AKA GCC 4.5.0 to the build.gerald2009-04-081-0/+1 * Initiate lang/gcc45 by updating to the 20090402 snapshot of GCC 4.5.0.gerald2009-04-0815-140/+135 * - Fix build when WITH_PARI is selected.wxs2009-04-081-1/+1 * - Update to 10.0.2.stas2009-04-074-16/+11 * - Update to 1.0.27.stas2009-04-073-9/+5 * - Make ocaml to find tk again.stas2009-04-071-1/+10 * Add linux-f8-tcl84 8.4.17, tool Command Language (Linux Fedora 8).bsam2009-04-067-0/+1525 * - Update to 05_20090329gahr2009-04-063-4/+5 * Fix packaging with enabled GDBM option.skv2009-04-054-4/+0 * Add several bugfixes, imported from maint-5.10skv2009-04-0448-0/+1164 * tinypy is a minimalist implementation of python in 64k of codeamdmi32009-04-024-0/+73 * - Fix build with gcc 4.2amdmi32009-04-0216-13/+467 * Here are new Linux Fedora 8 infrastructure ports.bsam2009-04-015-28/+37 * Update to the 20090331 snapshot of GCC 4.4.0.gerald2009-04-0112-114/+114 * Finish repocopies of new linux-f8 infrastructure ports:bsam2009-04-011-0/+3 * - Update to snapshot r5576.tdb2009-04-015-556/+625 * - Update to 20090329miwi2009-04-012-6/+6 * Set MAKE_JOBS_SAFE to allow for parallel builds.gerald2009-03-301-0/+1 * Update to the 20090327 snapshot of GCC 4.4.0.gerald2009-03-3012-114/+120 * - need newer llvm to build on amd64dinoex2009-03-301-3/+2 * Update to the 20090326 snapshot of GCC 4.3.4 which should concludegerald2009-03-302-19/+20 * Update to the 20090325 snapshot of GCC 4.2.5 which should concludegerald2009-03-292-13/+14 * Fix CONFLICTS.skv2009-03-294-4/+4 * Introduce Perl 5.10.0skv2009-03-2935-1475/+2500 * Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1 * - Update to 2.9.0miwi2009-03-285-2362/+293 * - Mark MAKE_JOBS_SAFE for SMP compilationmm2009-03-252-0/+2 * Fix make -jarved2009-03-253-3/+62 * - Mark BROKEN, doesn't install any compiler binaryamdmi32009-03-252-0/+3 * - Update to 1.6.3mm2009-03-252-5/+4 * 2009-03-22 emulators/dlx: unmaintained, does not work with current versions o...miwi2009-03-2410-352/+0 * - Update to snapshot r5519.tdb2009-03-232-4/+4 * Add MAKE_JOBS_SAFE variable.skv2009-03-235-0/+5 * - Update to 20090320dhn2009-03-222-5/+4 * - Update to 2.2.2miwi2009-03-212-4/+4 * Etoile Project LnguageKit Pluginsdinoex2009-03-205-0/+49 * - udpate to 0.4.1dinoex2009-03-2014-62/+117 * - Drop -n flag to cpio, it's no-op when used with -p, and our BSD cpio does notpav2009-03-201-1/+1 * Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-1/+1 * - Update to snapshot r5498.tdb2009-03-192-4/+4 * - Fix on CURRENT. The failure reason is that broken libphobos was produced, a...amdmi32009-03-182-2/+78 * Mark as broken on sparc64.linimon2009-03-181-1/+7 * - Fix plistamdmi32009-03-181-1/+0 * Mark as broken on sparc64.linimon2009-03-171-1/+7 * - Mark BROKEN: does not compilepav2009-03-171-0/+2 * * Install correct (the troff manpage)maho2009-03-161-2/+2 * - Update to 0.11miwi2009-03-163-5/+22 * Remove per deprecation/expiration note.gerald2009-03-1516-472/+0 * Remove gcc-testsuite from DISTFILES, along with the post-build andgerald2009-03-151-18/+5 * No need to handle PACKAGE_BUILDING specially now that we no longer rungerald2009-03-151-1/+1 * Update to the 20090313 snapshot of GCC 4.4.0.gerald2009-03-1512-198/+168 * Update to the 20090312 snapshot of GCC 4.3.4.gerald2009-03-152-29/+20 * - Update to 3.2a.2miwi2009-03-142-9/+7 * Add s9fes 20090311, a simple and comprehensible Scheme interpreter.lwhsu2009-03-145-0/+296 * Update to the 20090311 snapshot of GCC 4.2.5.gerald2009-03-142-22/+15 * Add support for building Python against GNU Portable Threads (Pth),bms2009-03-1414-42/+258 * Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1 * Remove obsolete code to create (empty) man pages in case regulargerald2009-03-141-5/+0 * - Use correct pkgconfig files dir.stas2009-03-141-0/+11 * Update "perl-after-upgrade": set correct perl package name in @pkgdep.skv2009-03-1310-230/+25 * Always use FreeBSD sed.ale2009-03-112-2/+4 * - Update to 05_20090309gahr2009-03-113-4/+9 * - Update python30 to 3.0.1miwi2009-03-1010-42/+69 * Fix build with new ocaml-ocurl (if curl is enabled)johans2009-03-101-0/+18 * - Forgot to remove patchamdmi32009-03-071-20/+0 * - Update to 0.0.7amdmi32009-03-074-13/+37 * - Update hs-hscolour to 1.12pgj2009-03-072-5/+5 * - Use my FreeBSD address on the ports I maintaindhn2009-03-071-1/+1 * - Update bison to 2.4.1, see announcements for important changes:johans2009-03-061-15/+37 * Update to 5.2.9 release and re-add pcre extension.ale2009-03-0611-90/+82 * Fix PORTVERSION.skv2009-03-065-5/+5 * Remove variable PERL_VER from the ports tree at all - becauseskv2009-03-0612-691/+110 * - Select the correct TCLSH provided by bsd.tcl.mkmm2009-03-051-3/+6 * Upgrade llvm and llvm-gcc to the 2.5 release.brooks2009-03-053-5/+7 * - Update to 4.165tabthorpe2009-03-043-5/+5 * Update BSDPAN:skv2009-03-0410-25/+35 * - do not create library dir if installing modulesmm2009-03-032-32/+32 * - Make portlint happymm2009-03-031-1/+1 * - Separate common tcl85 and tcl86 modules to a new port lang/tcl-modulesmm2009-03-037-39/+170 * - New port: lang/tcl-modulesmm2009-03-032-0/+19 * - Change the location of LATEST_LINK to make it workmm2009-03-023-11/+9 * Rename 131185gerald2009-03-021-1/+1 * - Unbreak after strndup MFCmiwi2009-03-013-13/+34 * Update to the 20090227 snapshot of GCC 4.4.0.gerald2009-02-2812-114/+114 * Update to the 20090226 snapshot of GCC 4.3.4.gerald2009-02-282-19/+19 * - Update to 20090205miwi2009-02-273-6/+8 * - Update to 2.47miwi2009-02-274-37/+32 * - add CONFLICTS with lang/TenDRAdinoex2009-02-271-0/+1 * - Unbreak if WITH_*_MAN setmm2009-02-271-1/+1 * - Unbreak install if WITH_*_MAN setmm2009-02-272-1/+3 * Remove ../ from patch.sobomax2009-02-271-2/+2 * Also mark broken on 7-stable after strndup MFC.linimon2009-02-271-1/+1 * Make sure the singal is delivered to the main thread, where pythonsobomax2009-02-278-3/+124 * Add a conflict with lang/tcc.stefanf2009-02-271-1/+1 * - Unbreak and fix patch from last commitmm2009-02-271-22/+14 * - Disable install of function manpages by defaultmm2009-02-268-97/+124 * - Update to 4.164tabthorpe2009-02-233-5/+5 * Update to 1.67.34skv2009-02-232-4/+4 * - Change default Tcl/Tk version to 8.5mm2009-02-237-2/+7 * - Ruby socket connect code seems to work unstably in case if connectionstas2009-02-231-0/+105 * Fix typo in UCS4 knob handling.tmclaugh2009-02-232-2/+4 * - take maintainershipdinoex2009-02-222-8/+2 * Mark for depreciation, since unmaintained, failing to work with currentgerald2009-02-221-0/+3 * Update to the 20090220 snapshot of GCC 4.4.0.gerald2009-02-2112-114/+114 * Update to the 20090218 snapshot of GCC 4.2.5.gerald2009-02-202-13/+13 * - Fix sha256 checksum for python 2.6.1.stas2009-02-181-1/+1 * - Pass maintainership to submittertabthorpe2009-02-182-2/+2 * - Mark broken on 8.x - gdc fails to link anythingamdmi32009-02-181-0/+4 * - Add missing distinfo for python 2.5.4 and python 2.6.1miwi2009-02-171-0/+6 * - Remove 0 byte patchesmiwi2009-02-1721-0/+0 * - Update to python 2.5.4 and python 2.6.1miwi2009-02-1731-944/+71 * Fix install of BSDPAN (BSDPAN_WRKSRC) and unbreak.itetcu2009-02-165-5/+5 * * Fix suidperl functionality. [1]skv2009-02-1615-20/+75 * Update to the 20090212 snapshot of GCC 4.3.4.gerald2009-02-152-19/+19 * - Update to 0.9.8miwi2009-02-152-6/+5 * - Update to 0.33.70miwi2009-02-158-136/+280 * Update to the 20090213 snapshot of GCC 4.4.0.gerald2009-02-1518-150/+114 * - Deprecate due to planned end of support for tcl/tk 83 on 2009-05-22mm2009-02-141-0/+3 * - Deprecate due to planned end of tcl/tk 82 support on 2009-04-22mm2009-02-141-0/+3 * - Deprecate due to planned end of tcl/tk 80 support on 2009-03-22mm2009-02-141-0/+3 * - Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tclmm2009-02-141-2/+2 * - Does not support tcl85 and highermm2009-02-141-0/+1 * - Does not build with tcl/tk 8.5 and highermm2009-02-141-1/+1 * - Fix ruby-tk build.stas2009-02-141-3/+5 * - Pass maintainership to submittertabthorpe2009-02-133-3/+3 * - Fix build with port's openssl version.stas2009-02-132-19/+0 * - Fix pkg-plist.stas2009-02-122-8/+34 * - Update ruby18 to 1.8.7p72.stas2009-02-125-17/+26 * - Use correct library dir.stas2009-02-111-1/+10 * - Update ImageMagick to 6.4.9.2mm2009-02-111-2/+2 * - Update to 3.1.2miwi2009-02-103-392/+472 * - Update ruby19 to 1.9.1.stas2009-02-106-129/+165 * - Update to 1.0.25.stas2009-02-093-5/+9 * - Update to snapshot r5293.tdb2009-02-092-4/+4 * - Update lang/mono to 2.0.1.flz2009-02-0913-50/+337 * - devel/libslang2 has completely replaced devel/libslang which has not beenpgollucci2009-02-081-3/+3 * - Add missing entries for tcl86,tk86,tcl86-thread,tk86-threadmm2009-02-081-0/+2 * - From now on, Joseph S. Atkinson will be mainaining ftp/filezilla andalepulver2009-02-081-1/+1 * Update to the 20090205 snapshot of GCC 4.3.4.gerald2009-02-062-19/+19 * - Respect NOPORTDOCS.alepulver2009-02-061-2/+3 * - Update to 5.1.4garga2009-02-064-65/+8 * - Update to 0.98amdmi32009-02-05