aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-threads.h')
-rw-r--r--mail/mail-threads.h76
1 files changed, 0 insertions, 76 deletions
diff --git a/mail/mail-threads.h b/mail/mail-threads.h
deleted file mode 100644
index 83a78e782a..0000000000
--- a/mail/mail-threads.h
+++ /dev/null
@@ -1,76 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-
-/*
- * Author :
- * Peter Williams (peterw@helixcode.com)
- *
- * Copyright 2000, Helix Code, Inc. (http://www.helixcode.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
- *
- */
-
-#ifndef _MAIL_THREADS_H_
-#define _MAIL_THREADS_H_
-
-#include <camel/camel-exception.h>
-#include <camel/camel-object.h>
-#include <stdlib.h> /*size_t */
-
-/* Returns a g_strdup'ed string that describes what's going to happen,
- * tersely but specifically.
- */
-typedef gchar *(*mail_op_describe_func) (gpointer /*input_data*/, gboolean /*gerund*/);
-typedef void (*mail_op_func) (gpointer, gpointer, CamelException *);
-
-typedef struct _mail_operation_spec
-{
- mail_op_describe_func describe;
- size_t datasize;
- mail_op_func setup;
- mail_op_func callback;
- mail_op_func cleanup;
-}
-mail_operation_spec;
-
-/* Schedule to operation to happen eventually */
-
-gboolean mail_operation_queue (const mail_operation_spec * spec,
- gpointer input, gboolean free_in_data);
-
-/* User interface hooks for the other thread */
-
-#if 0
-void mail_op_set_percentage (gfloat percentage);
-void mail_op_hide_progressbar (void);
-void mail_op_show_progressbar (void);
-#endif
-
-void mail_op_set_message_plain (const gchar *str);
-void mail_op_set_message (const gchar *fmt, ...) G_GNUC_PRINTF (1, 2);
-void mail_op_error (gchar * fmt, ...) G_GNUC_PRINTF (1, 2);
-gboolean mail_op_get_password (gchar * prompt, gboolean secret,
- gchar ** dest);
-void mail_op_forward_event (CamelObjectEventHookFunc func, CamelObject *o,
- gpointer event_data, gpointer user_data);
-/* Wait for the async operations to finish */
-void mail_operation_wait_for_finish (void);
-gboolean mail_operations_are_executing (void);
-void mail_operations_terminate (void);
-
-void mail_operations_get_status (int *busy_return, const char **message_return);
-void mail_operations_update_status (void);
-
-#endif /* defined _MAIL_THREADS_H_ */
>delphij2006-08-022-4/+4 * - Update to 1.0.19pav2006-08-022-4/+4 * Remove expired leaf ports:vd2006-08-014-104/+0 * - Update to 0.59clsung2006-08-012-4/+4 * - Update to v0.06aaron2006-08-013-4/+26 * - Update to v0.06aaron2006-08-014-8/+8 * - Add a vendor patch.sem2006-07-312-4/+11 * Add p5-Net-VNC 0.35, a simple VNC client.clsung2006-07-315-0/+54 * Add p5-POE-Component-Client-Telnet 0.06, a POE component that providesclsung2006-07-315-0/+54 * - update to 1.10clsung2006-07-312-4/+4 * - Provide additional mirrors where neededsat2006-07-313-4/+3 * - New port: net/twinkleacm2006-07-319-0/+133 * - Author restored the download location on his websitepav2006-07-302-6/+4 * Update pkg-descr.novel2006-07-301-9/+5 * - Update to 1.251tmclaugh2006-07-302-5/+11 * - Update to 4.7.15miwi2006-07-303-4/+5 * etrace is a configurable static port network tracing tool, similar toitetcu2006-07-306-0/+59 * Update to 0.4.4itetcu2006-07-292-4/+4 * - Added post-extract on Makefiles.units. It remove the svn directories fromacm2006-07-292-0/+2 * Correct rather dumb typo in pkg-descr.marcus2006-07-291-1/+1 * - Rid the tree of double slashes in URL pathssat2006-07-281-1/+1 * - update to 1.09clsung2006-07-272-4/+4 * Fixed WWW user uid/gidlth2006-07-271-1/+2 * Update to 0.6.12.marcus2006-07-272-5/+5 * Fix rc.d script installation, and actually commit the plist change.marcus2006-07-272-3/+0 * Update to 1.2.1ehaupt2006-07-262-19/+6 * - Update to 2.0.9lth2006-07-268-39/+18 * - update to 1.08clsung2006-07-262-5/+4 * * Use new USE_RC_SUBR layoutmarcus2006-07-263-11/+10 * - Update to 1.0.18pav2006-07-252-4/+4 * Fix build on sparc64 (and any other big-endian arch).fjoe2006-07-252-4/+14 * - The big change on ports of freepascal, now all ports are compiledacm2006-07-244-4/+37 * Update to 1.93edwin2006-07-242-4/+4 * Add a dependency on libgcrypt if it is found. libgcrypt adds the abilitymarcus2006-07-241-0/+5 * Add p5-Net-Address-Ethernet 1.077, find hardware ethernet address.clsung2006-07-235-0/+46 * Change maintainer address to my @FreeBSD.org emailacm2006-07-233-3/+3 * Add MPICH-2, an implementation of the Message-Passing Interface (MPI).thierry2006-07-2213-836/+908 * - Update to 2006.04.17miwi2006-07-222-5/+5 * Bring the description in line with reality.marcus2006-07-221-5/+3 * Add p5-Net-FS-Gmail 0.2, a Perl interface for store and retrieve filesrafan2006-07-215-0/+53 * Add p5-OurNet-BBS 1.66, component Object Model for BBS systems.rafan2006-07-205-0/+216 * A simplified object-oriented Python extension module for libpcaperwin2006-07-206-0/+68 * Packet Construction Seterwin2006-07-209-0/+187 * - fix dependency.clsung2006-07-201-1/+1 * Add p5-Net-DAV-Server 1.29, provide a DAV Server.clsung2006-07-205-0/+75 * Fix build on 4.x. Untested due to the lack of 4.x system.sobomax2006-07-2010-10/+30 * Correct the DISTNAME for tshark[-lite].marcus2006-07-201-0/+1 * Clean up sig_stop values. In most cases this means removing a leading -,dougb2006-07-201-1/+1 * Tune up the rc.d script generally, including fixing the sig_stop valuedougb2006-07-202-6/+6 * - Update to 1.0.17pav2006-07-192-4/+4 * - Update to 0.9.2amiwi2006-07-193-6/+46 * Add p5-Net-CSTA 0.03, perl extension for ECMA CSTA.clsung2006-07-195-0/+52 * Fix incorrect patch.sobomax2006-07-191-6/+6 * Make buildable on 7.x and 6.x after addition of getXXX_r() functions.sobomax2006-07-192-0/+35 * - Update to 0.27.0rafan2006-07-192-4/+4 * Fix build on 4.X by removing the extra patch which is apparently nomarcus2006-07-182-15/+0 * - Remove RUN_DEPENDS on net-mgmt/net-snmp, add snmp to USE_PHP.sem2006-07-181-4/+3 * Add wireshark and tshark after repocopies from ethereal and tetherealmarcus2006-07-1821-990/+112 * Mark deprecated: no longer maintained by developers.delphij2006-07-181-0/+2 * Add a note from the LAM site:thierry2006-07-181-1/+5 * Mark as deprecated.thierry2006-07-181-0/+3 * - Enhancement rc scripts, bump PORTREVISIONrafan2006-07-183-13/+16 * Switch to root's credential during pre-install stage. This fixesdelphij2006-07-172-2/+2 * Update to version 1.92edwin2006-07-173-11/+16 * Mark broken: removes files not belonging to it on deinstall.linimon2006-07-171-0/+2 * - Borrow the patch from PR ports/97443;thierry2006-07-176-30/+146 * Add p5-What 1.01, find out about running services.clsung2006-07-165-0/+51 * Mark broken: fails to fetch.linimon2006-07-161-0/+1 * Update to 1.0.4.mezz2006-07-163-14/+30 * Mark broken: fails to deinstall cleanly (removes files that are not its own).linimon2006-07-161-0/+2 * Mark as broken: fails to configure.linimon2006-07-161-0/+2 * Mark as broken on amd64, ia64, and i386-4.linimon2006-07-161-0/+7 * Mark as broken: fails to install.linimon2006-07-161-0/+2 * Mark as broken on amd64/sparc64 due to compile failure.linimon2006-07-161-0/+4 * Fix the plist and thus the package build by adding all of the missingmarcus2006-07-162-0/+81 * Add netselect 0.3, ultrafast implementation of ping.rafan2006-07-165-0/+111 * Add p5-OurNet-BBSAgent 1.61, scriptable telnet-based virtual users.rafan2006-07-165-0/+112 * Fix build with Twisted 2.4.perky2006-07-152-1/+9 * Cleanup a leftover directory.marcus2006-07-152-1/+2 * Add missing devel/readline dependency where required. This will allowshaun2006-07-151-0/+4 * Update to 0.62. Now requires perl from ports.lth2006-07-152-14/+11 * - Updated to v0.26aaron2006-07-152-4/+4 * - Update to v1.01aaron2006-07-143-10/+18 * Mark as broken: fails to install.linimon2006-07-141-0/+2 * - update to 1.0.38itetcu2006-07-147-65/+19 * This module is a DHCP set of classes designed to handle basic DHCPnovel2006-07-135-0/+44 * o Don't call PIPSocket::SetDefaultIpAddressFamilyV6() - it causes all outgoingsobomax2006-07-134-9/+41 * Shared library name in FreeBSD should be libfoo.so.X, not libfoo.so.X.Y.Z. Nosobomax2006-07-132-6/+23 * Change the way of OPTIONS is checked as suggested by Porters Handbook.itetcu2006-07-131-7/+7 * Update ports to reflect last MFC to iwi(4).flz2006-07-122-1/+8 * - Update to 0.94clsung2006-07-123-25/+4 * - Upgrade to 3.0.23 (including security fix).kuriyama2006-07-1213-411/+329 * Update to 0.96.sobomax2006-07-123-10/+10 * AstFax provides an outgoing email to fax gateway for the Asterisk PBX package.garga2006-07-115-0/+65 * - Update to 2.2.3itetcu2006-07-113-32/+20 * Remove zero-sized files.erwin2006-07-111-0/+0 * Remove a new crop of the long-spurious FreeBSD KEYWORDs.dougb2006-07-112-2/+0 * - Update to 0.33 [1]itetcu2006-07-093-25/+27 * Add shelldap 0.1, a shell-like environment for LDAP.rafan2006-07-094-0/+60 * - Maintainer Update to net/netwib to version 5.34.0clsung2006-07-082-7/+7 * Improve upon pkg-descr. Note install is in /usr/local and give linkalfred2006-07-081-1/+3 * - Update mastersite.jmelo2006-07-072-2/+3 * Chase gnutls shlib version change.novel2006-07-074-7/+7 * Update to 1.91edwin2006-07-063-15/+4 * - Now builds on sparc64ahze2006-07-061-2/+2 * Update to 1.0.sobomax2006-07-066-7/+57 * First add files, then commit themedwin2006-07-061-0/+11 * Update to version 1.90edwin2006-07-063-11/+9 * - update to 2.0.2clsung2006-07-053-7/+15 * - update to 2.2.2clsung2006-07-0510-34/+34 * Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.linimon2006-07-051-1/+1 * Update port from version 2.1.4 to version 2.1.6anray2006-07-053-28/+31 * Mark DEPRECATED. The coda5 ports no longer fetch; the coda6 ports arelinimon2006-07-052-2/+18 * Update to 2006.07.04.nork2006-07-052-4/+4 * update to 0.5.8oliver2006-07-053-4/+6 * - Add new -b option for outcoming connection bindingpav2006-07-042-10/+41 * Remove expired leaf ports:vd2006-07-044-58/+0 * As already done for other devel/pwlib and net/openh323 dependant ports,garga2006-07-041-0/+4 * As already done for other devel/pwlib and net/openh323 dependant ports,garga2006-07-041-0/+4 * - Update to 0.8.1rafan2006-07-043-7/+14 * Mark as not for ia64: causes internal gcc compiler error.linimon2006-07-041-0/+3 * Remove %gconf.xml from the pkg-plist, since it sometimes seems, andedwin2006-07-042-3/+5 * Update to 6.1.1edwin2006-07-042-7/+10 * Update to 0.6.11.marcus2006-07-043-15/+16 * Update to 0.05skv2006-07-032-5/+11 * - Fix DISTNAME after repocopy [1]garga2006-07-032-4/+3 * This appears to have been broken with the last update to libosip2.linimon2006-07-021-0/+2 * - Update to 1.44aaron2006-07-022-4/+10 * - Update to 0.07.b4aaron2006-07-023-8/+22 * - Update to 0.2aaron2006-07-013-27/+4 * - Update to stable version 1.0.1clsung2006-07-013-16/+9 * Fix typo in previous commit.itetcu2006-06-301-1/+1 * Pass maintianership to Arseny Nasokin <tarc@tarc.po.cs.msu.su>itetcu2006-06-301-1/+1 * - update dependencies for libevent-1.2leeym2006-06-304-5/+5 * Fix plist: don't remove nls/POSIX or nls/en_US.US-ASCII.shaun2006-06-291-2/+0 * - Update to 1.21aaron2006-06-293-42/+17 * Update to 2006.06.28.nork2006-06-292-4/+4 * Deprecate this. It depends on a version of vnc that applies to XFree86-3,linimon2006-06-291-0/+3 * Add p5-Net-SFTP-Foreign , net::SFTP::Foreign - Secure File Transferclsung2006-06-285-0/+53 * 2006.06.27.nork2006-06-282-4/+5 * Move net/rwhois -> net/rwhoisd, an accurate name for the port/packagegarga2006-06-287-193/+3 * Change to my FreeBSD.org email.rafan2006-06-271-1/+1 * - Update to v1.15aaron2006-06-272-4/+4 * - Update to 1.0.16pav2006-06-272-4/+4 * Mark IGNORE with the latest pwlib.marcus2006-06-261-0/+2 * - Update to v1.13aaron2006-06-262-4/+4 * - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0 * - Add OPTIONS to disable ipv6 and enable largefile supportgarga2006-06-258-202/+252 * New PH Client and API Libraryitetcu2006-06-256-0/+162 * Remove redundant line.cy2006-06-251-2/+0 * Update to 2.8.5erwin2006-06-252-5/+5 * Add master site and hand maintainership to submittererwin2006-06-241-2/+3 * Update 4.2.0 --> 4.2.2cy2006-06-247-150/+59 * Update to 2006.06.23.nork2006-06-242-4/+5 * - updated to the last packagesuz2006-06-2410-129/+189 * Update to 0.32miwi2006-06-243-4/+34 * IAXmodem is a software modem written in C that usespav2006-06-238-0/+184 * - Update to 2.2.3pav2006-06-233-35/+33 * Update to 0.5.13ehaupt2006-06-234-14/+14 * Splat is a set of utilities designed to help keep informationpav2006-06-236-0/+124 * Remove code remnants that test for 3.X and earlier releases of FreeBSD.linimon2006-06-232-12/+2 * - Fix OSVERSION detection in RELENG_6 and RELENG_6_1mnag2006-06-231-1/+1 * - Update to version 1.0.1johans2006-06-224-64/+48 * Update to 2.1jylefort2006-06-222-4/+4 * - Update to 1.2.1itetcu2006-06-22