aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated Canadian English translation.Adam Weinberger2004-04-162-666/+675
* don't actually check if start date is after due date, its perfectly validJP Rosevear2004-04-162-16/+6
* Same idea here as with build_mesage(), don't convert th gconf charsetJeffrey Stedfast2004-04-163-52/+82
* Changed imap_atom_specials[] to not treat ']' as an atom char (as perJeffrey Stedfast2004-04-162-2/+10
* Fixes #53903JP Rosevear2004-04-153-5/+30
* stop listening to changes since we are just going to save and closeJP Rosevear2004-04-152-34/+24
* move the calendar publishing initialization from createControls to main.cGary Ekker2004-04-155-34/+39
* remove "Save" only optionJP Rosevear2004-04-152-7/+4
* Updated Czech translation.Miloslav Trmac2004-04-152-335/+353
* added some spacing.Rodrigo Moya2004-04-152-0/+4
* use the DTSTART for the recur-id if it's not available.Rodrigo Moya2004-04-153-2/+25
* Translation updated.Priit Laes2004-04-152-251/+218
* fix missing parameters, wow that was a mess.Larry Ewing2004-04-154-1225/+1090
* force the info label to update its contents here if the load wasChris Toshok2004-04-154-3/+21
* rip out tons of functions - they all live in addressbook-view.c now. theChris Toshok2004-04-158-1339/+1486
* Added a new "message_list_scrolled" signal so our users can listen to thisJeffrey Stedfast2004-04-153-11/+33
* Fixes #56613JP Rosevear2004-04-154-24/+46
* Set the border widths on the dialog's vbox and action area to beRodney Dawes2004-04-156-142/+208
* Translation updated by Daniel van Eeden.Vincent van Adrighem2004-04-152-1218/+1173
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-04-152-714/+679
* Use %F instead of %S so that the folder name gets properly converted fromJeffrey Stedfast2004-04-152-1/+9
* Don't complain about message errors ("Internal Error: ..."), insteadJeffrey Stedfast2004-04-152-5/+6
* Don't add an autogen signature if the new signature is the autogenJeffrey Stedfast2004-04-152-11/+12
* Fixes #56553JP Rosevear2004-04-142-6/+8
* differentiate between user cancellation and no importer (next_file_page):JP Rosevear2004-04-142-10/+22
* don't unref the dialog, destroy it properlyJP Rosevear2004-04-142-1/+7
* Updated Czech translation.Miloslav Trmac2004-04-142-233/+272
* 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
* Translation updated.Priit Laes2004-04-142-255/+295
* ** 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
* do offline mail syncing (only for open folders so far). If we fail doingNot Zed2004-04-142-5/+38
* Same as below for the tasks component.Not Zed2004-04-143-5/+33
* Updated British English translationGareth Owen2004-04-142-206/+247
* We don't actually want to disallow clicking on \NoSelect folders. Fixes aJeffrey Stedfast2004-04-142-1/+5
* Rearranged some error checking code to fix bug #56405.Jeffrey Stedfast2004-04-142-10/+16
* disable the map link for 2.0.Chris Toshok2004-04-142-0/+9
* fixed the attribution translationJeffrey Stedfast2004-04-141-1/+1
* Implemented a similar workaround to the one I did for a gethostbyaddr_r()Jeffrey Stedfast2004-04-142-1/+20
* 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
* To be on the safe side (even though the real bug behind bug #51924 can'tJeffrey Stedfast2004-04-142-3/+11
* 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
* implement the new counts, and get them all atomically so they're onlyNot Zed2004-04-133-14/+60
* Fix NotZed's fix to not mark messages as unseen. Fixes bug #56879.Jeffrey Stedfast2004-04-132-4/+9
* Translation updated.Priit Laes2004-04-132-984/+762
* add missing debug wrapper back.Larry Ewing2004-04-131-1/+1
* accept text/calendar drops.Larry Ewing2004-04-132-2/+17
* Fixes #56628Gary Ekker2004-04-132-2/+18
* 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
* add a component name argument, so we don't use 'this_component', andNot Zed2004-04-132-15/+27
* use %% for %%.Not Zed2004-04-135-14/+31
* add GDK_ACTION_COPY to the supported drag types. Connect to theLarry Ewing2004-04-132-2/+44
* change the auth type string from Password to plain/passwordSivaiah Nallagatla2004-04-133-2/+8
* added a check for new auth type "plain/password" for groupwise inSivaiah Nallagatla2004-04-132-0/+8
* treat "" the same as NULL (don't add it to the list).Chris Toshok2004-04-132-1/+6
* quiet valgrind uninitialized memory warning.Chris Toshok2004-04-132-0/+6
* [ should fix #56537 ]Chris Toshok2004-04-133-32/+29
* Updated British English translationGareth Owen2004-04-132-727/+729
* Fix for bug #56878.Jeffrey Stedfast2004-04-132-8/+29
* 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
* Really fixes bug #56623Jeffrey Stedfast2004-04-133-6/+32
* If the provider is unavailable, return euri like the other fail cases.Jeffrey Stedfast2004-04-122-2/+8
* Update Czech translationMiloslav Trmac2004-04-122-598/+599
* Updated Brazilian Portuguese translation from Afonso Celso MedinaEvandro Fernandes Giovanini2004-04-122-481/+517
* add bookname to uriSivaiah Nallagatla2004-04-113-12/+16
* Updated Canadian English translation.Adam Weinberger2004-04-112-1370/+857
* Fixed to use e-passwords.Gary Ekker2004-04-115-61/+119
* add prototypes for eab_load_error_dialog and eab_search_result_dialog.Chris Toshok2004-04-115-103/+134
* remove the e_destination_get_book api, since the function doesn't exist.Chris Toshok2004-04-112-1/+5
* Updated Brazilian Portuguese translation from Afonso Celso MedinaEvandro Fernandes Giovanini2004-04-102-518/+500
* Updated Spanish translation.Francisco Javier F. Serrador2004-04-104-767/+746
* Don't activate the components here. (e_shell_construct): Activate them allJeffrey Stedfast2004-04-103-14/+36
* Don't bother adding the autogen sig here, e-signature-list.c handles thisJeffrey Stedfast2004-04-103-11/+44
* If we fail to set a sig_uid then try to extract the old style signature idJeffrey Stedfast2004-04-103-1/+21
* bump to 8 for new contact list migration, since there was a bug in theChris Toshok2004-04-102-1/+7
* bump version required to 8 for the contact list migration foo.Chris Toshok2004-04-102-1/+6
* make sure the component is activated before calling upgradeFromVersion.Chris Toshok2004-04-102-1/+9
* pass GDK_CURRENT_TIME instead of a function pointer to "time" toChris Toshok2004-04-102-11/+31
* unref the component registryDan Winship2004-04-102-1/+7
* If the autogen signature isn't in the list (or isn't the first in theJeffrey Stedfast2004-04-102-0/+31
* s/eab-destination/e-destination/Rodney Dawes2004-04-102-10/+5
* i'm sick of seeing ?'s in my cvs up listsChris Toshok2004-04-101-0/+2
* bump to 7 for new contact list migration.Chris Toshok2004-04-102-1/+6
* EABDestination -> EDestination. (e_msg_composer_hdrs_to_message_internal):Chris Toshok2004-04-106-105/+172
* use e_destination_export_to_vcard_attribute instead of exporting to xml,Chris Toshok2004-04-104-34/+46
* EABDestination -> EDestination. (e_delegate_dialog_get_delegate): same.Chris Toshok2004-04-105-47/+67
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-1023-475/+521
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-102-1723/+0
* is Toshok <toshok@ximian.com>Chris Toshok2004-04-101-6/+5
* Fix capitalisation of the "mailcheck" section title and move it to the topJeffrey Stedfast2004-04-103-7/+17
* use BASE_VERSION to supply the major/minor version, and useChris Toshok2004-04-102-6/+19
* 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
* Update for "New" changes. Move "New Window" into File menu.Dan Winship2004-04-092-17/+11
* Create an EUserCreatableItemsHandler for the view if there isn't one yet,Dan Winship2004-04-096-4/+65
* create an EUserCreatableItemsHandler (addressbook_view_clear): destroy itDan Winship2004-04-093-4/+30
* Create an EUserCreatableItemsHandler for the view. (emfv_finalise): UnrefDan Winship2004-04-093-0/+22
* Change this a lot. Now each component will maintain its ownDan Winship2004-04-098-375/+446
* 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
* add a new variable that should be bumped whenever a migration changeChris Toshok2004-04-092-5/+14
* We need to recursively copy the dragged folder tree over to the dropJeffrey Stedfast2004-04-092-9/+61
* Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): DoJeffrey Stedfast2004-04-082-4/+108
* Translation updated.Priit Laes2004-04-082-415/+307
* add the monkey button if we're from evolution. See #52977. (emfh_gethttp):Not Zed2004-04-082-7/+29
* always set the seen flag when we delete a message. I demand that this may,Not Zed2004-04-083-2/+11
* ugh, fix some last minute changes which broke shit.Not Zed2004-04-082-18/+19
* VJUNK_FOLDER's dont exist, they're VTRASH folders now.Not Zed2004-04-086-61/+95
* A widget to show component info for the current component/view.Not Zed2004-04-084-0/+235
* include camel-debug.hNot Zed2004-04-085-54/+61
* 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
* Updated for changes to e-config-page.c (init): Removed the OK and ApplyJeffrey Stedfast2004-04-084-204/+24
* Removed.Jeffrey Stedfast2004-04-087-26/+6
* Removed the "apply" method.Jeffrey Stedfast2004-04-085-184/+22
* Fixed to be instant-apply.Jeffrey Stedfast2004-04-082-358/+306
* just add the client, we have protection against re-adding it any howJP Rosevear2004-04-082-16/+17
* we don't have an EBook* anymore. (e_destination_clear): same.Chris Toshok2004-04-083-65/+67
* Sync the changes here rather than setting 'changed' on the config controlJeffrey Stedfast2004-04-082-23/+22
* No longer need the Apply stuff.Jeffrey Stedfast2004-04-084-49/+3
* Reversed the logic for setting the signature menu to "None" (only set itJeffrey Stedfast2004-04-082-28/+34
* simplified a tadJeffrey Stedfast2004-04-081-9/+10
* remove extra set view params (gnome_calendar_set_view): simplify, just setJP Rosevear2004-04-0810-170/+123
* Probably fixes bug #56623 and others?Jeffrey Stedfast2004-04-072-11/+24
* Don't call a function that doesn't exist anymore.Jeffrey Stedfast2004-04-072-1/+6
* Update Czech translationMiloslav Trmac2004-04-072-1020/+1016
* Translation updated.Priit Laes2004-04-072-2231/+1944
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-072-2/+27
* Added Icelandic translation by Helgi Þormar ÞorbjörnssonSamúel Jón Gunnarsson2004-04-074-1/+17728
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-072-11/+57
* Defined.Jeffrey Stedfast2004-04-078-8/+26
* Changed to save the settings in the signal callbacks.Jeffrey Stedfast2004-04-075-705/+483
* ops, saved it this timeRadek Doulik2004-04-071-3/+3
* (set_editor_text): added pad_signature parameter to tell if weRadek Doulik2004-04-072-6/+10
* added empty hbox so that we have 12pxs between account setting andRadek Doulik2004-04-072-1/+11
* svn path=/trunk/; revision=25338Fixed any wrong translations. T.Aihana2004-04-061-14/+14
* svn path=/trunk/; revision=25337Updated ja.po. T.Aihana2004-04-062-673/+396
* old name, new trimmed down implementation. This will be replacingChris Toshok2004-04-063-0/+1401
* revert unapproved patchChris Toshok2004-04-062-28/+1
* #if 0 out the sys/debugreg stuff.Not Zed2004-04-062-1/+3
* ** See bug #56110.Not Zed2004-04-063-12/+69
* : implement keyboard navigation(TAB/shift+TAB) (activaite_editor) : add aHao Sheng2004-04-063-25/+126
* ** See bug #56464.Not Zed2004-04-065-16/+59
* ref the emfoldertree in our thread message. (em_folder_tree_set_selected):Not Zed2004-04-064-2/+18
* moved goto stuff to the view menu.Not Zed2004-04-062-13/+17
* wrap this with the correct #ifdef.Chris Toshok2004-04-062-2/+6
* use the correct glade filename.Chris Toshok2004-04-062-1/+6
* don't issue the display view signal a second time, connect_view does thisJP Rosevear2004-04-061-1/+0
* Updated Basque translation.Iñaki Larrañaga2004-04-061-0/+1
* Updated Basque translation.Iñaki Larrañaga2004-04-062-5566/+2740
* only select one dayJP Rosevear2004-04-062-2/+6
* fixedJeffrey Stedfast2004-04-061-4/+4
* Fixed to not ignore signatures without uids (e.g. signatures that wereJeffrey Stedfast2004-04-062-18/+25
* Migrate the thread_list setting. Fixes bug #56297.Jeffrey Stedfast2004-04-062-51/+111
* Update Czech translationMiloslav Trmac2004-04-052-919/+959
* removed commented code.Rodrigo Moya2004-04-052-34/+2
* removed useless call to set the POA after construction.Rodrigo Moya2004-04-052-1/+5
* Fixes #56316Rodrigo Moya2004-04-057-1/+153
* 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
* dont add folders to folders_out here, only in get_folders_add_folders.Not Zed2004-04-053-13/+21
* Translation updated by Daniel van Eeden.Vincent van Adrighem2004-04-042-1023/+1052
* 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
* New function to get the deleted message count (used for Outbox count whichJeffrey Stedfast2004-04-033-5/+53
* Revert Radek's last change to fix bug #56381.Jeffrey Stedfast2004-04-032-1/+7
* bump version, requirementsJP Rosevear2004-04-0350-92700/+108250
* Make the button initially insensitive. Connect to the entry's "changed"Dan Winship2004-04-032-6/+30
* Always set a format prop so that 1.4 and older 1.5 versions won't strcmp()Jeffrey Stedfast2004-04-022-0/+8
* turn this on, this should always be on, it points to real bugs in theNot Zed2004-04-023-7/+33
* 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
* [ fixes bug #51897 ]Chris Toshok2004-04-021-11/+19
* Create a new class for "Western European, New" to fix a translation issue.Jeffrey Stedfast2004-04-022-2/+9
* dumb fixJeffrey Stedfast2004-04-021-3/+2
* Fixed some breakage I introduced in the changes below.Jeffrey Stedfast2004-04-022-2/+12
* Report progress. "Fixes" bug #56355.Jeffrey Stedfast2004-04-022-3/+7
* simplify menu_item_set_label()Jeffrey Stedfast2004-04-022-20/+10
* Wrap annoying exeption warnings with w().Jeffrey Stedfast2004-04-022-6/+12
* Updated to use the new signature APIs. (signature_added): _()ify theJeffrey Stedfast2004-04-022-4/+27
* Set the updated sig->name on the menu item.Jeffrey Stedfast2004-04-022-3/+23
* add/remove viewsJP Rosevear2004-04-029-9/+45
* Updated to use the new signature APIs.Jeffrey Stedfast2004-04-023-149/+176
* Reference signatures by their UID rather than by an integer id. AlsoJeffrey Stedfast2004-04-023-17/+16
* Updated for signature API changes.Jeffrey Stedfast2004-04-0212-699/+443
* Fixes #53433.Hari Prasad Nadig2004-04-023-55/+45
* set the default timezone on all clients when opened.Rodrigo Moya2004-04-022-0/+7
* fix small typoRadek Doulik2004-04-012-1/+6
* Commented grabbing focus on hostname edit, fix the focus issue of AccountEric Zhao2004-04-012-1/+5
* add some sanity check here. add atk_state_focused to focused cell, it isYuedong Du2004-04-012-4/+16
* return correct values (boolean).Rodrigo Moya2004-04-012-2/+7
* Translation updated.Vincent van Adrighem2004-04-012-1263/+1653
* make sure we unset the float value for the panes if converting from 1.4JP Rosevear2004-04-012-1/+6
* Fixes #56120JP Rosevear2004-04-012-2/+10
* Updated British English translationGareth Owen2004-04-012-6015/+6518
* New class similar to EAccount but for signatures.Jeffrey Stedfast2004-04-016-0/+955
* Update Czech translationMiloslav Trmac2004-04-012-154/+165
* Only do citation colouring if the user has specified to do so and use theJeffrey Stedfast2004-04-012-3/+31
* add missing labels to dock items.William Jon McCann2004-04-013-7/+12
* Remove dialog separators Change the border with of the dialog's vbox andRodney Dawes2004-04-018-55/+149
* Save/restore the subscribe dialog's window size. Fixes bug #56230.Jeffrey Stedfast2004-04-014-5/+82
* Removed the imap4 filesRodney Dawes2004-04-012-3/+4
* fixed documentation typos.Rodrigo Moya2004-04-012-2/+6
* Replaced add_event_source with add_source and passed the VEVENT type asSarfraaz Ahmed2004-03-312-1/+6
* 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
* similar to below.Not Zed2004-03-313-4/+11
* Fixed missing headers now mail/* doesn't include gtk/*, camel/*, andNot Zed2004-03-317-1/+23
* start the rule editor with the right label.Not Zed2004-03-312-1/+6
* renamed filter_label to rule_label, and removed the vfolder-editor andNot Zed2004-03-317-659/+51
* [ fixes bug #34777 ]Chris Toshok2004-03-313-2/+51
* fixed changelogJeffrey Stedfast2004-03-311-1/+0
* Partially implemented. (imap4_get_folder): Implemented.Jeffrey Stedfast2004-03-313-19/+305
* [ fixes bug #53544 ]Chris Toshok2004-03-312-5/+31
* [ part of the fix for #51977, the other part is in e-d-s ]Chris Toshok2004-03-312-1/+10
* Use the new "filter_editor" that has been added to the glade file RemoveRodney Dawes2004-03-314-274/+402
* [ part of the fix for #54528, the other part is in e-d-s ]Chris Toshok2004-03-312-0/+26
* [ fixes bug #53094 ]Chris Toshok2004-03-313-265/+73
* [ part of fix for bug #53634 ]Chris Toshok2004-03-312-10/+7
* [ fixes bug #53634 ]Chris Toshok2004-03-313-9/+33
* fix a small error.Aaron Weber2004-03-311-9/+3
* Removed missing camel-imap-command.c for imap4Rodney Dawes2004-03-312-1/+4
* add remote calendar setup page to task list setup assistant and editWilliam Jon McCann2004-03-313-23/+416
* Use header_decode_text() rather than rfc2047_decode_word() to decode theJeffrey Stedfast2004-03-312-2/+9
* [ gui part of the fix required for #48665 ]Chris Toshok2004-03-312-2/+19
* add spellLiveToggled signalRadek Doulik2004-03-303-2/+156
* call drag_finish properly. (selector_tree_drag_motion): set the dragLarry Ewing2004-03-304-122/+124
* imap4 makefile generation/etcJeffrey Stedfast2004-03-301-0/+13
* added some debug to dump the whole folderinfo tree if store:folder_info isNot Zed2004-03-307-22/+263
* Implemented.Jeffrey Stedfast2004-03-3026-1997/+2114
* Replacing changelog accidentally removed during last commit.William Jon McCann2004-03-301-0/+3
* Fix packing of the hbox that contains the actual input widgets to expandRodney Dawes2004-03-303-2/+8
* don't require client to be loaded in order to remove the sourceWilliam Jon McCann2004-03-303-2/+7
* Free the folder-info.Jeffrey Stedfast2004-03-302-2/+4
* Updated to actually parse the STATUS response into a list of item/valueJeffrey Stedfast2004-03-302-23/+128
* Removed debugging printfs.Jeffrey Stedfast2004-03-303-4/+13
* create On The Web source group for tasks.William Jon McCann2004-03-302-1/+21
* close pre tag in case we just flush. I am not sure if it's still worth toRadek Doulik2004-03-302-3/+24
* do not add <br> between text and signatureRadek Doulik2004-03-302-2/+6