| Próxima revisión | Revisión previa |
| neomuttrc [2025/03/28 01:56] – creado peron | neomuttrc [2026/04/21 16:07] (actual) – editor externo 127.0.0.1 |
|---|
| set reply_regex = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" | set reply_regex = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" |
| set send_charset = "utf-8" | set send_charset = "utf-8" |
| set forward_format = "Fwd: %s" # Format of subject when forwarding | set forward_format = "Fwd: %s" # Formato del subject cuandos se reenvía |
| set timeout = 2 | set timeout = 2 |
| set sleep_time = 0 # Pause 0 seconds for informational messages | set sleep_time = 0 # Pausa 0 segundos en los mensajes informativos |
| set mail_check = 60 # To avoid lags using IMAP | set mail_check = 60 # Para evitar retrasos al usar IMAP |
| set pager_index_lines = 20 | set pager_index_lines = 20 |
| set pager_context = 3 | set pager_context = 3 |
| set wrap = 90 # email view width | set wrap = 72 # ancho de vista del email |
| set use_envelope_from = yes | set use_envelope_from = yes |
| set rfc2047_parameters = yes | set rfc2047_parameters = yes |
| set mime_forward = yes # Attachments are forwarded with mail | set mime_forward = yes # Los adjuntos son reenviados con el correo |
| set auto_tag = yes # Automatically apply actions to all tagged messages | set auto_tag = yes # Automatically apply actions to all tagged messages |
| set delete = yes # Don't ask, do. | set delete = yes # No preguntar, borrar. |
| set edit_headers = yes # Allow editing fields | set edit_headers = yes # Allow editing fields |
| set count_alternatives = yes # recurse into text/multipart when looking for attachement types | set count_alternatives = yes # recurse into text/multipart when looking for attachement types |
| set sidebar_visible = no # Not needed | set sidebar_visible = no # Not needed |
| set markers = no # Disables the `+` displayed at line wraps | set markers = no # Desactiva el `+` en las líneas divididas (wordwraps) |
| set mark_old = no # Unread mail stay unread until read | set mark_old = no # Los correos no leídos quedan así hasta leerse |
| set wait_key = no # mutt won't ask "press key to continue" | set wait_key = no # mutt no preguntará "presionar tecla para continuar" |
| set recall = no # that's what R keybind is for | set recall = no # that's what R keybind is for |
| set thorough_search = no # don't process mail (via mailcap etc) before parsing with queries like ~B | set thorough_search = no # don't process mail (via mailcap etc) before parsing with queries like ~B |
| set fast_reply # skip to compose when replying | set fast_reply # skip to compose when replying |
| set smart_wrap # wrap lines at word boundaries rather than splitting up words | set smart_wrap # divide las lineas en los límites de palabras en lugar de dividir palabras |
| set fcc_attach # save attachments with the body | set fcc_attach # guardar adjuntos con el cuerpo del correo |
| set forward_quote # include message in forwards | set forward_quote # incluir mensaje en los reenvios |
| set reverse_name # reply as whomever it was to | set reverse_name # reply as whomever it was to |
| set menu_scroll # scroll in menus | set menu_scroll # scroll in menus |
| set allow_ansi # allow ansi escape codes (e.g. colors) | set allow_ansi # permite ansi escape codes (e.g. colores) |
| set flag_safe # flagged messages can't be deleted | set flag_safe # Los mensajes marcados no pueden ser borrados |
| set arrow_cursor | set arrow_cursor |
| set pipe_decode | set pipe_decode |
| alternative_order text/calendar application/ics text/plain text/enriched text/html | alternative_order text/calendar application/ics text/plain text/enriched text/html |
| |
| # Header Options | # Opciones de Encabezado |
| ignore * | ignore * |
| unhdr_order * | unhdr_order * |
| |
| # Warns if replying to multiple recipt email | # Warns if replying to multiple recipt email |
| reply-hook "~C 2" "set sleep_time=10\;echo 'Warning, original message has multiple recipients!'\;set sleep_time=1" | reply-hook "~C 2" "set sleep_time=10\;echo 'Cuidado, el mensaje original tiene multiple destinatarios!'\;set sleep_time=1" |
| |
| # Hide autoview messages and format attachments nicely | # Hide autoview messages and format attachments nicely |