2007-04-05 Sankar P <psankar@novell.com>
* Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to>
* e-msg-composer-hdrs.c: (create_from_optionmenu):
Show only enabled accounts on composer.
Look at bug #243241
svn path=/trunk/; revision=33384
2007-02-26 Sankar P <psankar@novell.com>
* e-msg-composer.c: (autosave_manager_query_load_orphans),
(autosave_init_file):
Use ~/.evolution as the auto-save location.
* Patch pushed upstream from Red Hat
by Matthew Barnes <mbarnes@redhat.com>
* Fixes#336612
svn path=/trunk/; revision=33252
2007-01-25 Raghavendran <raghavguru7@gmail.com>
**Fixes bug #343943
* e-msg-composer.c:Added code for tab sequence to go from
BCC into Body.
svn path=/trunk/; revision=33149
2006-06-12 Parthasarathi Susarla <sparthasarathi@novell.com>
Fixes bug #177416 on bnc
* e-msg-composer.c: (attachment_guess_mime_type):
initialise type to "" and not NULL.
svn path=/trunk/; revision=32113
2006-05-26 Jeffrey Stedfast <fejj@novell.com>
* e-msg-composer.c (drop_action): If 'str' is empty, continue
immediately rather than trying to parse it a URL.
svn path=/trunk/; revision=32040
2006-05-25 Jeffrey Stedfast <fejj@novell.com>
* e-msg-composer.c (drop_action): Instead of g_free()ing 'str' in
the if and else blocks, just g_free it after the if-else block.
svn path=/trunk/; revision=32033
2006-05-25 Jeffrey Stedfast <fejj@novell.com>
* e-msg-composer-hdrs.c (header_new_recipient): Set the visible
field to FALSE.
svn path=/trunk/; revision=32031
2006-04-05 Simon Zheng <simon.zheng@sun.com>
** Fixes bug #333213
* e-msg-composer.c: (best_encoding): According to POSIX.1
specfication, if iconv() encounts non-identical characters, it'll
return the number of non-identical conversation performed. i.e.
returning positive value means exception as well as -1.
svn path=/trunk/; revision=31766
2006-03-20 Boby Wang <boby.wang@sun.com>
** Fix for bug #268584
* e-msg-composer-attachment.glade:
* e-msg-composer-select-file.c: (get_selector):
set the accelerate key for "Suggest Suggest automatic display of
attachment"
svn path=/trunk/; revision=31721
2006-02-16 Tor Lillqvist <tml@novell.com>
* e-msg-composer-hdrs.c (e_msg_composer_hdrs_get_to)
(e_msg_composer_hdrs_get_cc, e_msg_composer_hdrs_get_bcc): Return
a value... Why are blatant errors like this just warnings in gcc?
svn path=/trunk/; revision=31533
2006-01-24 Kjartan Maraas <kmaraas@gnome.org>
* e-msg-composer-hdrs.c: (account_removed_cb),
(header_new_recipient): Use guint for 1 bit bitfield, use
g_slist_delete_link instead of g_slist_remove_link+g_slist_free1,
Remove some unused vars.
* e-msg-composer.c: (build_message), (set_editor_text),
(autosave_manager_query_load_orphans),
(e_msg_composer_new_with_message): Remove unused vars and rename
a local variable with a name clash.
* evolution-composer.c: (evolution_composer_init): Remove unused var
* listener.c: Remove stray semi colon.
svn path=/trunk/; revision=31358
** Committing the patch for Johnny Jacob
** Fixes bug #323127
* e-msg-composer.c (create_composer) : Add a Expander
for attachments bar.
(show_attachments): Show/Hide attachment bar.
(attachment_expander_activate_cb) : Event handler for attachment bar.
svn path=/trunk/; revision=31184
2006-01-06 Simon Zheng <simon.zheng@sun.com>
* e-msg-composer-hdrs.h: use libedataserver/e-account.h
instead of e-util/e-account.h.
* evolution-composer.c: use libedataserver/e-account-list.h
instead of e-util/e-account-list.h.
svn path=/trunk/; revision=31074
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-msg-composer-attachment.c: Include <gtk/gtk.h> instead of
attempting to hand-pick individual GTK headers. Use gstdio
wrappers. Use GDir instead of dirent. Use g_mkstemp() instead of
mkstemp(). Construct xml file names at run-time.
svn path=/trunk/; revision=30832
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-msg-composer.c: Include <gtk/gtk.h> instead of attempting to
hand-pick individual GTK headers. Use gstdio wrappers. Use GDir
instead of dirent. Use g_mkstemp() instead of mkstemp(). Construct
xml file names at run-time.
(autosave_manager_unregister): Close file before unlinking so we
don't leave stray autosave files laying around on Win32.
svn path=/trunk/; revision=30819
2005-12-05 Parthasarathi Susarla <sparthasarathi@novell.com>
** See bug #322863
* e-msg-composer.c: (e_msg_composer_new_with_message):
Check if the account indeed exists before freeing/duping it.
The account would typically not exist, when redirecting mails
originated from other accounts which are not configured in ones
machine.
svn path=/trunk/; revision=30718
2005-11-26 Tor Lillqvist <tml@novell.com>
* e-msg-composer-attachment.c: Include e-util-private.h to get
redefinition of compile-time pathnames as calls to functions on
Windows. Construct the pathnames of files and directories under
the installation prefix at run-time to enable install-anywhere on
Windows. No effect on functionality on Unix.
svn path=/trunk/; revision=30681
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 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