aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
Commit message (Expand)AuthorAgeFilesLines
* ** Fixes bug #221270. Removed white space before : when displaying accountRohini S2006-02-131-6/+6
* ** Fixes bug #221270.Rohini S2006-01-161-14/+24
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-061-2/+2
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1
* See bug ** 323253Shi Pu2005-12-061-1/+1
* ** See bug #315987 Send only if account is enabledParthasarathi Susarla2005-11-231-1/+1
* Honour the check_all flag for the scalix provider. Fixes bug #313582.Christian Kellner2005-08-161-1/+2
* hack to make it honour the 'refresh only inbox' imap/groupwise setting.Not Zed2005-07-271-4/+11
* if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-211-3/+110
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Fix the dialog to have borders that are HIG-compliant and fix up theRodney Dawes2005-01-281-12/+18
* get image widget directly from icon factoryJP Rosevear2004-11-261-7/+2
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-121-1/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-62/+77
* ** See #59885.Not Zed2004-06-171-2/+2
* ** See #58693.Not Zed2004-05-201-2/+2
* removed.Not Zed2004-05-031-7/+0
* call mail_note_store rather than get_folder_info so that unread counts areNot Zed2004-04-291-1/+1
* Same.Jeffrey Stedfast2004-04-201-2/+2
* mail-component.cMichael Terry2004-04-191-4/+17
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-1/+6
* if we have the folder opened already, and its the outbox, then use theNot Zed2004-03-031-0/+18
* fix camel provider api changes.Not Zed2004-02-191-4/+1
* ** See bug #53179Not Zed2004-01-281-0/+5
* ref folder from mail_component_get_folder.Not Zed2004-01-281-0/+1
* ** See bug #53084 and others.Not Zed2004-01-271-6/+8
* ** See bug #52990.Not Zed2004-01-201-2/+2
* Set the send/recv dialog to non-modal. Fixes bug #50127.Jeffrey Stedfast2004-01-061-18/+20
* thin wrapper on mail_component_get_local_inbox.Not Zed2003-11-171-1/+0
* New folder-tree widget that replaces the shell's folder-tree widget.Jeffrey Stedfast2003-11-141-15/+1
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-12/+13
* Make the dialog more HIG-compliant by fixing widget alignment/spacingRodney Dawes2003-09-261-8/+2
* cvs removed.Not Zed2003-09-181-11/+14
* add a CamelOperation for overriding status handler.Not Zed2003-08-021-6/+4
* free the info structure as well.Larry Ewing2003-06-121-0/+1
* ** See bug #41748Not Zed2003-05-011-7/+13
* pass an exception to get_provider, to silence some warnings/get a validNot Zed2003-04-241-1/+4
* 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