aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-30 21:47:49 +0800
committermiwi <miwi@FreeBSD.org>2013-03-30 21:47:49 +0800
commitf1896138854c724d9220b68353dda0dcc218bcb5 (patch)
tree2d46f2b33a52edcb69b7e22eec2b9eb9c9d24e95 /deskutils
parent889a330580678c3d2426212f447cd9ad401059f9 (diff)
downloadfreebsd-ports-gnome-f1896138854c724d9220b68353dda0dcc218bcb5.tar.gz
freebsd-ports-gnome-f1896138854c724d9220b68353dda0dcc218bcb5.tar.zst
freebsd-ports-gnome-f1896138854c724d9220b68353dda0dcc218bcb5.zip
- Unbreak build
Reported by: pointyhat Approved by: portmgr
Diffstat (limited to 'deskutils')
0 files changed, 0 insertions, 0 deletions
:49 +0800'>2002-07-264-10/+26 * Prototype.Peter Williams2002-07-265-7/+60 * Remove "possibly non-fatal" exception strings, all exceptions are fatalJeffrey Stedfast2002-07-263-43/+125 * It would help to mark the UIDs as deleted before we try to expunge themPeter Williams2002-07-262-6/+26 * Renamed from shell_exec(). Also, we now want to pass argc/argv on to theJeffrey Stedfast2002-07-254-27/+64 * Use execv ("sh", "-c", command) rather than execing the command directly.Jeffrey Stedfast2002-07-252-11/+9 * When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-246-9/+49 * Sync before doing an expunge if we dont have uidplus. See #25766.Not Zed2002-07-242-1/+20 * Move folders to a subdirectory of storage_path, rather than in it. Bye byeNot Zed2002-07-242-12/+30 * Duplicated the very much hack in imap_store_refresh_folders() to avoid aNot Zed2002-07-242-1/+11 * #include <string.h> for memcpy.Jeffrey Stedfast2002-07-232-0/+6 * s/Out/Our in a debug printfJeffrey Stedfast2002-07-231-1/+1 * Oops, forgot to implement this. Fixes #24604.Not Zed2002-07-222-0/+20 * Only add a \r if the character before the \n wasn't already a \r - thisJeffrey Stedfast2002-07-222-24/+38 * Changed to use a different length calculator.Not Zed2002-07-193-14/+23 * #include <glib.h> #include <libgnome/gnome-defs.h>Jeffrey Stedfast2002-07-181-0/+2 * #include <libgnome/gnome-i18n.h>Jeffrey Stedfast2002-07-181-1/+1 * Add the appropriate #include for the _() macro.Jeffrey Stedfast2002-07-182-2/+6 * Got rid of the stupid "tryagain" semantics, which didn't work.Not Zed2002-07-172-31/+38 * When CRLF encoding, "empty" (after stripping trailing whitespaceJeffrey Stedfast2002-07-172-0/+10 * Clean up some improper usage of CamelExceptions (looking atPeter Williams2002-07-174-10/+27 * Make the standard AUTH format take priority over the AUTH= priority, sinceJeffrey Stedfast2002-07-173-18/+43 * If we're not online and the message isn't in our cache, give up.Peter Williams2002-07-162-1/+12 * Removed. (get_score): Removed. Labels & scores are stored in tags, weNot Zed2002-07-162-36/+15 * Try to get the FQDN from the results of gethostname(). If that fails, thenJeffrey Stedfast2002-07-162-9/+26 * Get rid of the constant 'required' variable, just use the value whenJeffrey Stedfast2002-07-162-3/+5 * Changed the mbox and spool provider descriptions to try and be more clear.Jeffrey Stedfast2002-07-162-7/+18 * >= is not appropriate here because the sequences are 1-based; so seq =Peter Williams2002-07-162-2/+11 * Only assign a uid if indexing is enabled. This stops us always assigning aNot Zed2002-07-153-3/+34 * On error, do not unref the parts gotten using camel_multipart_get_part()Jeffrey Stedfast2002-07-132-8/+16 * Updated to not use camel_type_get_global_classfuncs() since this is just aJeffrey Stedfast2002-07-122-1/+5 * oops, changed the location of where we check for multipart/encryptedJeffrey Stedfast2002-07-121-4/+7 * Handle multipart/encrypted parts too.Jeffrey Stedfast2002-07-123-9/+26 * Don't let any parts have a binary encoding.Jeffrey Stedfast2002-07-122-1/+6 * oops, apparently I didn't save?Jeffrey Stedfast2002-07-121-0/+1 * Fixes bug #27672Jeffrey Stedfast2002-07-125-6/+51 * If we are fetching HEADERs, don't cache the stream - instead just create aJeffrey Stedfast2002-07-122-23/+39 * Don't forget to set an appropriate exception before returning NULL.Jeffrey Stedfast2002-07-122-0/+8 * Make sure message is non-NULL before setting the source on it.Jeffrey Stedfast2002-07-112-1/+4 * Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd inJeffrey Stedfast2002-07-112-33/+40 * Set the IS_SOURCE provider flag.Jeffrey Stedfast2002-07-052-1/+5 * Change all exceptions to report which POP server failed (and tried to makeJeffrey Stedfast2002-07-052-21/+31 * If we get an exception from the child sync, update the exception string soNot Zed2002-07-035-31/+75 * Take a void object arg. (camel_object_remove_event): "Not Zed2002-07-033-12/+25 * Don't use --no-auto-key-retrieve, this option has apparently beenJeffrey Stedfast2002-06-292-4/+16 * Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-282-19/+55 * Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-282-3/+13 * Loop on our reads while errno is EINTR or EAGAIN. Also make sure toJeffrey Stedfast2002-06-282-23/+20 * Loop on our reads while errno is EINTR or EAGAIN.Jeffrey Stedfast2002-06-272-9/+25 * Removed.Jeffrey Stedfast2002-06-277-1934/+41 * Oops, this needs to take a userid argument.Jeffrey Stedfast2002-06-273-5/+8 * Removed (never did anything anyway).Jeffrey Stedfast2002-06-275-240/+11 * New class implementing the multipart/encrypted content type. ContainsJeffrey Stedfast2002-06-275-0/+420 * Check for NODATA too.Jeffrey Stedfast2002-06-273-2/+15 * Remove the #include for camel-spoold-store.hJeffrey Stedfast2002-06-262-1/+5 * Include <sys/time.h> for struct timeval.Not Zed2002-06-2622-2418/+1045 * #include <sys/time.h>Jeffrey Stedfast2002-06-263-1/+5 * Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): DecodeJeffrey Stedfast2002-06-252-20/+82 * implemented camel_gpg_context_set_always_trust()Jeffrey Stedfast2002-06-252-0/+19 * Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-252-1/+8 * Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-252-100/+76 * Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphraseJeffrey Stedfast2002-06-242-6/+14 * Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here.Jeffrey Stedfast2002-06-233-56/+117 * more fixes, now verifying works and signing almost works as well, except gpg ...Jeffrey Stedfast2002-06-221-7/+30 * yay, I get to hold more state because Unix pipes suck so badly. This isJeffrey Stedfast2002-06-221-101/+220 * added camel_gpg_context_new which I had forgotten beforeJeffrey Stedfast2002-06-221-0/+28 * New source files implementing the CamelCipherContext class for gnupg.Jeffrey Stedfast2002-06-229-32/+1286 * Updated to support searching as well as making it use CamelDigestSummary.Jeffrey Stedfast2002-06-215-106/+325 * PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.Jeffrey Stedfast2002-06-202-2/+9 * Drop back to initial state if we came from eof state.Not Zed2002-06-202-1/+7 * Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to beJeffrey Stedfast2002-06-202-1/+5 * Make sure we hold the command_lock before accessing current_folder.Jeffrey Stedfast2002-06-203-2/+35 * Don't bother trying to authenticate (and thus don't throw up an errorJeffrey Stedfast2002-06-193-6/+19 * Update the freeze state of the new source folder.Jeffrey Stedfast2002-06-183-4/+37 * remove the camel-remote-store private structJeffrey Stedfast2002-06-181-17/+1 * Freeze source folders. (vee_thaw): Thaw all source folders. Fixes bugJeffrey Stedfast2002-06-152-0/+56 * Unlock the command_lock after each UID STORE command so that otherJeffrey Stedfast2002-06-152-5/+14 * Fixed compiler warnings.Jeffrey Stedfast2002-06-1510-15/+31 * Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-155-10/+22 * Our parent class is camel_vee_folder, not camel_folder, fix setting ofNot Zed2002-06-114-180/+278 * Use CAMEL_EXCEPTION_SYSTEM rather than '1' for clarity.Jeffrey Stedfast2002-06-092-1/+6 * Up the timeout on the connect code to 2 minutes.Jeffrey Stedfast2002-06-072-2/+9 * Duh! The protocol is application/pgp-signature. TODO: need to have aNot Zed2002-06-071-1/+1 * Parse "From: Dan Winship <danw>" (with no domain) in the way the senderDan Winship2002-06-072-1/+7 * Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-0610-38/+548 * Check that any unmatched operation is not concerning any vfolder. OtherNot Zed2002-06-032-10/+24 * setup/free the mech string.Not Zed2002-06-0313-24/+408 * When the part is a multipart/signed, make sure to free the part_specJeffrey Stedfast2002-06-012-13/+18 * Free the path buffer when we're done with it.Jeffrey Stedfast2002-06-013-2/+13 * If we fail to read a literal, free the temporary string buffer.Jeffrey Stedfast2002-06-012-11/+8 * Revert my fix from the other day since camel_imap_command_response()Jeffrey Stedfast2002-06-013-6/+18 * If we fail to be able to create a stream to insert into the cache, thenJeffrey Stedfast2002-06-012-0/+8 * Added a protocol field for users to use.Not Zed2002-05-3121-58/+1422 * On error, don't leak the GByteArray buffer.Jeffrey Stedfast2002-05-312-0/+4 * Free the response before checking for errors. I'm not sure this'llJeffrey Stedfast2002-05-313-7/+45 * Only free the LOGOUT response if it is non-NULL.Jeffrey Stedfast2002-05-302-1/+7 * Implement. Run a summary check to update for any newly arrived messages.Not Zed2002-05-293-1/+31 * Use the CamelMessageInfo rather than the CamelMimeMessage because theJeffrey Stedfast2002-05-292-8/+11 * On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-286-77/+226 * Helps if we allocate enough space here. Also, start smoking the sameJeffrey Stedfast2002-05-253-4/+20 * Use the new readline function.Jeffrey Stedfast2002-05-256-59/+96 * Added some NULL protection fixes.Jeffrey Stedfast2002-05-242-8/+26 * Removed from the build. Glory glory hallelujah.Jeffrey Stedfast2002-05-2310-892/+489 * Don't call some retarded function to simply set an exception.Jeffrey Stedfast2002-05-224-4/+11 * If we get an invalid start char, just ignore it and goto the nextNot Zed2002-05-212-2/+9 * New e-sexp callback function to get a user_tag label value.Jeffrey Stedfast2002-05-172-0/+18 * New function to parse a NAMESPACE response properly.Jeffrey Stedfast2002-05-165-32/+291 * Only reconnect if we are already connected, if we are in a disconnectedJeffrey Stedfast2002-05-162-1/+6 * If the part_spec is an empty string for a leaft part, use "1" since weJeffrey Stedfast2002-05-162-3/+7 * removed. (imap_store_refresh_folders): Copy the folders first, thenNot Zed2002-05-153-10/+47 * fixed a simple logic mistakeJeffrey Stedfast2002-05-151-1/+4 * Fixes bug #24136.Jeffrey Stedfast2002-05-155-37/+137 * Previous fix reverted.Jeffrey Stedfast2002-05-152-8/+1 * Previous fix reverted. (get_content): Handle the case where a multipart'sJeffrey Stedfast2002-05-153-6/+17 * Overload the setv/getv CamelObject virtual methods. (imap_setv):Jeffrey Stedfast2002-05-143-2/+133 * Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-1415-95/+257 * Since the fix for #3357 uses 'order=0' to indicate tree structure nodes,Not Zed2002-05-132-2/+11 * Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lackingJeffrey Stedfast2002-05-112-1/+5 * Might help if we called camel_transport_class_init.Jeffrey Stedfast2002-05-112-1/+6 * Replace copy_messages_to and move_messages_to with a single function thatDan Winship2002-05-1112-273/+224 * New filter function to pipe a message to another program. (run_command):Jeffrey Stedfast2002-05-102-13/+7 * New filter function to pipe a message to another program.Jeffrey Stedfast2002-05-102-0/+135 * Instead of testing for SERVICE_CONNECTED, we need to also handleNot Zed2002-05-093-2/+12 * Implemented. (digest_getv): Implemented.Jeffrey Stedfast2002-05-0912-23/+364 * camel_pop3_engine_iterate doesn't return the state, it returns -1 on fail,Jeffrey Stedfast2002-05-082-7/+15 * s/class/klass for arguments so that c++ developers don't complain later.Jeffrey Stedfast2002-05-082-16/+22 * Fix a crash in a g_warning.Dan Winship2002-05-082-4/+8 * Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-0749-850/+1119 * If the pop3 command status is -1, then we probably have a TCP error (?) soJeffrey Stedfast2002-05-07