aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Make the chooser non-modal. Fixes bug #53735.Jeffrey Stedfast2004-06-092-0/+4
* Only change the cursor if the currently selected folder is a subfolder ofJeffrey Stedfast2004-06-092-5/+25
* Set the store's FULL_NAME to NULL here. Fixes the crash in bug #59713.Jeffrey Stedfast2004-06-082-1/+6
* fix the name of "stock_save-as" everywhereDan Winship2004-06-073-4/+12
* Shuffle usage of trailing "..." in menus.Christian Neumair2004-06-052-4/+9
* Use ngettext for message count information.Christian Neumair2004-06-052-8/+13
* added size info to IMG tags so that it loads the message smootherRadek Doulik2004-06-042-6/+11
* Don't pack entry and checkbox widgets directly into the dialog vbox soWilliam Jon McCann2004-06-042-2/+15
* put this back in, local folders not being noted properly all the time.Not Zed2004-06-032-1/+18
* fixed changelogJeffrey Stedfast2004-06-021-1/+3
* Don't attach anything ever. This is confusing way too many users whoJeffrey Stedfast2004-06-022-5/+9
* set the right path on the url.Not Zed2004-06-012-1/+4
* ugh, unlike camel exceptions, you can't pass NULL to CORBA calls.Not Zed2004-06-012-6/+12
* Disable debug here too - all this code has been working fine.Jeffrey Stedfast2004-05-295-6/+23
* fixed ChangeLogJeffrey Stedfast2004-05-281-4/+3
* Instead of removing the "Loading..." row for toplevel folder nodes onJeffrey Stedfast2004-05-282-1/+20
* Require e-error-toolRodney Dawes2004-05-282-0/+5
* initialise desc to NULL before using it later on. gcc doesn't warn on thisNot Zed2004-05-262-1/+6
* set the default selection to inbox.Not Zed2004-05-269-168/+170
* a few fixes.Jeffrey Stedfast2004-05-264-8/+21
* disable add sender to addressbook bar if it is also disabled. #58955.Not Zed2004-05-252-2/+7
* don't enable the widget based on its writability if it is a dependentNot Zed2004-05-242-7/+17
* only enable add sender if we also have 1 selected. #56663.Not Zed2004-05-242-1/+5
* remove some debug.Not Zed2004-05-243-5/+10
* use set_cursor instead of scroll_to_row. See #58383.Not Zed2004-05-242-21/+30
* added empty handling for CAMEL_PROVIDER_CONF_HIDDEN added handling forSivaiah Nallagatla2004-05-242-2/+17
* pull the message from the regen list before we check the list and pendingNot Zed2004-05-243-6/+21
* put note_store back in. Quick hack to fix the issue of folders beingNot Zed2004-05-223-6/+11
* ** Another unread count bug, #58814.Not Zed2004-05-226-6/+27
* add marshaller for p_ppppp call.Not Zed2004-05-218-69/+144
* finally put the 1.2 password upgrade patch in. Untested. #42721.Not Zed2004-05-212-1/+102
* Fixes for bug #57305.Jeffrey Stedfast2004-05-214-10/+27
* remove "use daemon" handling codeRadek Doulik2004-05-203-48/+228
* ** See #58388.Not Zed2004-05-202-1/+8
* ** See #57583.Not Zed2004-05-203-8/+43
* ** See #58693.Not Zed2004-05-204-4/+17
* use the new e_book_new_* and e_book_open apis.Chris Toshok2004-05-203-6/+15
* Fixed the icon name to get the right one.Jeffrey Stedfast2004-05-202-1/+3
* Changed to load an empty pixbuf manually rather than relying on the pixbufJeffrey Stedfast2004-05-202-22/+34
* don't dist the error .h fileJP Rosevear2004-05-202-1/+5
* if we end up with an application/octet-stream part, pre-snoop it so we setNot Zed2004-05-196-80/+97
* make this match the efhd stuff.Not Zed2004-05-193-10/+28
* Add menu_label and menu_accelerator.William Jon McCann2004-05-192-0/+7
* fixed up the empty trash on exit thing, to update for all stores, notNot Zed2004-05-192-13/+21
* Added header "X-Newsreader" for handle Outlook Express as Mailer.Cantona Su2004-05-192-1/+7
* don't nomarkseen when we restore the message when we show the preview.Not Zed2004-05-182-1/+5
* no new message test if its the drafts folder too.Not Zed2004-05-183-1/+47
* Listen to the tree selection change event directly & proxy out, so we canNot Zed2004-05-182-0/+14
* ** Quick fix for #57434Not Zed2004-05-185-2/+24
* don't emit new mail if its any vfolder, not just vtrash folder. #56350.Not Zed2004-05-1811-20/+53
* #include <gtk/gtkliststore.h>. Fixes bug #58407.Jeffrey Stedfast2004-05-172-0/+6
* put the None item at the head of the providers list.Not Zed2004-05-173-14/+29
* keep the hide deleted status. Makes #51082 work at last.Not Zed2004-05-173-1/+7
* ** Bug #6556.Not Zed2004-05-176-238/+478
* s/RESEND/EDIT/Jeffrey Stedfast2004-05-154-36/+42
* (config_write_style): fflush the gtkrc file.Jeffrey Stedfast2004-05-152-4/+6
* Build the path to the gtkrc filename and store it on the config struct soJeffrey Stedfast2004-05-152-30/+20
* Updated the #if 0'd code for the API chanegs made toJeffrey Stedfast2004-05-155-7/+23
* Same. Also changed the "Valid signature, cannot verify sender" string toJeffrey Stedfast2004-05-153-9/+27
* Don't include the last default_header when setting the default headers. IfJeffrey Stedfast2004-05-143-19/+25
* Add a stripsig filter. Fixes bug #52767.Jeffrey Stedfast2004-05-136-4/+252
* move ignore case outside of block. Stupid c language.Not Zed2004-05-134-36/+69
* re-enabled the reply to selection stuff. I worked out how to make it work;Not Zed2004-05-133-20/+31
* added "email" to the uri_schema's attribute.Not Zed2004-05-133-0/+44
* ** See bug #58302.Not Zed2004-05-122-2/+11
* enable threading option type on the search bar.Not Zed2004-05-122-0/+5
* add for translators.Not Zed2004-05-1210-589/+834
* Remove the mail folder control factoryDan Winship2004-05-125-88/+11
* Fixed warningDavid Malcolm2004-05-112-0/+6
* Default the Mailer header to enabled. Fixes bug #58217.Jeffrey Stedfast2004-05-112-4/+6
* don't default the list strings if they are defaulted to emptyJeffrey Stedfast2004-05-111-5/+1
* set header to just Evolution (mail_append_mail): dittoJP Rosevear2004-05-103-3/+11
* cleanup the view menus if they were created.Not Zed2004-05-105-63/+63
* Fix for bug #57152.Jeffrey Stedfast2004-05-084-8/+30
* set cite_color property of gtkhtml widgets (mail_config_init): addRadek Doulik2004-05-072-2/+23
* ** See bug #57935.Not Zed2004-05-075-13/+33
* ** Dunno why i bothered, but see bug #58090.Not Zed2004-05-072-6/+45
* ** See #58017.Not Zed2004-05-074-6/+19
* Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-076-15/+31
* reset the preview if no signature is selectedRadek Doulik2004-05-062-1/+9
* Select the row that was just collapsed. Fixes bug #57665.Jeffrey Stedfast2004-05-062-0/+5
* Removed. (rule_from_message): Removed the AUTO_THREAD bit.Jeffrey Stedfast2004-05-064-69/+11
* ** See bug #57720.Not Zed2004-05-0510-195/+188
* Fix for bug #55303, but ideally there would be a nicer way of doing this -Jeffrey Stedfast2004-05-053-18/+103
* Fix for bug #58004.Jeffrey Stedfast2004-05-042-38/+43
* This now takes CamelProvider as argument. Made the display message moreSarfraaz Ahmed2004-05-044-55/+138
* Fix for bug #57968Jeffrey Stedfast2004-05-044-8/+33
* Add gtkdialog header to fix build.William Jon McCann2004-05-042-0/+5
* updateDan Winship2004-05-031-19/+11
* take fromuri and subject to set the basic headers/account.Not Zed2004-05-037-54/+93
* removed.Not Zed2004-05-0328-159/+254
* Moved these here from em-utils.c.Not Zed2004-05-034-1120/+1133
* fix typo. #53466.Priit Laes2004-05-013-6/+13
* Fix for bug #56645Jeffrey Stedfast2004-05-011-0/+2
* If the row the cursor is hovering over has children and is not expandedJeffrey Stedfast2004-05-012-0/+78
* Fixed a type-o.Enver ALTIN2004-05-012-1/+5
* Properly initialise the strikeout column for both types of folders (trashJeffrey Stedfast2004-05-012-18/+20
* fix the overwrite? question. #57822.Not Zed2004-04-302-1/+5
* change all the session-message-* things to just be secondary, otherwiseNot Zed2004-04-292-6/+9
* forgot to prefix error type with "mail:"Not Zed2004-04-292-2/+5
* duh, use the right error id.Not Zed2004-04-292-1/+4
* call mail_note_store rather than get_folder_info so that unread counts areNot Zed2004-04-292-1/+5
* fix the password dialogue text.Not Zed2004-04-292-1/+6
* Sort the VFolders. Fixes bug #56636.Jeffrey Stedfast2004-04-292-29/+4
* We only want 8bits per color. Fixes bug #57588.Jeffrey Stedfast2004-04-292-4/+7
* Duh. If the lookup of si fails, don't use si->display_name in the warningJeffrey Stedfast2004-04-293-6/+12
* check stat == 0Jeffrey Stedfast2004-04-291-1/+1
* Use g_shell_parse_argv() to get the actual script path and then check thatJeffrey Stedfast2004-04-282-7/+17
* return the right type, related to #53839.Not Zed2004-04-282-1/+6
* ** Changed error messages to use EError.Not Zed2004-04-2817-281/+145
* ** See bug #57659.Not Zed2004-04-273-17/+5
* ** See bug #57511.Not Zed2004-04-273-2/+13
* added bug #Radek Doulik2004-04-261-0/+2
* set gtk_html_begin's flags to avoid scroll to top of the message andRadek Doulik2004-04-264-4/+25
* Glade file for displaying the license.Sarfraaz Ahmed2004-04-232-0/+158
* fix the check to see if we've already loaded the images. #57450.Not Zed2004-04-232-1/+6
* Added a check for HAS_LICENSE flag.Sarfraaz Ahmed2004-04-232-1/+159
* do the imap cmeta files, it just does the sync offline stuff. #56674.Not Zed2004-04-222-56/+137
* force check of autosaved messages as soon as the mailer starts up (well,Not Zed2004-04-222-1/+21
* display selected count instead of unread if we have >1 selected. AlsoNot Zed2004-04-222-3/+33
* use a better test for non-full lines.Not Zed2004-04-212-2/+7
* dont desensitise HideDeleted just 'cause we have no folder, it needs toNot Zed2004-04-212-2/+16
* use the right signal callback for the changed signal. Fixes #57246.Not Zed2004-04-212-1/+4
* fix for e_user_creatable_items api changes. (create_item): split out theNot Zed2004-04-212-20/+46
* dded a needed #includeJeffrey Stedfast2004-04-201-0/+1
* added a needed #includeJeffrey Stedfast2004-04-201-0/+1
* Use E_ICON_SIZE_* enums for the menu icon sizes.Jeffrey Stedfast2004-04-202-5/+8
* Use E_ICON_SIZE_* enums for the menu/toolbar icon sizes.Jeffrey Stedfast2004-04-202-36/+39
* Same.Jeffrey Stedfast2004-04-2011-21/+41
* get rid of mark_pixbuf, it's not even suedJeffrey Stedfast2004-04-202-6/+0
* Removed variables that got re-added with the icon-theme patch somehow.Jeffrey Stedfast2004-04-206-19/+16
* mail-component.cMichael Terry2004-04-1921-217/+241
* Removed unused and uninitialised "url" local that gets g_free-edDavid Malcolm2004-04-192-2/+6
* Work in progress, HIG'ing and de-coupling of errors.Michael Zucci2004-04-161-0/+293
* Change the message display widget names to match the ones we are using inJeffrey Stedfast2004-04-162-3/+10
* Added a new "message_list_scrolled" signal so our users can listen to thisJeffrey Stedfast2004-04-153-11/+33
* Don't complain about message errors ("Internal Error: ..."), insteadJeffrey Stedfast2004-04-152-5/+6
* ugh, use the queued thread to get the folder, otherwise we can get foldersNot Zed2004-04-145-11/+74
* remove debug comment.Not Zed2004-04-145-12/+73
* ** See bug #56149.Not Zed2004-04-145-44/+26
* hmm, use the right pointer when iterating the pending uri list.Not Zed2004-04-142-5/+9
* We don't actually want to disallow clicking on \NoSelect folders. Fixes aJeffrey Stedfast2004-04-142-1/+5
* argh. don't expand/fillJeffrey Stedfast2004-04-141-4/+4
* If we get an empty charset string from gconf, don't try to use the resultJeffrey Stedfast2004-04-142-3/+10
* upped the defult timeout to 10 minutes rather than 1Jeffrey Stedfast2004-04-141-1/+1
* Removed crackrock usage of GtkFixed as fillter. Also HIGified some otherJeffrey Stedfast2004-04-142-413/+393
* enabled some unread-count debug spewageJeffrey Stedfast2004-04-142-3/+3
* track the messagelist hidedeleted value since it looks it up when we setNot Zed2004-04-145-17/+70
* run this in the thread_queued_slow, so it runs in sequence and afterNot Zed2004-04-133-1/+8
* reset load_http_now once we've done, should fix #56338 finally.Not Zed2004-04-132-0/+3
* use %% for %%.Not Zed2004-04-135-14/+31
* Need to set the session on the preview object. Fixes bug #56862.Jeffrey Stedfast2004-04-132-1/+6
* Scroll to the auto-selected folder. Fixes bug #56707.Jeffrey Stedfast2004-04-132-0/+4
* New function. (message_list_set_scrollbar_position): New function.Jeffrey Stedfast2004-04-133-0/+27
* If the provider is unavailable, return euri like the other fail cases.Jeffrey Stedfast2004-04-122-2/+8
* Updated Spanish translation.Francisco Javier F. Serrador2004-04-102-1/+6
* Don't bother adding the autogen sig here, e-signature-list.c handles thisJeffrey Stedfast2004-04-103-11/+44
* use e_destination_export_to_vcard_attribute instead of exporting to xml,Chris Toshok2004-04-104-34/+46
* add width=16 height=16 to rupert's image so that it doesn't flicker/moveRadek Doulik2004-04-102-1/+6
* Set the excluded bits on the folder-tree. Don't allow the user to xferJeffrey Stedfast2004-04-102-0/+8
* Create an EUserCreatableItemsHandler for the view. (emfv_finalise): UnrefDan Winship2004-04-093-0/+22
* Now takes a pattern argument to limit files that get copied over (so weJeffrey Stedfast2004-04-092-4/+8
* Fixed up a bit to look nicer and make it closer to HIG compliant.Jeffrey Stedfast2004-04-093-155/+189
* We need to recursively copy the dragged folder tree over to the dropJeffrey Stedfast2004-04-092-9/+61
* add the monkey button if we're from evolution. See #52977. (emfh_gethttp):Not Zed2004-04-082-7/+29
* VJUNK_FOLDER's dont exist, they're VTRASH folders now.Not Zed2004-04-086-61/+95
* Check that emft_selection_get_selected() returns TRUE before we try to useJeffrey Stedfast2004-04-082-5/+23
* moved a comment to a more appropriate locationJeffrey Stedfast2004-04-081-1/+1
* Fix for bug #56538Jeffrey Stedfast2004-04-082-20/+33
* Removed.Jeffrey Stedfast2004-04-087-26/+6
* No longer need the Apply stuff.Jeffrey Stedfast2004-04-084-49/+3
* Don't call a function that doesn't exist anymore.Jeffrey Stedfast2004-04-072-1/+6
* Changed to save the settings in the signal callbacks.Jeffrey Stedfast2004-04-075-705/+483
* ref the emfoldertree in our thread message. (em_folder_tree_set_selected):Not Zed2004-04-064-2/+18
* fixedJeffrey Stedfast2004-04-061-4/+4
* Migrate the thread_list setting. Fixes bug #56297.Jeffrey Stedfast2004-04-062-51/+111
* if we have no sign status, use signed-nokey, rather than no icon.Not Zed2004-04-052-3/+37
* ** See bug # 56402.Not Zed2004-04-053-4/+12
* removed, this is done in camel now. (fix_unmatched_info): renamed fromNot Zed2004-04-052-68/+9
* Revert my "fix" from yesterday. We can't necessarily show progressJeffrey Stedfast2004-04-032-2/+5
* Fixes bug #53851Jeffrey Stedfast2004-04-033-8/+26
* Fixes bug #37416Jeffrey Stedfast2004-04-033-5/+32
* do a per-line validation of the uuencoded stuff, based on the length byte.Not Zed2004-04-022-0/+20
* ** See bug #56338.Not Zed2004-04-022-6/+15
* Report progress. "Fixes" bug #56355.Jeffrey Stedfast2004-04-022-3/+7
* simplify menu_item_set_label()Jeffrey Stedfast2004-04-021-10/+5
* Set the updated sig->name on the menu item.Jeffrey Stedfast2004-04-022-3/+23
* Updated for signature API changes.Jeffrey Stedfast2004-04-0212-699/+443
* Commented grabbing focus on hostname edit, fix the focus issue of AccountEric Zhao2004-04-012-1/+5
* Only do citation colouring if the user has specified to do so and use theJeffrey Stedfast2004-04-012-3/+31
* Save/restore the subscribe dialog's window size. Fixes bug #56230.Jeffrey Stedfast2004-04-014-5/+82
* REMOVED! And there was much rejoicing.Not Zed2004-03-313-32/+3
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-3130-168/+391
* add spellLiveToggled signalRadek Doulik2004-03-303-2/+156
* Free the folder-info.Jeffrey Stedfast2004-03-302-2/+4
* Instead of comparing sstate[0] to '1', compare it against '0' like all theJeffrey Stedfast2004-03-302-1/+7
* remove local-config.glade form Makefile.am as it is removed form CVSSivaiah Nallagatla2004-03-252-1/+6
* Use gtk_window_present instead of doing a show then raise, as this alsoRodney Dawes2004-03-2513-3579/+5393
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Ĺ egan2004-03-242-2/+11
* Use sizeof() to decide how big buffer is so that in the future, if weJeffrey Stedfast2004-03-242-1/+5
* Fixed the key to fetch the value from the correct location. It'sJeffrey Stedfast2004-03-242-2/+6
* Fixed some logic bugs.Jeffrey Stedfast2004-03-242-10/+12
* use EM_FORMAT_HTML_VPADRadek Doulik2004-03-234-3/+16
* dont add the show/hide menu items if we can't ever show it inline.Not Zed2004-03-232-6/+17
* format inline(d) parts automatically into the reply. Part of #55702.Not Zed2004-03-232-1/+20
* if we get an email uri passed in, just pass it out again, without firstNot Zed2004-03-232-0/+9
* Add Newsgroups to the default header list.Not Zed2004-03-224-23/+55
* Fixes bug #54800.Jeffrey Stedfast2004-03-202-2/+73
* ref the store before running the async disconnect, otherwise we unref oneNot Zed2004-03-192-1/+8
* Don't set the account source/transport types to disabled simply becauseJeffrey Stedfast2004-03-192-16/+66
* rfc2047 decode the address here before passing it off to the addressbookJeffrey Stedfast2004-03-192-2/+20
* save the source and transport vbox's to enable/disable the whole lotNot Zed2004-03-186-82/+34
* make this crap not break the buildMichael Zucci2004-03-182-2/+2
* started writing this, but i couldn't be fucked right now - apparentlyNot Zed2004-03-1811-31/+309
* format as plain text too.Not Zed2004-03-172-0/+38
* split this, only call add_store/note_store once we've actually set theNot Zed2004-03-171-3/+11
* Fix for bug #55358.Jeffrey Stedfast2004-03-175-139/+320
* Don't focus the name_entry widget here.Jeffrey Stedfast2004-03-173-3/+9
* New function to return a description of the async drop operation. FixesJeffrey Stedfast2004-03-172-1/+32
* If the mail_get_message() async op fails, it will still call us with aJeffrey Stedfast2004-03-162-0/+11
* Use camel_store_rename_folder() when appropriate (m->tostore ==Jeffrey Stedfast2004-03-162-21/+41
* make this a varags function, which then calls the virtual method to do theNot Zed2004-03-153-2/+41
* No-op if emfv->folder is NULL (this means we are looking at a storeJeffrey Stedfast2004-03-132-1/+7
* remove junk learning thread, it's handled in camel-folder.c:folder_changedRadek Doulik2004-03-134-114/+18
* Removed. No longer in use (hasn't been since before 1.2).Jeffrey Stedfast2004-03-133-119/+80
* Reverted signal blocking stuff. Doesn't work and is unneeded with theJeffrey Stedfast2004-03-122-11/+5
* Fixed a bug where txt wasn't being properly initialised in all cases forJeffrey Stedfast2004-03-122-8/+33
* a really gross hack, disable all search handlers before setting the searchNot Zed2004-03-112-19/+61
* when we sort, handle not having the node in the tree. otherwise we alwaysNot Zed2004-03-112-3/+10
* make dnd look funny for joe. #55246.Not Zed2004-03-112-1/+4
* change stores hash to point to a structure, in which we maintain theNot Zed2004-03-112-21/+73
* pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-1112-71/+156
* Fix for bug #55298.Jeffrey Stedfast2004-03-112-14/+20
* Removed an unused variable left over from an old attempted fix.Jeffrey Stedfast2004-03-113-7/+11
* Partial fix for bug #53862Jeffrey Stedfast2004-03-115-2/+72
* Focus the entry widget. Fixes bug #55330.Jeffrey Stedfast2004-03-112-0/+6
* ops, put close to the other if branchRadek Doulik2004-03-111-0/+1
* (pipe_to_sa_with_error): do not call close, camel_stream_closeRadek Doulik2004-03-112-1/+2
* call camel_stream_close and close the fds[1]Radek Doulik2004-03-112-1/+7
* New async function to create a folder. (em_folder_tree_create_folder):Jeffrey Stedfast2004-03-092-28/+156
* new method, filter folder with FILTER_SOURCE_JUNKTEST type filterRadek Doulik2004-03-094-5/+37
* Don't set our parent window as the efhd, ehfd isn't even a widget.Jeffrey Stedfast2004-03-065-3/+27
* ** See bug #55096.Not Zed2004-03-053-1/+24
* If event == NULL, don't try to use event->key.timeJeffrey Stedfast2004-03-053-5/+58
* ** See bug #53738.Not Zed2004-03-032-15/+13
* ** See bug #54924.Not Zed2004-03-032-8/+28
* ** See bug #54121.Not Zed2004-03-033-10/+57
* if we have the folder opened already, and its the outbox, then use theNot Zed2004-03-0312-147/+166
* s/||/&&/. Fixes a dumb bug I introduced yesterday.Jeffrey Stedfast2004-03-032-1/+6
* Connect to the folder-activated signal. (folder_activated_cb): CallJeffrey Stedfast2004-03-024-9/+83