Opened 15 years ago

Closed 14 years ago

#43 closed defect (fixed)

thunderbird : configurar para que los envios de correos sean texto plano y html

Reported by: alberto Owned by:
Priority: minor Milestone: cacique-1.1
Component: UI : escritorio : desktop Version:
Keywords: Cc:

Description

thunderbird : configurar para que los envios de correos sean en texto plano y html y no pregunte al usuario

Change History (2)

comment:1 Changed 15 years ago by alberto

Posible solución:

Modificar el archivo:
/usr/share/thunderbird/defaults/pref/mailnews.js

Cambiar:
pref("mail.default_html_action", 0);
por:
pref("mail.default_html_action", 3);

comment:2 Changed 14 years ago by alberto

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.