aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-1725/+0
* mark Outbox messages as read.Dan Winship2001-05-181-1/+5
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-171-120/+3
* Load http images if the user has force-loaded images too.Dan Winship2001-05-161-0/+8
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-82/+48
* Don't allow multiple copies of this to be run at a time.Jeffrey Stedfast2001-05-121-17/+57
* If the cursor_uid is NULL, then we can't forward anything so just return.Jeffrey Stedfast2001-05-121-0/+6
* Don't advance to the next undeleted message after "Delete"...Dan Winship2001-05-111-4/+14
* Importer changesIain Holmes2001-05-091-0/+2
* Free the UIDs if the user decides to not go through with editing all theJeffrey Stedfast2001-05-091-5/+26
* Don't filter on Seen status. (previous_msg): Same. (next_unread_msg): NewJeffrey Stedfast2001-04-271-2/+22
* Added "MessageSearch" verb.Jon Trowbridge2001-04-261-2/+18
* New foot-shooting-prevention helper function. (edit_msg_internal,Dan Winship2001-04-251-0/+27
* signature changingRadek Doulik2001-04-251-10/+8
* Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-241-6/+8
* Append a "/" to the result of g_get_home_dir so gets the default dir itDan Winship2001-04-241-2/+4
* ugh, don't bother checking if the header values are non-NULL - it doesn't hur...Jeffrey Stedfast2001-04-231-11/+3
* Only set the X-Evolution-* header if that value is non-NULL.Jeffrey Stedfast2001-04-231-3/+11
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-2/+1
* Implemented. (resend_msg): Use is_sent_folder().Jeffrey Stedfast2001-04-191-2/+61
* Mark the messages as seen, not unseen. (is_drafts_folder): New function toJeffrey Stedfast2001-04-161-13/+77
* Mark the messages as seen, not unseen.Jeffrey Stedfast2001-04-161-1/+1
* mark messages as seen when opening then in a separate window.Dan Winship2001-04-121-0/+1
* Use the homedir as the default filename.Jeffrey Stedfast2001-04-121-1/+1
* Change to the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-121-0/+1
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-4/+9
* #include <camel/camel-vtrash-folder.h>Dan Winship2001-03-301-0/+1
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-4/+9
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-48/+45
* Add "vtrash" as an allowed mail folder type.Jeffrey Stedfast2001-03-271-1/+1
* Simplify a bit using camel_session_get_provider.Dan Winship2001-03-261-12/+3
* New callback to handle a double-click event in the account clist.Jeffrey Stedfast2001-03-231-9/+8
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-4/+4
* Add Resend Message menu item.Jeffrey Stedfast2001-03-191-0/+39
* Unref the message.Jeffrey Stedfast2001-03-191-0/+2
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-1/+1
* Added edit item to search-bar menu.Not Zed2001-03-151-1/+7
* Added protection.Jeffrey Stedfast2001-03-121-2/+61
* Remove our X-Evolution header before we send. Also don't send messagesJeffrey Stedfast2001-03-121-13/+13
* Set the Forward->Quoted callback. Also set the forward->AttachmentJeffrey Stedfast2001-03-091-26/+68
* Call open_msg here so that it does the Right Thing (tm).Jeffrey Stedfast2001-03-091-3/+3
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-10/+28
* Don't access the `active` data member of a GtkToggleButton directly - badJeffrey Stedfast2001-03-061-1/+1
* Return TRUE if the user configured his/her settings, else return FALSE.Jeffrey Stedfast2001-02-281-11/+13
* Set a "References" header no matter what if we are able to get aJeffrey Stedfast2001-02-271-9/+11
* Mark deleted messages as "seen" as well so they don't count towards theDan Winship2001-02-271-1/+1
* Abort if the message is NULL (which is valid if an error occured).Jeffrey Stedfast2001-02-261-0/+4
* New stuff for the importer to create a new folderIain Holmes2001-02-231-1/+1
* Fix for api changes to append_mail.Not Zed2001-02-211-1/+1
* Pass NULL, not "/" for @top.Dan Winship2001-02-211-7/+8
* Use mail_storage_create_folderJeffrey Stedfast2001-02-161-0/+87
* Re-add non-static forward_messages. mail-view.c needs it.Dan Winship2001-02-121-1/+1
* Don't leak memory. (forward_messages): change doinline to be a gbooleanJeffrey Stedfast2001-02-111-8/+10
* Check the full list of IDs instead of just the default id and if we findJeffrey Stedfast2001-02-111-19/+85
* New location for this function.Jeffrey Stedfast2001-02-091-17/+142
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-1/+1
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-0/+1
* (Don't prompt about unsaved changes for replies/forwards that have notJason Leach2001-01-261-3/+6
* Fix spelling.Dan Winship2001-01-241-1/+1
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-1/+0
* remove a warning with conditional news compilation.Not Zed2001-01-221-73/+14
* Added the next/previous toolbar buttons.Jeffrey Stedfast2001-01-191-0/+24
* Update to use EMessageBox and to record if the user doesn't want to everJeffrey Stedfast2001-01-171-6/+33
* If the user hits "No", then don't destroy the filesel window.Jeffrey Stedfast2001-01-171-2/+1
* Setup a cancellation handle. (do_fetch_mail): REgister for cancellationNot Zed2001-01-161-0/+8
* Set the default button to `Yes' here.Miguel de Icaza2001-01-151-0/+6
* Get the X-Evolution-Transport URL and use that if it exists, else fallJeffrey Stedfast2001-01-131-2/+8
* Get the account by using the new e_msg_composer_get_preferred_account()Jeffrey Stedfast2001-01-131-4/+19
* Force finalization of the function before returning fixing the FIXME thatMiguel de Icaza2001-01-121-10/+23
* New function that explains to the user why he can't do the action heJeffrey Stedfast2001-01-111-24/+14
* Prevent Federico's segfault.Jeffrey Stedfast2001-01-111-1/+1
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-41/+52
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-52/+41
* More lovely fixes...Jeffrey Stedfast2001-01-091-1/+1
* A bunch of fixes.Jeffrey Stedfast2001-01-091-1/+1
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-2/+12
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-39/+40
* Removed old implementation.Not Zed2001-01-041-11/+32
* Call mail-callbacks.c:forward_messages(), so the behaviour is the same asNot Zed2001-01-031-38/+78
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-11/+54
* Merge from camel-mt-branch.Not Zed2000-12-241-72/+24
* Attach a signature when forwarding, fixes bug #826.Jeffrey Stedfast2000-12-131-1/+10
* Remove the never-once-used BonoboObject stuff and make MessageList be aDan Winship2000-12-121-11/+7
* Check to see if the file already exists, if it does prompt the user to forJeffrey Stedfast2000-12-091-5/+27
* Only do a message_list_foreach if we plan on attaching messages, otherwiseJeffrey Stedfast2000-12-081-3/+6
* Add some g_return_if_fail()s to protect from crashes until the code toDan Winship2000-12-081-8/+6
* Make inline forwarding not be the default anymore.Ettore Perazzoli2000-12-041-2/+2
* Added the SaveAs bonobo menu verb thingy.Jeffrey Stedfast2000-11-291-0/+61
* New function to return if user wants to view message source.Jeffrey Stedfast2000-11-221-14/+0
* Added a new Forward as Attachment bonobo menu item verb.Jeffrey Stedfast2000-11-161-7/+30
* likewiseRadek Doulik2000-11-091-6/+6
* Don't invert the flag. (undelete_msg): Same (when multiple messages areJeffrey Stedfast2000-11-071-8/+4
* Updated to have the same menu items as the new right-click menu -Jeffrey Stedfast2000-11-071-1/+1
* Added an "Undelete" option to the right-click menu and also set a mask soJeffrey Stedfast2000-11-061-1/+35
* Added new header files.Jeffrey Stedfast2000-11-041-0/+1
* ** Merged in camel-incremental-branch.Not Zed2000-11-021-1/+1
* Shouldn't we be strdup'ing the content? This seems to fix the memoryJeffrey Stedfast2000-11-011-2/+2
* Check to make sure that the recipient list is neither NULL nor a 0-lengthJeffrey Stedfast2000-10-281-1/+12
* Check for the TO recipient list being NULL and don't send.Jeffrey Stedfast2000-10-261-0/+6
* Don't forget to unref the FilterDriver.Jeffrey Stedfast2000-10-261-11/+13
* lots of i18n fixesDan Winship2000-10-241-6/+8
* Apply outgoing filters to the message.Jeffrey Stedfast2000-10-241-2/+2
* s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-211-13/+13
* #include "mail-vfolder.h" (vfolder_edit_vfolders): Don't call the dummyJeffrey Stedfast2000-10-201-3/+2
* Disable the optionmenu because it is empty. (service_page_item_auth_fill):Iain Holmes2000-10-181-2/+10
* New widget, full search dialogue for mail.Not Zed2000-10-091-1/+1
* fetch mail before sending, this is a temp fix for POP-before-SMTPJeffrey Stedfast2000-10-061-1/+2
* Use CamelInternetAddress instead of my quick hack (aka InternetAddress).Jeffrey Stedfast2000-10-051-1/+0
* Instead of UnSelectAll, we want InvertSelection.Jeffrey Stedfast2000-10-051-6/+7
* Added a comment to a piece of code that I was trying to "fix" just to findMiguel de Icaza2000-10-041-0/+8
* subscribe-control.[ch] -> subscribe_dialog.[ch]Chris Toshok2000-10-031-2/+2
* Add print preview verb here.Miguel de Icaza2000-09-301-20/+93
* nuked.Chris Toshok2000-09-301-0/+10
* Fix it so that "send later" will still mark a message as being replied,Jeffrey Stedfast2000-09-281-0/+10
* Added new menu itemsJeffrey Stedfast2000-09-261-8/+40
* Deal with NULL composer.Dan Winship2000-09-191-8/+15
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Revert **Temp fix** from below since the relevant shell bug has been fixedDan Winship2000-09-151-4/+6
* **Temp fix** Send "" as the default folder to select as anything elseJeffrey Stedfast2000-09-151-16/+17
* Made a nicer dialog for the "You have not configured the mail client" errorIain Holmes2000-09-151-13/+18
* Updated to use the new mail_do_filter_ondemand.Jeffrey Stedfast2000-09-121-12/+1
* New async function to filter messages on demand. (do_fetch_mail): UpdatedJeffrey Stedfast2000-09-071-57/+57
* Change the "Get Mail" toolbar button to become "Send & Receieve"Jeffrey Stedfast2000-09-031-14/+60
* Attach a callback to the postpone signal (send_to_url): Same (mail_reply):Jeffrey Stedfast2000-09-021-13/+53
* Update this and related functions to no longer take a From address. (TheDan Winship2000-08-301-26/+6
* Free the from address when we're done with it. Also,Jeffrey Stedfast2000-08-291-12/+10
* Goodbye, GDK_THREADS!Peter Williams2000-08-281-6/+6
* Added bonobo menu handler for mark_all_deleted function.Ariel Rios2000-08-281-0/+14
* Start adding progress info; make flag_all_messages camel-safe; make the no ne...Peter Williams2000-08-251-4/+2
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-251-72/+91
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-4/+4
* Filtering on demand! booyeah!Peter Williams2000-08-181-1/+18
* Add support for copying messagesPeter Williams2000-08-161-4/+22
* Toggling a flag is an "instantaneous" operation, so if we're only doingDan Winship2000-08-121-2/+15
* Fix some warnings. Make 'configure folder' a modal dialog.Peter Williams2000-08-121-4/+4
* Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-121-7/+24
* If the caller passes "-1" for the model row, translate that to view row 0.Dan Winship2000-08-121-3/+1
* Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-111-1/+0
* Fix compile warning by casting the object to a CamelObjectJeffrey Stedfast2000-08-111-10/+10
* Fix the infinite movemailPeter Williams2000-08-111-1/+1
* Fix a bug in the async changes. (This was identical to reply_to_sender.)Dan Winship2000-08-111-1/+1
* oopsPeter Williams2000-08-111-0/+592