Просмотр исходного кода

Merge pull request #931 from gerazov/forward-as-text

Forward email body as text
pull/940/head
Luke Smith 1 год назад
committed by GitHub
Родитель
Сommit
c54f46a00a
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      share/mutt-wizard.muttrc

+ 2
- 1
share/mutt-wizard.muttrc Просмотреть файл

@@ -15,7 +15,8 @@ set rfc2047_parameters = yes
set sleep_time = 0 # Pause 0 seconds for informational messages
set markers = no # Disables the `+` displayed at line wraps
set mark_old = no # Unread mail stay unread until read
set mime_forward = yes # attachments are forwarded with mail
set mime_forward = no # mail body is forwarded as text
set forward_attachments = yes # attachments are forwarded with mail
set wait_key = no # mutt won't ask "press key to continue"
set fast_reply # skip to compose when replying
set fcc_attach # save attachments with the body


Загрузка…
Отмена
Сохранить