74 lines
2 KiB
Text
74 lines
2 KiB
Text
# Mutt configuration for Gmail
|
|
# Простая совместимая версия
|
|
|
|
# === Личные данные ===
|
|
set realname = "MatrixHasYou"
|
|
set from = "ktybdsq@gmail.com"
|
|
set use_from = yes
|
|
|
|
# === IMAP (получение почты) ===
|
|
set imap_user = "ktybdsq@gmail.com"
|
|
set imap_pass = "hrur gguo srtm jpue"
|
|
set folder = "imaps://imap.gmail.com/"
|
|
set spoolfile = "+INBOX"
|
|
set mailbox = "+INBOX"
|
|
|
|
# === SMTP (отправка почты) ===
|
|
set smtp_url = "smtps://your.email@gmail.com@smtp.gmail.com:465"
|
|
set smtp_pass = "YOUR_APP_PASSWORD"
|
|
|
|
# === Настройки ящика ===
|
|
set mail_check = 60
|
|
set timeout = 60
|
|
set sort = threads
|
|
set sort_aux = last-date-received
|
|
|
|
# === Кодировки ===
|
|
set charset = utf-8
|
|
set send_charset = "us-ascii:utf-8"
|
|
|
|
# === Кэш ===
|
|
set header_cache = "~/.cache/mutt/headers"
|
|
set message_cachedir = "~/.cache/mutt/bodies"
|
|
set certificate_file = "~/.cache/mutt/certificates"
|
|
|
|
# === Просмотр ===
|
|
set pager_index_lines = 15
|
|
set menu_scroll = yes
|
|
set mark_old = no
|
|
set forward_decode = yes
|
|
set include = yes
|
|
set forward_format = "Fwd: %s"
|
|
|
|
# === Цвета (базовые) ===
|
|
color indicator white blue
|
|
color status white blue
|
|
color error red blue
|
|
color tilde blue
|
|
color attachment brightgreen black
|
|
color search brightyellow blue
|
|
color header cyan blue
|
|
color quoted cyan blue
|
|
color signature cyan blue
|
|
color tree red blue
|
|
color normal white blue
|
|
color message cyan blue
|
|
color deletion red blue
|
|
color flag cyan blue
|
|
color tag yellow blue
|
|
|
|
# === Индекс ===
|
|
color index red blue "~N"
|
|
color index green blue "~O"
|
|
color index cyan blue "~Z"
|
|
color index yellow blue "~F"
|
|
|
|
# === Алиасы ===
|
|
source ~/.mutt/aliases
|
|
|
|
# === Макросы ===
|
|
macro index,pager G "<change-folder>[Gmail]/All Mail<enter>" "Go to Gmail All Mail"
|
|
macro index,pager S "<change-folder>[Gmail]/Sent Mail<enter>" "Go to Sent"
|
|
macro index,pager D "<change-folder>[Gmail]/Drafts<enter>" "Go to Drafts"
|
|
macro index,pager T "<change-folder>[Gmail]/Trash<enter>" "Go to Trash"
|
|
macro index,pager A "<change-folder>[Gmail]/Spam<enter>" "Go to Spam"
|