summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oops, don't need that extra statementEVOLUTION_0_13evolution-0-13-branchJeffrey Stedfast2001-08-221-3/+0
* Oops. Fixed a mis-use of GPtrArray. If we set_size, then usingJeffrey Stedfast2001-08-222-2/+11
* Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): DisableJeffrey Stedfast2001-08-213-11/+20
* Fix the duplicate message check so it doesn't mess up threading when aDan Winship2001-08-212-4/+13
* build a static camel for the addressbook conduitJP Rosevear2001-08-202-0/+8
* s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-08-203-4/+13
* oops, commit the ChangeLogJeffrey Stedfast2001-08-201-0/+10
* Get the entire directory structure for the folder we just created, meaningJeffrey Stedfast2001-08-203-17/+98
* #include <sys/types.h> for mode_t on freebsd.Chris Toshok2001-08-192-0/+7
* Make sure the generated UID is non-NULL before appending it to the arrayJeffrey Stedfast2001-08-193-6/+9
* fixed a compile errorJeffrey Stedfast2001-08-191-50/+51
* Start scanning new messages at maxuid + 1 rather than uidval + 1? MaybeJeffrey Stedfast2001-08-172-35/+41
* If we are online and message flags have changed in the current folder,Jeffrey Stedfast2001-08-165-33/+61
* Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't likeJeffrey Stedfast2001-08-162-9/+31
* Fix this again. Sigh. Problem of namespace = "" may not yet be completelyPeter Williams2001-08-162-1/+7
* New function. Try to approximate the SSL error into errno.Peter Williams2001-08-152-1/+58
* Oh crap, huge killer typo.Peter Williams2001-08-152-1/+6
* Canonicalize store->namespace to end in store->dir_sep, once both valuesPeter Williams2001-08-152-1/+18
* After talking to NotZed, it turns out I was wrong after all. (store_sync):Jeffrey Stedfast2001-08-142-3/+28
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-133-14/+18
* Fix a leak.Peter Williams2001-08-134-5/+34
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-132-1/+1
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-136-42/+50
* s/summarising/summarizing/. (summary_rebuild): Likewise.Ettore Perazzoli2001-08-113-7/+19
* Added an assert - at this point a backtrace would be more useful than aJeffrey Stedfast2001-08-103-7/+24
* Return FALSE here, not NULL.Jeffrey Stedfast2001-08-102-1/+4
* tedfast <fejj@ximian.com>Jeffrey Stedfast2001-08-101-4/+4
* Don't g_strdup() the uid into the trigger_event call.Jeffrey Stedfast2001-08-102-17/+20
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-102-3/+6
* Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-103-8/+11
* regfree the pattern before continue'ing. This was showing up quite a bitJeffrey Stedfast2001-08-103-9/+16
* A quoted string cannot contain \n's so check for those as well.Jeffrey Stedfast2001-08-097-204/+207
* Remove trailing stuff from URLs before returning. (Done in an evil way,Jon Trowbridge2001-08-092-2/+20
* check for NULL name and addr (fixes a bug i was about to report)jacob berkman2001-08-082-2/+7
* Properly determine match type to pass to header_match.Not Zed2001-08-087-83/+121
* New function to do danw's address "is" comparison (as specified in bugJeffrey Stedfast2001-08-073-113/+167
* Modify to take a headers_only argument which will then only fetch messageJeffrey Stedfast2001-08-072-9/+19
* New internal function to get a message stream by message sequence id (soJeffrey Stedfast2001-08-072-68/+129
* Don't strstr for noselect=yes, that's just plain broken.Jeffrey Stedfast2001-08-063-33/+51
* Fix off-by-one error in cleaning up deleted messages at the end of theDan Winship2001-08-062-1/+5
* Do a refresh_info on the selected folder before looking at its unreadDan Winship2001-08-062-7/+12
* Completely hide the namespace from everything external to the IMAP code,Peter Williams2001-08-066-66/+128
* Always do --no-auto-key-retrieve.Jeffrey Stedfast2001-08-062-2/+7
* Minor changes to the iconv code so that it does the check in the returnJeffrey Stedfast2001-08-032-1/+14
* First check to make sure that service->url->authmech is non-NULL beforeJeffrey Stedfast2001-08-032-14/+18
* Sigh, if gpg returns '1' it means that the key is bad but it did succeedeJeffrey Stedfast2001-08-032-1/+10
* special case popb4smtp auth before we try and connect, and do the magicNot Zed2001-08-037-12/+277
* If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-012-1/+11
* Slightly re-arranged filter/change notification logic. If we;re filtering,Not Zed2001-08-014-42/+73
* Fix the fix that fixes broken mailer behavior. We want to make sure thatEVOLUTION_0_12Jeffrey Stedfast2001-07-272-2/+10