2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* mail-config.c: (mail_config_get_default_account):
Return valid transport, only if the account is enabled.
2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* em-composer-utils.c: (create_new_composer):
If the account corresponding to the fromuri is not enabled.
Then load the preferred account from the composer.
----------------------------------------------------------------------
svn path=/trunk/; revision=30555
2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* e-msg-composer.c: (get_file_content):
use composer->priv->charset instead of p->charset. This fixes
a crash
svn path=/trunk/; revision=30554
2005-10-21 Mubeen Jukaku <jmubeen@novell.com>
Sankar Committting for Mubeen
Fixes#310495
* gui/e-calendar-table.etspec: Do string case comparison for Summary
and Categories field
svn path=/trunk/; revision=30550
2005-10-21 Viren.L <lviren@novell.com>
Sankar committing for Viren
Fixes#272920
* gui/gnome-cal.c (setup_widgets):
Connect signal to catch the scroll-event on the widget of date navigator
and handle the GDK_SCROLL_UP,GDK_SCROLL_DOWN in the callback.
svn path=/trunk/; revision=30548
2005-10-21 Jeff Cai <jeff.cai@sun.com>
* mail/em-folder-view.h : Change the declaration of flag
'preview_active' from one bit of int to one bit of guint
because it will be -1 on linux if being declared one bit of int.
svn path=/trunk/; revision=30546
2005-10-21 Vivek Jain <jvivek@novell.com>
Comitted NotZed's patch given on #314701
** See bug #314701.
* e-msg-composer-hdrs.c (get_account_store_url): don't dereference
a null url or create an empty one.
svn path=/trunk/; revision=30545
2005-10-20 Sankar P <psankar@novell.com>
* proxy-login.c (org_gnome_proxy_account_login) (proxy_login_get_cnc):
When the user forgets-password explicitly, the subsequent proxy-login requests
are made with a NULL password leading to unexpected behavior.
Fixes#312467
* proxy-login.c (proxy_login_update_tree) (proxy_login_get_cnc):
Added the missing unrefs for the connection object.
svn path=/trunk/; revision=30543
2005-10-19 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added a number of missing files.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30540
2005-10-19 Shreyas Srinivasan <sshreyas@novell.com>
* proxy.c (org_gnome_proxy): Dont try to connect when the account is
offline. Also connect to the server only when the proxy tab is clicked.
* Fixes#314297, #314345
svn path=/trunk/; revision=30531
2005-10-19 Harish Krishnaswamy <kharish@novell.com>
* em-format-html-display.h : Include e-attachment-bar.h
relative to the top dir, so it stops borking the print-message
plugin.
svn path=/trunk/; revision=30530
2005-10-18 Sankar P <psankar@novell.com>
- Enhances Signature-Preferences.
- Added shortcuts for common operations.
-- Delete on Del key
-- Edit on Dbl.Click
- Prevents adding duplicate and NULL signatures
* mail-signature-editor.c (menu_file_save_cb) (mail_signature_editor)
(sig_name_changed) (menu_file_save_close_cb) (delete_event_cb) (do_exit):
Modified the functions for handling the above scenarios.
* mail.error.xml:
Added error strings for duplicate and NULL signatures.
* em-composer-prefs.c (em_composer_prefs_construct) (sig_delete_cb) (sig_add_cb):
Modified the functions so as to handle the keyboard accelarators
and to grab focus to the list on deletion/insertion of signatures.
* em-composer-prefs.c (signature_key_press)(sig_tree_event_cb):
Added new functions to handle the
keypress events on the signatures list tree.
Fixes#269749
svn path=/trunk/; revision=30519
2005-10-17 Irene Huang <Irene.Huang@sun.com>
* gui/e-tasks.c: (e_tasks_show_preview): Should not return a value, so,
change all the g_return_val_if_fail to g_return_if_fail.
svn path=/trunk/; revision=30510
2005-10-14 Vivek Jain <jvivek@novell.com>
* proxy.c :(proxy_get_cnc)
"use_ssl" should be Null checked before comparing it with any value.
its NULL when evo is not compiled with ssl support and caused crash.
svn path=/trunk/; revision=30505