__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="mail-composer-message-templates-variables" xml:lang="es">

  <info>
   <desc>Configurar las variables en plantillas y reutilizar los elementos del mensaje al que responde</desc>
   
   <link type="guide" xref="mail-composer-message-templates#options"/>

 <revision pkgversion="3.5.90" version="0.3" date="2012-08-17" status="draft"/>
 <credit type="author">
   <name its:translate="no">Andre Klapper</name>
   <email its:translate="no">[email protected]</email>
 </credit>
 <credit type="author">
   <name its:translate="no">Novell, Inc</name> <!-- Content partially from https://help.gnome.org/users/evolution/2.32/b1dlaazl.html.en -->
 </credit>
 
 <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
     

  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2012 - 2022</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Rodrigo Lledó</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2018</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Yolanda Álvarez Pérez</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2016</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2007-2011</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Francisco Javier F. Serrador</mal:name>
      <mal:email>[email protected]</mal:email>
      <mal:years>2005, 2006</mal:years>
    </mal:credit>
  </info>

<title>Usar variables en plantillas</title>

<section id="configure">	
<title>Configurar variables para plantillas de mensajes</title>
<steps>
<item><p>Seleccione <guiseq><gui>Editar</gui><gui>Complementos</gui></guiseq>.</p></item>
<item><p>Pulse <gui>Plantilas</gui>.</p>
<note style="tip"><p>Si un complemento no está disponible en <guiseq><gui>Editar</gui><gui>Complementos</gui></guiseq>, pregunte en un foro de soporte para su distribución, ya que ésta puede haber decidido desactivar algunos complementos para distribuirlos en un paquete por separado.</p></note>
</item>
<item><p>Pulse la pestaña <gui>Configuración</gui>.</p></item>
<item><p>Puede añadir, editar o quitar los pares de claves y valores. Puede especificar cualquier número de pares de claves y valores.</p></item>
</steps>
 <p>La aparición de la cada $key en cualquier plantilla se reemplaza con el valor que tiene en la configuración. Por ejemplo, si establece la clave a Director y el valor a Tomás, cualquier aparición de $Director se reemplaza con Tomás en el mensaje.</p>
 <p>Asuma que tiene 1.000 plantillas de mensajes con el nombre actual de su jefe como referencia en ellas. Cuando el jefe actual cambia, no es fácil reemplazar manualmente el nombre del jefe en las 1.000 plantillas. Si los mensajes tienen un valor de clave $Jefe, puede cambiar el valor en la pestaña Configuración de este complemento.</p>
 <p>De forma predeterminada todas las variables de entorno se usan como pares de claves-valores. Una aparición de $env_variable se reemplaza por el valor que lleva. Por ejemplo, una aparición de $PATH en su plantilla se reemplaza por su valor al usar la plantilla.</p>
 <p>El proceso de reemplazo usa el siguiente orden de precedencia:</p>
 <steps>
  <item>
<p>$key se reemplaza por el valor ajustado para ello en la pestaña Configuración del complemento Plantillas.</p>
  </item>
  <item>
<p>Si no se encuentra la clave, se reemplaza con el valor de su variable de entorno.</p>
  </item>
  <item>
<p>Si la clave no es una opción de configuración ni una variable de entorno, entonces no se hacen cambios.</p>
  </item>
 </steps>
</section>

<section id="reply-variables">
<title>Usar elementos de un mensaje en una plantilla al responder</title>
<p>Las plantillas pueden contener más <link xref="#configure">parejas clave-valor</link> que las predefinidos. También puede obtener cualquier valor de una cabecera de mensaje del correo al que está aplicando la plantilla, además del cuerpo completo del mensaje.</p>

<p its:locNote="TO TRANSLATORS: Do NOT translate $ORIG[subject] and $ORIG[body] in this sentence!">Para hacer esto, use el formato <code>$ORIG[nombre_cabecera]</code> y reemplace la variable <code>nombre_cabecera</code> por la cabecera actual. Por ejemplo, si quiere insertar el asunto en el mensaje al que está respondiendo, use <code>$ORIG[subject]</code>. Para insertar el cuerpo completo, use <code>$ORIG[body]</code>.</p>

