@@ -1375,8 +1375,10 @@ A Vuelca el contenido del archivo seleccionado
od -c %f
B Edita un informe de errores y lo envía al superusuario
- vi /tmp/mail.$$
- mail -s "Error Midnight Commander" root < /tmp/mail.$$
+ I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
+ vi $I
+ mail -s "Error Midnight Commander" root < $I
+ rm -f $I
M Lee al correo
emacs -f rmail
@@ -1381,8 +1381,10 @@ A A kiv
B A hiba leírás szerkesztése és elküldése a root-nak
- mail -s "Midnight Commander bug" root < /tmp/mail.$$
+ mail -s "Midnight Commander bug" root < $I
M Levél olvasás
@@ -1390,8 +1390,10 @@ A Mostra un dump del file correntemente selezionato
B Modifica un rapporto bachi e lo spedisce a root
M Legge la posta
@@ -1401,8 +1401,10 @@ A Dump the currently selected file
B Edit a bug report and send it to root
M Read mail
@@ -1174,8 +1174,10 @@ A Wyrzu
B Stwórz raport o błędzie i wyślij do roota.
- vi ~/tmp/mail.$$
- mail -s "Błąd Midnight Commandera" root < ~/tmp/mail.$$
+ mail -s "Błąd Midnight Commandera" root < $I
M Przeczytaj pocztę.
@@ -1563,8 +1563,10 @@ A Dump the currently selected file
@@ -1383,8 +1383,10 @@ A
B Уређује пријаву грешке и шаље је администратору
- mail -s "Грешка у поноћном нареднику" root < /tmp/mail.$$
+ mail -s "Грешка у поноћном нареднику" root < $I
M Чита пошту