aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
Commit message (Expand)AuthorAgeFilesLines
* create a stock cancel button with a cancel all text. (build_dialogue):Not Zed2003-04-151-4/+7
* Change the padding to comply with the GNOME HIG. Fixes bug #41001.Jeffrey Stedfast2003-04-111-11/+13
* ** Bug 40536Not Zed2003-04-071-4/+6
* Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. Likewise.Ettore Perazzoli2003-03-071-1/+1
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-36/+47
* dont unref the dialogue. (dialog_destroy_cb): null out theNot Zed2003-01-101-5/+3
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-33/+50
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-5/+2
* weak notify -> ref.Not Zed2002-11-151-1/+1
* Use g_object_weak_ref rather than connecting to destroy.Jeffrey Stedfast2002-11-151-3/+4
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-34/+40
* No longer need to pass a postpone_cb function into the composerJeffrey Stedfast2002-07-061-4/+63
* Noop if we are in offline mode.Jeffrey Stedfast2002-05-311-5/+4
* Argh! get_folder_info owns and frees its *OWN* folder info, it shouldn'tNot Zed2002-04-091-2/+0
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-11/+4
* Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-101-3/+11
* Check that the mail-display hasn't been destroyed.Jeffrey Stedfast2001-12-081-1/+14
* Call mail_autoreceive_setup() instead of mail_autoreceive_setup_account()Jeffrey Stedfast2001-10-291-22/+7
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Check for a NULL provider. (build_dialogue): Check for invalid sourceJeffrey Stedfast2001-10-261-3/+26
* call setup_send_data *after* we've setup the global dialogue thingy.82001-10-191-11/+12
* Only build destination data if we have destination != NULL. Fixes crash of32001-10-041-1/+1
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-1/+1
* create storages for providers that are STORAGE and aren't EXTERNAL, ratherDan Winship2001-10-021-5/+4
* Take a new argument 'done' that can callback when complete. Fixed callers12001-09-211-6/+3
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-1/+1
* Here too.Jeffrey Stedfast2001-09-201-1/+2
* Function to get the real receive tpe for ag iven url. IMAP/SPOOL/MAILDIR72001-09-191-9/+12
* Revert my bar_destroy code and replace it with dialog_destroy instead.Jeffrey Stedfast2001-09-151-3/+4
* Marked string for translation. (new_source_created): Ditto.Chyla Zbigniew2001-09-111-4/+4
* Attach to the destroy event for each progressbar using bar_destroyed asJeffrey Stedfast2001-09-111-2/+15
* Fix capitalization. Fixes bug #7486.Jeffrey Stedfast2001-09-051-1/+1
* If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-271-124/+131
* We don't need to escape this for printf'ing.Peter Williams2001-08-231-14/+1
* Treat the spool provider like IMAP: update instead of performing anPeter Williams2001-08-221-2/+2
* Break most of the functionality into a separate function.Peter Williams2001-08-141-5/+21
* Free the dbkey if we found the config option.Not Zed2001-08-081-8/+9
* [ Use bonobo_object_unref on the storage since it's a bonobo object. ]Peter Williams2001-08-081-1/+1
* handle null paths in the dialog so that we avoid printing NULL stringsLarry Ewing2001-08-031-1/+3
* Add EVOLUTION_BUTTONSDIR to get to some different icons.Not Zed2001-08-021-68/+81
* Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-021-13/+4
* The e_iterator_get() returns a gconstpointer and we need a non-constJeffrey Stedfast2001-06-291-2/+4
* sync folders after we've gotten mailjacob berkman2001-06-261-0/+16
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-2/+2
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-081-5/+5
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-1/+1
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-1/+1
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-9/+11
* Doh! This was storing "struct _folder_info"s in the cache and then tryingDan Winship2001-03-301-4/+4
* Use gnome-dialog-close instead of object_unref, for some reason it doesn'tNot Zed2001-03-271-1/+1
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-1/+1
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-011-72/+63
* Only allow downloading if the source is enabled at this time.Not Zed2001-02-231-2/+3
* Dont do the thaw/freeze set here. (update_folders): "Not Zed2001-02-201-4/+4
* Not sure it makes any difference, but lets ref the folder while the hashJeffrey Stedfast2001-02-171-4/+6
* only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-091-87/+207
* Init active_downloads hash if it hasn't been yet.Not Zed2001-02-081-0/+6
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-21/+125
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-1/+5
* Cleaned up so we dont add an unecessary level of indenting.Not Zed2001-02-021-51/+50
* Fix bug in autodetected mboxesIain Holmes2001-01-311-43/+55
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-291-17/+19
* The following fixes seem to clear up the problem of new mail not beingJeffrey Stedfast2001-01-261-1/+6
* Fix the subject match expression, which was missing a closing ).Not Zed2001-01-251-6/+14
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-241-1/+6
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-241-1/+27
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-2/+2
* remove a warning with conditional news compilation.Not Zed2001-01-221-669/+3
* Init a cancel field in the message. (mail_msg_free): Free it.Not Zed2001-01-211-110/+672
* New swanky send/recieve thingy, well it so far only receives (pop/mbox).Not Zed2001-01-191-0/+604
04:47:56 +0800'>2014-10-153-43/+3 * Update to 8lme2014-10-103-11/+10 * - Allow staging as a regular userantoine2014-10-092-13/+5 * - Update to 2014.10.05sunpoet2014-10-072-3/+3 * Update to 7lme2014-09-302-4/+3 * fix build with perl 5.18az2014-09-201-0/+7 * Allow staging as a regular userantoine2014-09-192-11/+5 * - Update to 2014.09.15sunpoet2014-09-182-3/+3 * devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-115-2/+5 * eric4 ports: update to version 4.5.24.bsam2014-09-101-2/+2 * Change MAINTAINER to bz-ports@ as discussed with bugzilla@ (now bz-ports@)flo2014-09-061-1/+1 * - Update to 2014.09.01sunpoet2014-09-042-3/+3 * Remove non staged ports without pending PR from g*bapt2014-09-024-71/+0 * - update to 4.4.5ohauer2014-08-312-5/+4 * - update to 1.74ohauer2014-08-311-2/+2 * Remove ports related to Adobe Reader.hrs2014-08-305-30/+0 * The port was identical to german/aspell, changed it to the right version.bapt2014-08-274-19/+15 * - Update to 2014.08.24sunpoet2014-08-272-3/+3 * - Update to 2014.08.17sunpoet2014-08-182-3/+3 * Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-162-1/+2 * 1: Stagify.vanilla2014-08-153-24/+27 * 1: Stagify.vanilla2014-08-142-4/+4 * - Update to 2014.08.10sunpoet2014-08-122-3/+3 * german/BBBike: Clear up build warnings caused by early shell commandmarino2014-08-121-1/+8 * Stage german/BBBikemarino2014-08-073-62/+30 * - Update to 2014.08.03sunpoet2014-08-052-3/+3 * Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1 * Rename german/ and graphics/ patch-xy patches to reflect the files they modify.adamw2014-07-291-0/+0 * - Update to 2014.07.27sunpoet2014-07-282-3/+3 * - better bugzilla revnum handlingohauer2014-07-281-4/+11 * Reset maintainership for ports not staged with no pending PRbapt2014-07-244-4/+4 * - Update to 2014.07.20sunpoet2014-07-212-3/+3 * - Use USES=tar:bzip2sunpoet2014-07-161-2/+1 * Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.adamw2014-07-162-0/+3 * Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-151-1/+1 * - Update to 2014.07.13sunpoet2014-07-142-3/+3 * - Update to 2014.07.06sunpoet2014-07-072-3/+3 * - Update to 2014.06.29sunpoet2014-07-042-3/+3 * Update to version 4.5.23.bsam2014-06-301-2/+2 * Update to 4.2.5.jkim2014-06-241-4/+4 * - Remove obsolete PYEASYINSTALL_EGG entry, now that the ports usemva2014-06-221-1/+0 * Remove localized bugzilla ports for which the master port expired:rene2014-06-2111-664/+0 * remove NO_STAGE.vanilla2014-06-202-2/+0 * - Update to 2014.06.15sunpoet2014-06-172-3/+3 * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-131-1/+1 * Update to libreoffice 4.2.4bapt2014-06-111-4/+4 * - Update to 2014.06.08sunpoet2014-06-102-3/+3 * Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-6/+0 * - add stage supportohauer2014-06-011-8/+3 * Remove expired ports:rene2014-05-319-118/+0 * - Update to 2014.05.25sunpoet2014-05-272-3/+3 * - Remove useless USE_GMAKEmiwi2014-05-261-1/+0 * - Update to 3.9.1miwi2014-05-252-3/+3 * - Update to 2014.05.16sunpoet2014-05-202-3/+3 * Update to version 6.nox2014-05-172-4/+3 * Fix stagificationedwin2014-05-141-1/+0 * - Update to 2014.05.09sunpoet2014-05-132-3/+3 * Update eric4 ports to version 4.5.22.bsam2014-05-121-2/+2 * KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-111-2/+2 * - update german bugzilla templatesohauer2014-05-106-9/+9 * Support stagebapt2014-05-091-1/+0 * Support stagebapt2014-05-091-1/+0 * Update to 4.1.6.jkim2014-05-071-4/+4 * - Update to 2014.05.02sunpoet2014-05-052-3/+3 * Convert all :U to :tu and :L to :tlbapt2014-05-05