⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 muttrc

📁 mutt-1.5.12 源代码。linux 下邮件接受的工具。
💻
📖 第 1 页 / 共 5 页
字号:
# When set, mutt will not show the presence of messages that are hidden# by limiting, in the thread tree.# # # set hide_missing=yes## Name: hide_missing# Type: boolean# Default: yes# # # When set, mutt will not show the presence of missing messages in the# thread tree.# # # set hide_thread_subject=yes## Name: hide_thread_subject# Type: boolean# Default: yes# # # When set, mutt will not show the subject of messages in the thread# tree that have the same subject as their parent or closest previously# displayed sibling.# # # set hide_top_limited=no## Name: hide_top_limited# Type: boolean# Default: no# # # When set, mutt will not show the presence of messages that are hidden# by limiting, at the top of threads in the thread tree.  Note that when# $hide_limited is set, this option will have no effect.# # # set hide_top_missing=yes## Name: hide_top_missing# Type: boolean# Default: yes# # # When set, mutt will not show the presence of missing messages at the# top of threads in the thread tree.  Note that when $hide_missing is# set, this option will have no effect.# # # set history=10## Name: history# Type: number# Default: 10# # # This variable controls the size (in number of strings remembered) of# the string history buffer. The buffer is cleared each time the# variable is set.# # # set honor_followup_to=yes## Name: honor_followup_to# Type: quadoption# Default: yes# # # This variable controls whether or not a Mail-Followup-To header is# honored when group-replying to a message.# # # set hostname=""## Name: hostname# Type: string# Default: ""# # # Specifies the hostname to use after the ``@'' in local e-mail# addresses.  This overrides the compile time definition obtained from# /etc/resolv.conf.# # # set ignore_list_reply_to=no## Name: ignore_list_reply_to# Type: boolean# Default: no# # # Affects the behaviour of the reply function when replying to# messages from mailing lists.  When set, if the ``Reply-To:'' field is# set to the same value as the ``To:'' field, Mutt assumes that the# ``Reply-To:'' field was set by the mailing list to automate responses# to the list, and will ignore this field.  To direct a response to the# mailing list when this option is set, use the list-reply# function; group-reply will reply to both the sender and the# list.# # # set imap_authenticators=""## Name: imap_authenticators# Type: string# Default: ""# # # This is a colon-delimited list of authentication methods mutt may# attempt to use to log in to an IMAP server, in the order mutt should# try them.  Authentication methods are either 'login' or the right# side of an IMAP 'AUTH=xxx' capability string, eg 'digest-md5', 'gssapi'# or 'cram-md5'. This parameter is case-insensitive. If this# parameter is unset (the default) mutt will try all available methods,# in order from most-secure to least-secure.# # Example: set imap_authenticators="gssapi:cram-md5:login"# # Note: Mutt will only fall back to other authentication methods if# the previous methods are unavailable. If a method is available but# authentication fails, mutt will not connect to the IMAP server.# # # set imap_check_subscribed=no## Name: imap_check_subscribed# Type: boolean# Default: no# # # When set, mutt will fetch the set of subscribed folders from# your server on connection, and add them to the set of mailboxes# it polls for new mail. See also the ``mailboxes'' command.# # # set imap_delim_chars="/."## Name: imap_delim_chars# Type: string# Default: "/."# # # This contains the list of characters which you would like to treat# as folder separators for displaying IMAP paths. In particular it# helps in using the '=' shortcut for your folder variable.# # # set imap_headers=""## Name: imap_headers# Type: string# Default: ""# # # Mutt requests these header fields in addition to the default headers# ("DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE# CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES X-LABEL") from IMAP# servers before displaying the index menu. You may want to add more# headers for spam detection. Note: This is a space separated list.# # # set imap_home_namespace=""## Name: imap_home_namespace# Type: string# Default: ""# # # You normally want to see your personal folders alongside# your INBOX in the IMAP browser. If you see something else, you may set# this variable to the IMAP path to your folders.# # # set imap_idle=no## Name: imap_idle# Type: boolean# Default: no# # # When set, mutt will attempt to use the IMAP IDLE extension# to check for new mail in the current mailbox. Some servers# (dovecot was the inspiration for this option) react badly# to mutt's implementation. If your connection seems to freeze# up periodically, try unsetting this.# # # set imap_keepalive=900## Name: imap_keepalive# Type: number# Default: 900# # # This variable specifies the maximum amount of time in seconds that mutt# will wait before polling open IMAP connections, to prevent the server# from closing them before mutt has finished with them. The default is# well within the RFC-specified minimum amount of time (30 minutes) before# a server is allowed to do this, but in practice the RFC does get# violated every now and then. Reduce this number if you find yourself# getting disconnected from your IMAP server due to inactivity.# # # set imap_list_subscribed=no## Name: imap_list_subscribed# Type: boolean# Default: no# # # This variable configures whether IMAP folder browsing will look for# only subscribed folders or all folders.  This can be toggled in the# IMAP browser with the toggle-subscribed function.# # # set imap_login=""## Name: imap_login# Type: string# Default: ""# # # Your login name on the IMAP server.# # This variable defaults to the value of imap_user.# # # set imap_pass=""## Name: imap_pass# Type: string# Default: ""# # # Specifies the password for your IMAP account.  If unset, Mutt will# prompt you for your password when you invoke the fetch-mail function.# Warning: you should only use this option when you are on a# fairly secure machine, because the superuser can read your muttrc even# if you are the only one who can read the file.# # # set imap_passive=yes## Name: imap_passive# Type: boolean# Default: yes# # # When set, mutt will not open new IMAP connections to check for new# mail.  Mutt will only check for new mail over existing IMAP# connections.  This is useful if you don't want to be prompted to# user/password pairs on mutt invocation, or if opening the connection# is slow.# # # set imap_peek=yes## Name: imap_peek# Type: boolean# Default: yes# # # When set, mutt will avoid implicitly marking your mail as read whenever# you fetch a message from the server. This is generally a good thing,# but can make closing an IMAP folder somewhat slower. This option# exists to appease speed freaks.# # # set imap_servernoise=yes## Name: imap_servernoise# Type: boolean# Default: yes# # # When set, mutt will display warning messages from the IMAP# server as error messages. Since these messages are often# harmless, or generated due to configuration problems on the# server which are out of the users' hands, you may wish to suppress# them at some point.# # # set imap_user=""## Name: imap_user# Type: string# Default: ""# # # The name of the user whose mail you intend to access on the IMAP# server.# # This variable defaults to your user name on the local machine.# # # set implicit_autoview=no## Name: implicit_autoview# Type: boolean# Default: no# # # If set to ``yes'', mutt will look for a mailcap entry with the# copiousoutput flag set for every MIME attachment it doesn't have# an internal viewer defined for.  If such an entry is found, mutt will# use the viewer defined in that entry to convert the body part to text# form.# # # set include=ask-yes## Name: include# Type: quadoption# Default: ask-yes# # # Controls whether or not a copy of the message(s) you are replying to# is included in your reply.# # # set include_onlyfirst=no## Name: include_onlyfirst# Type: boolean# Default: no# # # Controls whether or not Mutt includes only the first attachment# of the message you are replying.# # # set indent_string="> "## Name: indent_string# Type: string# Default: "> "# # # Specifies the string to prepend to each line of text quoted in a# message to which you are replying.  You are strongly encouraged not to# change this value, as it tends to agitate the more fanatical netizens.# # # set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"## Name: index_format# Type: string# Default: "%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"# # # This variable allows you to customize the message index display to# your personal taste.# # ``Format strings'' are similar to the strings used in the ``C''# function printf to format output (see the man page for more detail).# The following sequences are defined in Mutt:# # %a      address of the author# %A      reply-to address (if present; otherwise: address of author)# %b      filename of the original message folder (think mailBox)# %B      the list to which the letter was sent, or else the folder name (%b).# %c      number of characters (bytes) in the message# %C      current message number# %d      date and time of the message in the format specified by#         ``date_format'' converted to sender's time zone# %D      date and time of the message in the format specified by#         ``date_format'' converted to the local time zone# %e      current message number in thread# %E      number of messages in current thread# %f      entire From: line (address + real name)# %F      author name, or recipient name if the message is from you# %H      spam attribute(s) of this message# %i      message-id of the current message# %l      number of lines in the message (does not work with maildir,#         mh, and possibly IMAP folders)# %L      If an address in the To or CC header field matches an address#         defined by the users ``subscribe'' command, this displays#         "To <list-name>", otherwise the same as %F.# %m      total number of message in the mailbox# %M      number of hidden messages if the thread is collapsed.# %N      message score# %n      author's real name (or address if missing)# %O      (_O_riginal save folder)  Where mutt would formerly have#         stashed the message: list name or recipient name if no list# %s      subject of the message# %S      status of the message (N/D/d/!/r/*)# %t      `to:' field (recipients)# %T      the appropriate character from the $to_chars string# %u      user (login) name of the author# %v      first name of the author, or the recipient if the message is from you# %X      number of attachments#         (please see the ``attachments'' section for possible speed effects)# %y      `x-label:' field, if present# %Y      `x-label' field, if present, and (1) not at part of a thread tree,#         (2) at the top of a thread, or (3) `x-label' is different from#         preceding message's `x-label'.# %Z      message status flags# %{fmt}  the date and time of the message is converted to sender's#         time zone, and ``fmt'' is expanded by the library function#         ``strftime''; a leading bang disables locales# %[fmt]  the date and time of the message is converted to the local#         time zone, and ``fmt'' is expanded by the library function#         ``strftime''; a leading bang disables locales# %(fmt)  the local date and time when the message was received.#         ``fmt'' is expanded by the library function ``strftime'';#         a leading bang disables locales# %<fmt>  the current local time. ``fmt'' is expanded by the library#         function ``strftime''; a leading bang disables locales.# %>X     right justify the rest of the string and pad with character "X"# %|X     pad to the end of the line with character "X"# # # See also: ``$to_chars''.# # # set ispell="/usr/bin/ispell"## Name: ispell# Type: path# Default: "/usr/bin/ispell"# # # How to invoke ispell (GNU's spell-checking software).# # # set keep_flagged=no## Name: keep_flagged# Type: boolean# Default: no# # # If set, read messages marked as flagged will not be moved# from your spool mailbox to your ``$mbox'' mailbox, or as a result of# a ``mbox-hook'' command.# # # set locale="C"## Name: locale# Type: string# Default: "C"# # # The locale used by strftime(3) to format dates. Legal values are# the strings your system accepts for the locale variable LC_TIME.# # # set mail_check=5## Name: mail_check# Type: number# Default: 5# # # This variable configures how often (in seconds) mutt should look for# new mail.# # # set mailcap_path=""## Name: mailcap_path# Type: string# Default: ""# # # This variable specifies which files to consult when attempting to# display MIME bodies not directly supported by Mutt.# # # set mailcap_sanitize=yes## Name: mailcap_sanitize# Type: boolean# Default: yes# # # If set, mutt will restrict possible characters in mailcap % expandos# to a well-defined set of safe characters.  This is the safe setting,# but we are not sure it doesn't break some more advanced MIME stuff.# # DON'T CHANGE THIS SETTING UNLESS YOU ARE REALLY SURE WHAT YOU ARE# DOING!# # # set header_cache=""## Name: header_cache# Type: path# Default: ""# # # The header_cache variable points to the header cache database.# If header_cache points to a directory it will contain a header cache# database  per folder. If header_cache points to a file that file will# be a single global header cache. By default it is unset so no header# caching will be used.# # # set maildir_header_cache_verify=yes## Name: maildir_header_cache_verify# Type: boolean# Default: yes# # # Check for Maildir unaware programs other than mutt having modified maildir# files when the header cache is in use.  This incurs one stat(2) per# message every time the folder is opened.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -