aboutsummaryrefslogtreecommitdiffstats
path: root/composer/mail-composer.error.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bug 604346 - Ctrl+Enter sends mail without asking confirmationMilan Crha2014-06-031-0/+7
|
* Bug 729519 - [Composer] Do not show 'Untitled Message' in Discard questionMilan Crha2014-05-301-0/+8
|
* Bug #271262 - Allow Send/Receive of local stores in offlineMilan Crha2013-04-091-1/+1
|
* Bug 659486 - EAlert default response is ignored by EAlertDialogMatthew Barnes2011-10-011-1/+1
|
* Bug 640091 - Improve error handling during send post-processingMatthew Barnes2011-01-221-0/+5
| | | | | | If a newly-composed message was successfully sent but an error occurred during post-processing (outgoing filters or appending to a Sent folder), close the composer window and show an alert in the main window.
* Skip writing to Outbox when sending.Matthew Barnes2010-10-311-5/+9
| | | | | | | When sending a message from a composer window, it seems pointless to write message to Outbox only to immediately read it back and mark it for deletion. Instead, bypass the Outbox folder when sending, and if an error occurs, offer to save the message to Outbox instead.
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-12/+21
| | | | | | | | | | | | | | | 'Send' and 'Save Draft' are now asynchronous and run outside of Evolution's MailMsg infrastructure. Add an EActivityBar to the composer window so these asynchronous operations can be tracked and cancelled even in the absense of a main window. Also add an EAlertBar to the composer window so error messages can be shown directly in the window. Instead of calling e_alert_dialog_run_for_args(), call e_alert_submit() and pass the EMsgComposer as the widget argument. The EMsgComposer will decide whether to show an EAlertDialog or use the EAlertBar, depending on the GtkMessageType of the alert.
* Bug 616073 - Various translation issuesMatthew Barnes2010-09-111-1/+1
|
* Fix mismatched quotes.Matthew Barnes2010-03-291-2/+2
|
* Bug #604838 - Drop unused alert dialogPaul Bolle2009-12-201-5/+0
|
* Bug 604822 - Drop more alert titlesPaul Bolle2009-12-201-2/+0
| | | | | Drop all alert titles to be found in *.error.xml. HIG suggests alerts do not have a title.
* Bug #597123 - Composer's Send Options doesn't workMilan Crha2009-10-141-5/+0
|
* ** Fix for bug #553148Philip Withnall2008-09-261-1/+1
| | | | | | | | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #553148 * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/e-contact-editor-im.c: * composer/mail-composer.error.xml: * plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: * plugins/groupwise-features/org-gnome-compose-send-options.xml: * plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml: Standardise "GroupWise" usage in translatable strings. svn path=/trunk/; revision=36453
* ** Fixes bug #428384Matthew Barnes2008-08-021-2/+2
| | | | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #428384 * composer/mail-composer.error.xml: Improve buttons in the "exit-unsaved" dialog by replacing "Cancel" with "Continue Editing" and "Save Message" with "Save Draft". Suggested by bytesmythe. svn path=/trunk/; revision=35890
* ** Fixes #401546 - Commit the missing error string and remove the buttonVeerapuram Varadhan2007-02-261-0/+4
| | | | | | | from the toolbar and also dis-associate the accelarator key. svn path=/trunk/; revision=33256
* ** Fixes bug #261062Srinivasa Ragavan2006-09-291-0/+1
| | | | svn path=/trunk/; revision=32827
* fixing a patch to again fix bug 325276.Andre Klapper2006-02-071-1/+1
| | | | | | | 2006-02-07 Andre Klapper <a9016009@gmx.de> * mail-composer.error.xml: fixing a patch to again fix bug 325276. svn path=/trunk/; revision=31431
* ** Fixes bug #326378Srinivasa Ragavan2006-01-141-2/+2
| | | | | | | | | | | 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #326378 * mail-composer.error.xml: Added mnemonics to Recover, Do not Recover buttons in composer. svn path=/trunk/; revision=31175
* s/don't/do not/ string changes. Fixes #325276.Harish Krishnaswamy2006-01-011-1/+1
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * s/don't/do not/ string changes. Fixes #325276. svn path=/trunk/; revision=31003
* Added attachment of remote URL. The dnd of url, downloads the files andSrininvasa Ragavan2005-05-231-0/+7
| | | | | | | | | | | 2005-05-23 Srininvasa Ragavan <sragavan@novell.com> * e-msg-composer-attachment-bar.c, e-msg-composer-attachment-bar.h, e-msg-composer-attachment.c, e-msg-composer-attachment.h, e-msg-composer.c, e-msg-composer.h, mail-composer.error.xml : Added attachment of remote URL. The dnd of url, downloads the files and attaches to the mail. svn path=/trunk/; revision=29399
* renamed from mail-errors.xml, add i18n tags, fix some whitespace issues.Not Zed2005-05-061-0/+72
2005-05-06 Not Zed <NotZed@Ximian.com> * mail.error.xml: renamed from mail-errors.xml, add i18n tags, fix some whitespace issues. Removed some unecessary translations. svn path=/trunk/; revision=29307