aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Check for empty-string pgp-key ids and don't use them.Jeffrey Stedfast2002-04-271-0/+5
* Unref the priv->tooltips object here.Jeffrey Stedfast2002-04-171-0/+10
* Change the Reply-To header contents. (e_msg_composer_hdrs_set_reply_to):Jeffrey Stedfast2002-04-121-0/+10
* No need to query for the persist-stream interface here, just re-useJeffrey Stedfast2002-04-111-0/+7
* Use decode rather than unformat - the e_destination was changed (long timeNot Zed2002-04-091-0/+12
* Fixes bug #3980.Jeffrey Stedfast2002-04-061-0/+9
* From composer/ChangeLog:Christopher James Lahey2002-03-291-0/+5
* fix for the changes to GTKHTML_DATADIR that include the release number.Larry Ewing2002-03-281-0/+5
* "Forward as iCalendar" uses set_body, so we can't make the composerDan Winship2002-03-191-0/+15
* use gtkhtml editor API version 1.1Radek Doulik2002-03-161-0/+4
* Remove the extremely verbose printf here.Dan Winship2002-03-121-0/+5
* ops, unregister and not register new one sig_event_clientRadek Doulik2002-03-081-0/+5
* [pullup from evolution-1-0-branch]Dan Winship2002-03-041-0/+5
* [pulled up from evolution-1-0-branch]Dan Winship2002-02-261-0/+22
* don't insert paragraph here, also delete paragraph where signature wasRadek Doulik2002-02-151-0/+7
* Use set_editor_text() (e_msg_composer_new_from_url): Same.Jeffrey Stedfast2002-02-131-0/+7
* reflect gtkhtml API changeRadek Doulik2002-02-131-0/+5
* added entries for latest changesRadek Doulik2002-02-121-0/+8
* Update the auto-cc/bcc recipients in the composer header fields to matchJeffrey Stedfast2002-02-021-0/+6
* new method, tells composer to ignore all word in str string (next_word):Radek Doulik2002-02-011-0/+7
* If we are in redirect mode, use the original message and set the resent-*Jeffrey Stedfast2002-01-301-0/+10
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-0/+4
* Rewrote to use CamelStreams and also convert the file contents to UTF-8Jeffrey Stedfast2002-01-111-0/+10
* Fixed the setup of the "save-draft" signal so that it would actually work.Jeffrey Stedfast2002-01-101-0/+12
* Set the X-Evolution-Format header to text/plain if that is the editingJeffrey Stedfast2002-01-081-0/+6
* A few minor fixes to make it more compliant with rfc2368. Should now beJeffrey Stedfast2002-01-051-0/+6
* Only connect to the parent's destroy/hide signals while the attachmentJeffrey Stedfast2002-01-041-0/+6
* Only cancel the selection dialog if it is currently in use, otherwiseJeffrey Stedfast2001-12-221-0/+6
* Don't block forever if we are reading a fifo with no data.Jeffrey Stedfast2001-12-181-0/+5
* Setup the SAVE_DRAFT signal. (menu_file_save_draft_cb): Emit theJeffrey Stedfast2001-12-151-0/+8
* Attach to the parent widget's destroy signal - when that gets destroyed,Jeffrey Stedfast2001-12-141-0/+16
* If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-121-0/+2
* If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-121-0/+6
* If the widget is non-NULL, then gtk_widget_destroy that bad boy...Jeffrey Stedfast2001-12-121-0/+6
* select_file_attachments now returns a GPtrArray so handle that and loopJeffrey Stedfast2001-12-111-0/+17
* Only execute an executable sig file if a magic environment variable isJon Trowbridge2001-12-111-0/+5
* Added. Executes the given file and returns its output as a string.Jon Trowbridge2001-12-071-0/+8
* Change the FileSend tooltip the be the same as the FileSendLater tooltipJeffrey Stedfast2001-12-051-4/+3
* If we come back online, switch the Send accelerator back to the SendJeffrey Stedfast2001-11-201-0/+6
* Allow drag & drop for vcards.Jeffrey Stedfast2001-11-161-0/+5
* popup failure dialog if we cannot get a valid editor_engine.Larry Ewing2001-11-151-0/+7
* use hash table to eliminate duplicatesRadek Doulik2001-11-051-0/+5
* New function, enable/disable autosave for the composer temporarily.22001-11-031-0/+7
* Add back the "remove Content-Disposition when sending itip" hack.Dan Winship2001-10-311-0/+3
* New.Dan Winship2001-10-311-0/+11
* add dirty prototype.Larry Ewing2001-10-311-0/+6
* new helper function, extracted (insert_paragraph_after): dittoRadek Doulik2001-10-311-0/+10
* Remove Content-Disposition in the no_body case. (More kludging aroundDan Winship2001-10-301-0/+6
* Put the charset encoding submenu in the EncodingPlaceholder.Ettore Perazzoli2001-10-301-0/+5
* Set the (new) "no_body" flag on the composer.Dan Winship2001-10-301-0/+12
* simplified, requires new gtkhtmlRadek Doulik2001-10-301-0/+4
* add GList to hold the current images.Larry Ewing2001-10-301-0/+15
* New function that replaces handle_multpart() andJeffrey Stedfast2001-10-251-0/+17
* rework this so that we don't end up freeing the cid then reading from it.Larry Ewing2001-10-251-0/+6
* Check that account->id->address != NULL.Jon Trowbridge2001-10-231-0/+5
* fix broken default changelog email address in last entryDan Winship2001-10-221-1/+1
* Make inline images used for replies not show up asDan Winship2001-10-221-0/+33
* Now takes a 'attach_all' argument. If !attach_all, then only attach theJeffrey Stedfast2001-10-201-0/+12
* Don't use a g_return_val_if_fail after iconv_open, this is a valid errorJeffrey Stedfast2001-10-191-0/+10
* s/apply/flush/. (e_msg_composer_flush_pending_body): renamed from applyLarry Ewing2001-10-161-0/+10
* Don't pop up an "unable to retrieve message" if the composer neverDan Winship2001-10-141-0/+15
* Deleted declaration of len.Jeffrey Stedfast2001-10-121-0/+8
* Check for either a matching account name, or for a matching e-mail addressJon Trowbridge2001-10-111-0/+14
* add prototype.Larry Ewing2001-10-111-0/+13
* If the attachment fails, report the error to the user.Jeffrey Stedfast2001-10-101-0/+6
* Pass /menu/Edit as the menu path to e_charset_picker thingy.Jeffrey Stedfast2001-10-101-0/+5
* fix cut&pasteo.Larry Ewing2001-10-061-0/+3
* remove unused variable.Larry Ewing2001-10-061-0/+23
* change to return a CamelMimePart.Larry Ewing2001-10-051-0/+6
* look up an attachment by it's content id.Larry Ewing2001-10-051-0/+9
* Make sure to unref the message object so we don't leak it or anyJeffrey Stedfast2001-10-041-0/+9
* Pass an empty flags argument to mail_get_folder.Jeffrey Stedfast2001-10-031-0/+5
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-031-0/+6
* Don't set Content-Ids on these parts since they are not contained within aJeffrey Stedfast2001-09-281-0/+6
* Fixes glitch in mailto: url parsing that caused it to fail when recipientJon Trowbridge2001-09-271-0/+6
* Update to reflect changes to mail_get_folder.Jeffrey Stedfast2001-09-211-0/+5
* Create nonexistant files.Iain Holmes2001-09-211-0/+6
* Attach an X-Evolution-Format header so if people re-edit a message in sayJeffrey Stedfast2001-09-191-0/+11
* Don't gtk_object_destroy() the pixbuf loader, unref it instead.Jeffrey Stedfast2001-09-171-0/+8
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-0/+7
* free the text values we get from the property bag and release the propertyLarry Ewing2001-09-131-0/+5
* null terminate the destination vectorJP Rosevear2001-09-121-0/+5
* Don't call new_with_sig_file, it no longer exists.Jeffrey Stedfast2001-09-111-0/+4
* Make sure that the session is non-NULL. (menu_file_send_cb): And here too.Jeffrey Stedfast2001-09-111-0/+6
* Wrap the S/MIME code in ifdef SMIME_SUPPORTED which isn't defined but byJeffrey Stedfast2001-09-111-0/+7
* Add VFS_CFLAGS so things don't break when the gnome-vfs headers move.Maciej Stachowiak2001-09-101-0/+5
* Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers):Jon Trowbridge2001-09-091-0/+29
* Remove some debugging messages that don't check for NULL strings and crashDan Winship2001-09-081-0/+6
* (handle_multipart_alternative, handle_multipart,Dan Winship2001-09-071-0/+3
* Have to specify a mode when using O_CREAT.Dan Winship2001-09-071-0/+5
* Replace "Evolution" with "Ximian Evolution" in a bunch of user-visibleEttore Perazzoli2001-09-061-0/+6
* Pass in FALSE as the 'sending' arg to e_msg_composer_get_message.Jon Trowbridge2001-08-301-0/+15
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-231-0/+9
* When reporting an error, use my_file_name instead of file_name sinceJeffrey Stedfast2001-08-231-0/+5
* s/attempt recovery/try to recover them/.Ettore Perazzoli2001-08-221-0/+5
* Reset the "changed" state to FALSE after a successful save.Jeffrey Stedfast2001-08-201-0/+5
* Toggle the View->Attachments menu item. This fixes bug #6107.Jeffrey Stedfast2001-08-181-0/+5
* YESS!Peter Williams2001-08-151-0/+10
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-0/+5
* new helper function, just setup idle callback to grab focusRadek Doulik2001-08-101-0/+9
* Don't forget to closedir() when we finish with dir.Jeffrey Stedfast2001-08-101-0/+5
* Set the smime/pgp always-sign options when here so it updates when theJeffrey Stedfast2001-08-101-0/+6
* Set the PGP/MIME and S/MIME options to FALSE before getting the messageJeffrey Stedfast2001-08-091-0/+6
* Use g_basename(). (setup_ui): Get the default charset from the mail configJeffrey Stedfast2001-08-071-0/+5
* handle delete eventRadek Doulik2001-08-071-0/+4
* ui:Peter Williams2001-08-011-0/+5
* Use the new Send and Send Later icons for the toolbar and menus in theJacob Leach2001-07-311-0/+5
* Properly add the message/rfc822 part.Jeffrey Stedfast2001-07-311-0/+5
* Jason Leach <jleach@ximian.com>Jacob Leach2001-07-281-0/+6
* Correct our manually inserted signature dash thingie (it was missing thePeter Williams2001-07-261-0/+5
* Removed some debugging chatter.Jon Trowbridge2001-07-261-0/+6
* Update to the new way of finding the default account.Jason Leach2001-07-191-0/+5
* USe a message box to look nicer.Iain Holmes2001-07-191-0/+4
* Correctly handle text/uri-list's that contain more than a single fileJeffrey Stedfast2001-07-181-0/+5
* Removed a warning that I don't need anymore. This code is workingJeffrey Stedfast2001-07-131-0/+5
* Fix typo. s/sesiion/session/Kjartan Maraas2001-07-111-0/+4
* Only ask once about recovery, assume if they want to recover one file theyLarry Ewing2001-07-101-0/+6
* Use camel_internet_address_format_address rather than camel_address_encodeJeffrey Stedfast2001-07-101-0/+6
* Close the file selection dialog when the composer is closedIain Holmes2001-07-101-0/+5
* Do the autosave_manager_unregister at shutdown time instead of destroyDan Winship2001-07-091-0/+7
* Added missing #include <config.h> to make translations working.Chyla Zbigniew2001-07-091-0/+5
* Make sure that our destination string (dest_str) is not the empty stringJon Trowbridge2001-07-071-0/+6
* (autosave_manager_query_load_orphans): remove zero length orphans so thatLarry Ewing2001-07-071-0/+2
* (best_encoding): make sure we don't try to call iconv_open with a NULLLarry Ewing2001-07-071-0/+2
* add missing static.Larry Ewing2001-07-071-0/+5
* Convert the filename string to UTF8 before setting it on the CamelMimePartJeffrey Stedfast2001-07-071-0/+6
* only ask if there are actually contents in the file. Asking about anLarry Ewing2001-07-071-0/+8
* revert previous "fix", which was wrongDan Winship2001-07-071-7/+0
* Call autosave_manager_unregister before destroying the composer, soDan Winship2001-07-071-0/+7
* make sure we only remove the file if we think we saved it properly.Larry Ewing2001-07-061-0/+11
* i2001-07-05 Larry Ewing <lewing@ximian.com>Larry Ewing2001-07-061-0/+9
* Play the "File exists, overwrite?" game. (autosave_run_foreach_cb): ChangeJeffrey Stedfast2001-07-061-0/+7
* attach send and postpone handlers. and be more tolerant of errors.Larry Ewing2001-07-041-0/+5
* make sure we seek to the begining.Larry Ewing2001-07-041-0/+3
* remove the timer id.Larry Ewing2001-07-041-1/+27
* querythe user to check if they want to load any orphans we've found.Larry Ewing2001-07-041-0/+9
* Made evolution depend on bonobo-conf 0.2.Christopher James Lahey2001-07-031-0/+4
* Set the user-chosen charset.Jeffrey Stedfast2001-07-031-0/+13
* Construct an e-charset-picker bonobo-ui menu.Jeffrey Stedfast2001-07-031-0/+5
* Touch all of our EDestinations before we unref them, updating the last-useJon Trowbridge2001-06-301-0/+6
* make sure we show the sig file.Larry Ewing2001-06-301-0/+5
* small cosmetic changes + added ChangeLog entries from last commitRadek Doulik2001-06-291-0/+12
* exportedRadek Doulik2001-06-291-0/+4
* remove FIXME from FileInsertFile.Larry Ewing2001-06-281-0/+8
* Added a pixcache array for special pixmaps to use in the composer.Jeffrey Stedfast2001-06-281-0/+6
* Emit the POSTPONE signal if we are offline. (setup_ui): If we are offline,Jeffrey Stedfast2001-06-221-0/+7
* Save the formatting preference for this message draft using aJeffrey Stedfast2001-06-211-0/+8
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-211-0/+9
* send the messageJP Rosevear2001-06-201-0/+7
* Don't define the drop_types here. (drag_data_received): ImplementJeffrey Stedfast2001-06-201-0/+7
* Replace the disposition option menu with a checkbox.Dan Winship2001-06-131-0/+22
* Fix again... don't leave *encoding uninitialized in the US-ASCII case.Dan Winship2001-06-121-0/+5
* Rearranged gtk_widget_show()s a bit to fix Bug#3204. The composer is nowJon Trowbridge2001-06-121-0/+6
* When saving a draft, attach information about the From: identity viaJon Trowbridge2001-06-091-0/+9
* Don't use the default charset if the message is US-ASCII.Dan Winship2001-06-091-0/+5
* just set sig_file field, but don't actualy insert signature, it will beRadek Doulik2001-06-071-0/+7
* If user is trying to sign his/her message, try first to use the key thatJeffrey Stedfast2001-06-031-0/+8
* Oops. Fix a few compile problems.Jeffrey Stedfast2001-06-011-0/+4
* Use --moddatadir to derive this.Christopher James Lahey2001-06-011-0/+4
* Fixed up the S/MIME signing/encrypting code to work with the new API.Jeffrey Stedfast2001-06-011-0/+5
* Add a missing iconv_closeDan Winship2001-05-311-0/+4
* Use the config-specified default character set (which in turn defaults toDan Winship2001-05-311-0/+15
* Use e_utf8_to_gtk_string() on the description of the attachment sinceJeffrey Stedfast2001-05-291-0/+6
* srcdir != builddir fix.Jason Leach2001-05-291-0/+4
* (menu_edit_delete_all_cb): be more careful about text color andRadek Doulik2001-05-251-0/+2
* Populate the extra_hdr_* arrays with any non-special-case headers.Jeffrey Stedfast2001-05-251-0/+7
* new callback (menu_edit_delete_all_cb): set orig to 0 tooRadek Doulik2001-05-241-0/+1
* new callbackRadek Doulik2001-05-241-0/+4
* set orig to 0Radek Doulik2001-05-231-0/+4
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-181-0/+7
* Draft messages should be marked read.Dan Winship2001-05-181-0/+5
* Added S/MIME sign/encrypt code. (init): Initalize smime_sign/encrypt.Jeffrey Stedfast2001-05-171-0/+12
* If we are creating a message with only a single part (ie no attachmentsJeffrey Stedfast2001-05-111-0/+8
* Don't wrap content-id with brackets here as it is now done internally inJeffrey Stedfast2001-05-101-0/+5
* signature editing fixesRadek Doulik2001-05-041-0/+31
* Remove UNICODE_CFLAGSDan Winship2001-04-261-0/+4
* block/unblock redrawRadek Doulik2001-04-261-0/+3
* signature changingRadek Doulik2001-04-251-0/+19
* Set window_icon of the Composer window to be compose-message.pngDuncan Mak2001-04-221-0/+8
* more auto-indentation magicRadek Doulik2001-04-181-0/+4
* Use the mail-crypto pgp-mime wrappers. (build_message):Jeffrey Stedfast2001-04-131-0/+1
* Use the mail-crypto pgp-mime wrappers.Jeffrey Stedfast2001-04-131-0/+5
* Fix previous.Dan Winship2001-04-121-0/+5
* Set the default filename to the user's homedir.Jeffrey Stedfast2001-04-121-2/+2
* Change into the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-121-0/+5
* Fix headers. Same here.Kjartan Maraas2001-04-051-0/+5
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-0/+15
* Use the drafts folder specified by the account, if possible. Also, fix theDan Winship2001-03-291-0/+6
* set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-281-0/+1
* set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-271-0/+5
* Set the mime part content-id.Jeffrey Stedfast2001-03-271-0/+5
* set default text colorRadek Doulik2001-03-211-0/+4
* Make sure the reply_to text is non-NULL before trying to pass it off toJeffrey Stedfast2001-03-181-0/+6
* Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, sinceDan Winship2001-03-141-0/+11
* Added view_replyto member.Jeffrey Stedfast2001-03-131-0/+28
* New function. Used to store integer values into the configuration engine.Miguel de Icaza2001-03-081-0/+31
* Added a comment reminding us that we should probably not force aJeffrey Stedfast2001-03-031-0/+6
* If !mail_config_is_configured(), give an error and return NULL.Dan Winship2001-02-281-0/+5
* builddir != srcdir fix.Ettore Perazzoli2001-02-231-0/+4
* Use mail_append_mail to save to drafts instead of custom thread handler.Not Zed2001-02-211-0/+6
* Handle exceptions a little nicer and pop up a nice GnomeDialog with theJeffrey Stedfast2001-02-201-0/+8
* If @account_name is NULL, pick the default account rather than giving aDan Winship2001-02-161-0/+10
* Use the camel-internet-address code to format the address rather thanJeffrey Stedfast2001-02-141-0/+6
* Updated. We might want to change the corba interface for this to allowJeffrey Stedfast2001-02-111-0/+11
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-0/+6
* multipart/* is another mime type we DO NOT want to encode ;-)Jeffrey Stedfast2001-02-101-0/+5
* Set the default argument toChristopher James Lahey2001-02-061-0/+6
* make sure we convert from utf-8 before creating the option menu items.Larry Ewing2001-01-301-0/+5
* (Moving the flag for has_changed from the Hdrs to the Composer itself.Jason Leach2001-01-261-0/+19
* New callback. (menu_security_pgp_sign_cb): Another new callback.Jeffrey Stedfast2001-01-251-0/+11
* Fixed some memory leaks dealing with content-type temp strings. AlsoJeffrey Stedfast2001-01-221-0/+7
* (Fix #1222: doing File->New->Mail Message doesn't include .sig)Jason Leach2001-01-221-0/+8
* Use "Full Name <address>" for the label in the menu rather than theJeffrey Stedfast2001-01-201-0/+7
* (Adding a boolean "entry_changed" BonoboPropertyBag arg)Jason Leach2001-01-191-0/+8
* Updated to reflect changes to e_msg_composer_hdrs_get_from().Jeffrey Stedfast2001-01-181-0/+13
* Make the composer a standard library, not a libtool one. Nobody ever usesMiguel de Icaza2001-01-181-0/+6
* (Bug #1192: Set the Composer window title to something useful)Jason Leach2001-01-181-0/+15
* Add a "Send as:" option on the edit attachment dialog.Iain Holmes2001-01-181-0/+11
* comment out for now to ease compat issues. (evolution_composer_construct):Michael Meeks2001-01-181-0/+7
* Use the to/cc/bcc addresses insted of just the to.JP Rosevear2001-01-181-0/+5
* Ximianified email addresses.Federico Mena Quintero2001-01-171-0/+4
* publicate mark_orig_text (set_editor_text): don't call mark_orig_text, letRadek Doulik2001-01-171-0/+6
* (Plug leaking the subject string on each message sent)Jason Leach2001-01-161-0/+8
* (Fix Bug #1083: Composer IDLs not getting installed)Jason Leach2001-01-131-0/+6
* Oops. Make sure to attach the item to the menu ;-)Jeffrey Stedfast2001-01-131-0/+5
* Call set_from_account which means we no longer have to do all the crapJeffrey Stedfast2001-01-131-0/+18
* Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOXMiguel de Icaza2001-01-121-0/+10
* Only set the popdown strings if we have anything to popdown.Miguel de Icaza2001-01-121-0/+5
* Add an ItemContainer Bonobo interface to allow client applications toMiguel de Icaza2001-01-121-0/+8
* New callback to save draft. Fixes bug #1045.Jeffrey Stedfast2001-01-111-0/+5
* Removed more UNSAFE stuff. Maybe we should kill this macro, and haveMiguel de Icaza2001-01-101-0/+6
* Updated for new config code - this time it works!Jeffrey Stedfast2001-01-091-0/+5
* Reverted back to old config code temporarily until I get the new configJeffrey Stedfast2001-01-091-0/+6
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-0/+5
* disable indenting for now, it crashes editorRadek Doulik2001-01-061-0/+5
* If the headers have changed, then continue with the prompt else justJeffrey Stedfast2001-01-041-0/+9
* Use header_content_type_simple, not header_content_type_format.Dan Winship2001-01-031-0/+4
* Call e_utf8_to_gtk_string on the combobox strings.Dan Winship2001-01-021-0/+5
* Use CamelContentType instead of GMimeContentField.Dan Winship2000-12-291-0/+11
* New function to get whether or not to encrypt the message.Jeffrey Stedfast2000-12-161-0/+10
* Made it so that carriage return doesn't insert a newline in the subjectChristopher James Lahey2000-12-151-0/+5
* Don't convert the utf-8 string to a gtkstring because the widget expectsJeffrey Stedfast2000-12-131-0/+6
* Add $(IDLS). (From campd.)Dan Winship2000-12-131-0/+4
* added warnings (prepare_engine): updated toRadek Doulik2000-12-081-0/+8
* Use camel to construct the list of recipients rather than justJeffrey Stedfast2000-12-061-0/+6
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-0/+15
* update namespaceRadek Doulik2000-11-161-0/+2
* updates for HTMLEditor API changesRadek Doulik2000-11-161-0/+4
* e_msg_composer_guess_mime_type renamed and movedRadek Doulik2000-11-151-0/+5
* rename command to runCommandRadek Doulik2000-11-141-0/+2