<p its:locNote="TO TRANSLATORS: Do NOT translate $ORIG[body] and $ORIG[reply-to] in this sentence!">Si no se encuentra un reemplazo para la variable, la variable no se quita (excepto <code>$ORIG[body]</code>), pero se deja para que pueda ver que hubo un error. Esto podría pasar al intentar usar cabeceras que no siempre están disponibles en el mensaje original (por ejemplo, <code>$ORIG[reply-to]</code>).</p>
</section>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
backup-restore.page File 3.72 KB 0644
calendar-alarms-and-reminders.page File 4.04 KB 0644
calendar-caldav.page File 4.13 KB 0644
calendar-classifications.page File 3.1 KB 0644
calendar-free-busy.page File 6.24 KB 0644
calendar-google.page File 3.02 KB 0644
calendar-layout-appointment-display.page File 3.79 KB 0644
calendar-layout-general-formatting.page File 3.82 KB 0644
calendar-layout-views.page File 3.2 KB 0644
calendar-layout.page File 1.87 KB 0644
calendar-local.page File 2.76 KB 0644
calendar-marcus-bains-line.page File 2 KB 0644
calendar-meetings-delegating.page File 2.59 KB 0644
calendar-meetings-replying-to-invitation.page File 3.41 KB 0644
calendar-meetings-sending-invitation.page File 5.76 KB 0644
calendar-meetings.page File 1.84 KB 0644
calendar-organizing.page File 1.92 KB 0644
calendar-publishing.page File 3.18 KB 0644
calendar-recurrence.page File 2.65 KB 0644
calendar-searching.page File 4.07 KB 0644
calendar-sharing-information.page File 1.93 KB 0644
calendar-timezones.page File 3.45 KB 0644
calendar-usage-add-appointment.page File 3.65 KB 0644
calendar-usage-delete-appointment.page File 2.29 KB 0644
calendar-usage-edit-appointment.page File 2.34 KB 0644
calendar-usage.page File 1.91 KB 0644
calendar-using-several-calendars.page File 3.29 KB 0644
calendar-weather.page File 2.93 KB 0644
calendar-webdav.page File 2.89 KB 0644
contacts-add-automatically.page File 3.18 KB 0644
contacts-autocompletion.page File 3.5 KB 0644
contacts-carddav.page File 2.92 KB 0644
contacts-google.page File 2.82 KB 0644
contacts-ldap.page File 6.88 KB 0644
contacts-libreoffice.page File 2.98 KB 0644
contacts-local.page File 2.47 KB 0644
contacts-organizing.page File 2.15 KB 0644
contacts-searching.page File 4.07 KB 0644
contacts-usage-add-contact.page File 3.38 KB 0644
contacts-usage-delete-contact.page File 2.2 KB 0644
contacts-usage-edit-contact.page File 2.28 KB 0644
contacts-usage.page File 1.9 KB 0644
contacts-using-contact-lists.page File 4.59 KB 0644
contacts-using-several-addressbooks.page File 2.76 KB 0644
credits.page File 3.7 KB 0644
customize-ui-items.page File 2.71 KB 0644
data-storage.page File 3.19 KB 0644
default-browser.page File 5.29 KB 0644
deleting-appointments.page File 2.36 KB 0644
deleting-emails.page File 2.93 KB 0644
deleting-to-free-disk-space.page File 1.99 KB 0644
exporting-data-calendar.page File 2.42 KB 0644
exporting-data-contacts.page File 2.57 KB 0644
exporting-data-mail.page File 2.49 KB 0644
exporting-data.page File 1.9 KB 0644
flatpak-limitations.page File 2.63 KB 0644
google-services.page File 1.8 KB 0644
import-apps-kmail.page File 2.49 KB 0644
import-apps-mozilla.page File 4.16 KB 0644
import-apps-outlook.page File 5.75 KB 0644
import-data.page File 1.98 KB 0644
import-single-files.page File 3.28 KB 0644
import-supported-file-formats.page File 4.84 KB 0644
index.page File 3.74 KB 0644
intro-account-types.page File 5.1 KB 0644
intro-first-run.page File 13.54 KB 0644
intro-keyboard-shortcuts.page File 11.34 KB 0644
intro-main-window.page File 9.9 KB 0644
legal.xml File 340 B 0644
mail-access-gmail-imap-account.page File 3.7 KB 0644
mail-access-gmail-pop-account.page File 3.77 KB 0644
mail-account-manage-imap-plus.page File 5.21 KB 0644
mail-account-manage-local-delivery.page File 5.01 KB 0644
mail-account-manage-maildir-format-directories.page File 5.35 KB 0644
mail-account-manage-mh-format-directories.page File 5.23 KB 0644
mail-account-manage-microsoft-exchange-evo-ews.page File 5.32 KB 0644
mail-account-manage-microsoft-exchange-evo-mapi.page File 5.03 KB 0644
mail-account-manage-microsoft-exchange.page File 3.8 KB 0644
mail-account-manage-pop.page File 4.92 KB 0644
mail-account-manage-unix-mbox-spool-directory.page File 5.35 KB 0644
mail-account-manage-unix-mbox-spool-file.page File 5.23 KB 0644
mail-account-manage-usenet-news.page File 5.17 KB 0644
mail-account-management.page File 2.45 KB 0644
mail-attachments-received.page File 3.39 KB 0644
mail-attachments-sending.page File 4.23 KB 0644
mail-attachments.page File 1.84 KB 0644
mail-calendar-sending-invitations.page File 3.35 KB 0644
mail-cannot-see.page File 3.26 KB 0644
mail-change-columns-in-message-list.page File 3.56 KB 0644
mail-change-time-format.page File 2.56 KB 0644
mail-composer-change-quotation-string.page File 4.51 KB 0644
mail-composer-custom-header-lines.page File 3.88 KB 0644
mail-composer-enable-html-format.page File 2.85 KB 0644
mail-composer-external-editor.page File 2.92 KB 0644
mail-composer-forward-as-attachment.page File 2.39 KB 0644
mail-composer-forward.page File 4.17 KB 0644
mail-composer-from-field-override.page File 3.29 KB 0644
mail-composer-html-image.page File 2.65 KB 0644
mail-composer-html-link.page File 2.89 KB 0644
mail-composer-html-rule.page File 2.72 KB 0644
mail-composer-html-table.page File 2.74 KB 0644
mail-composer-html-text.page File 4.23 KB 0644
mail-composer-html.page File 3.31 KB 0644
mail-composer-mail-signatures-manage.page File 2.58 KB 0644
mail-composer-mail-signatures-per-account.page File 3.2 KB 0644
mail-composer-mail-signatures.page File 2.74 KB 0644
mail-composer-message-templates-reply.page File 2.65 KB 0644
mail-composer-message-templates-save.page File 3.16 KB 0644
mail-composer-message-templates-variables.page File 5.38 KB 0644
mail-composer-message-templates.page File 2.75 KB 0644
mail-composer-plain-text.page File 3.85 KB 0644
mail-composer-priority.page File 2.69 KB 0644
mail-composer-reply.page File 4.76 KB 0644
mail-composer-search.page File 2.84 KB 0644
mail-composer-send-account-overrides.page File 2.8 KB 0644
mail-composer-several-recipients.page File 4.3 KB 0644
mail-composer-spellcheck.page File 3.94 KB 0644
mail-composer-write-new-message.page File 2.77 KB 0644
mail-default-CC-and-BCC.page File 3.16 KB 0644
mail-default-folder-locations.page File 3.84 KB 0644
mail-delete-and-undelete.page File 4.12 KB 0644
mail-display-message-source.page File 2.35 KB 0644
mail-displaying-character-encodings.page File 3.36 KB 0644
mail-displaying-collapsible-headers.page File 2.8 KB 0644
mail-displaying-images-in-html.page File 4.35 KB 0644
mail-displaying-message.page File 2.55 KB 0644
mail-displaying-sender-photograph.page File 3.66 KB 0644
mail-duplicates.page File 3.04 KB 0644
mail-encryption-gpg-create-key.page File 2.55 KB 0644
mail-encryption-gpg-decrypting.page File 2.86 KB 0644
mail-encryption-gpg-getting-keys.page File 2.42 KB 0644
mail-encryption-gpg-set-up.page File 3.57 KB 0644
mail-encryption-gpg-signing-encrypting.page File 3.3 KB 0644
mail-encryption-s-mime-manage.page File 3.45 KB 0644
mail-encryption-s-mime-signing-encrypting.page File 3.38 KB 0644
mail-encryption.page File 2.96 KB 0644
mail-filters-actions.page File 4.04 KB 0644
mail-filters-conditions.page File 3.42 KB 0644
mail-filters-not-working.page File 4.77 KB 0644
mail-filters.page File 6.18 KB 0644
mail-folders.page File 4.62 KB 0644
mail-follow-up-flag.page File 4.29 KB 0644
mail-imap-change-send-method.page File 2.74 KB 0644
mail-imap-subscriptions.page File 3.32 KB 0644
mail-labels.page File 3.15 KB 0644
mail-layout-changing.page File 1.94 KB 0644
mail-localized-re-subjects.page File 2.61 KB 0644
mail-moving-emails.page File 2.68 KB 0644
mail-not-sent.page File 2.87 KB 0644
mail-organizing.page File 2.15 KB 0644
mail-read-receipts.page File 3.72 KB 0644
mail-received-notification.page File 3.42 KB 0644
mail-receiving-options-exchange-ews.page File 4.57 KB 0644
mail-receiving-options-exchange-mapi.page File 4.01 KB 0644
mail-receiving-options-imap-plus.page File 5.29 KB 0644
mail-receiving-options-local-delivery.page File 3.09 KB 0644
mail-receiving-options-maildir-format-directories.page File 3.54 KB 0644
mail-receiving-options-mh-format-directories.page File 3.3 KB 0644
mail-receiving-options-pop.page File 5.02 KB 0644
mail-receiving-options-unix-mbox-spool-directory.page File 3.35 KB 0644
mail-receiving-options-unix-mbox-spool-file.page File 3.38 KB 0644
mail-receiving-options-usenet-news.page File 4.65 KB 0644
mail-receiving-options.page File 2.41 KB 0644
mail-refresh-folders.page File 2.36 KB 0644
mail-save-as-pdf.page File 2.78 KB 0644
mail-search-folders-add.page File 4.53 KB 0644
mail-search-folders-conditions.page File 3.19 KB 0644
mail-search-folders.page File 4.46 KB 0644
mail-searching-attachment-type.page File 2.11 KB 0644
mail-searching.page File 16.26 KB 0644
mail-send-and-receive-automatically.page File 2.66 KB 0644
mail-send-and-receive-manual.page File 2.62 KB 0644
mail-send-and-receive.page File 2.06 KB 0644
mail-sending-options-smtp.page File 3.57 KB 0644
mail-several-pop-accounts.page File 2.9 KB 0644
mail-sorting-folder-list.page File 3.48 KB 0644
mail-sorting-message-list.page File 8.53 KB 0644
mail-spam-marking.page File 3.67 KB 0644
mail-spam-settings.page File 6.03 KB 0644
mail-spam.page File 1.87 KB 0644
mail-two-trash-folders.page File 3.27 KB 0644
mail-usenet-subscriptions.page File 2.66 KB 0644
mail-vertical-view.page File 3.06 KB 0644
mail-word-wrap.page File 2.24 KB 0644
mail-working-offline.page File 5.06 KB 0644
memos-searching.page File 3.81 KB 0644
memos-usage-add-memo.page File 4.28 KB 0644
memos-usage-delete-memo.page File 2.16 KB 0644
memos-usage-edit-memo.page File 2.28 KB 0644
memos-usage.page File 2.13 KB 0644
offline.page File 3.71 KB 0644
organizing.page File 1.83 KB 0644
problems-debug-how-to.page File 2.59 KB 0644
problems-getting-help.page File 2.5 KB 0644
problems-reporting-bugs.page File 3.47 KB 0644
searching-items.page File 1.82 KB 0644
start-command-line-parameters.page File 4.15 KB 0644
sync-with-other-devices.page File 2.83 KB 0644
tasks-caldav.page File 3.96 KB 0644
tasks-display-settings.page File 2.98 KB 0644
tasks-local.page File 2.49 KB 0644
tasks-organizing.page File 1.95 KB 0644
tasks-searching.page File 3.8 KB 0644
tasks-usage-add-task.page File 3.63 KB 0644
tasks-usage-delete-task.page File 2.21 KB 0644
tasks-usage-edit-task.page File 2.28 KB 0644
tasks-usage.page File 1.88 KB 0644
tasks-using-several-tasklists.page File 2.62 KB 0644
tasks-webdav.page File 2.82 KB 0644
using-categories.page File 4.72 KB 0644
xinclude-filter-vfolder-conditions.xml File 4.62 KB 0644
xinclude-searching.xml File 2.17 KB 0644
Filemanager