optimizations, remove horrors.
[apps/madmutt.git] / Muttrc
1 #
2 # System configuration file for Mutt
3 #
4
5 # default list of header fields to weed when displaying
6 #
7 ignore "from " received content- mime-version status x-status message-id
8 ignore sender references return-path lines
9
10 # imitate the old search-body function
11 macro index \eb '/~b ' 'search in message bodies'
12
13 # simulate the old url menu
14 macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
15 macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
16
17 # Show documentation when pressing F1
18 macro generic <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
19 macro index   <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
20 macro pager   <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
21
22 # If Mutt is unable to determine your site's domain name correctly, you can
23 # set the default here.
24 #
25 # set hostname=cs.hmc.edu
26
27 # If your sendmail supports the -B8BITMIME flag, enable the following
28 #
29 # set use_8bitmime
30
31 ##
32 ## More settings
33 ##
34
35
36 # set abort_nosubject=ask-yes
37 #
38 # Name: abort_nosubject
39 # Type: quadoption
40 # Default: ask-yes
41
42
43 # If set to yes, when composing messages and no subject is given
44 # at the subject prompt, composition will be aborted.  If set to
45 # no, composing messages with no subject given at the subject
46 # prompt will never be aborted.
47
48
49 # set abort_unmodified=yes
50 #
51 # Name: abort_unmodified
52 # Type: quadoption
53 # Default: yes
54
55
56 # If set to yes, composition will automatically abort after
57 # editing the message body if no changes are made to the file (this
58 # check only happens after the first edit of the file).  When set
59 # to no, composition will never be aborted.
60
61
62 # set alias_file="~/.muttrc"
63 #
64 # Name: alias_file
65 # Type: path
66 # Default: "~/.muttrc"
67
68
69 # The default file in which to save aliases created by the 
70 # ``create-alias'' function.
71
72 # Note: Mutt will not automatically source this file; you must
73 # explicitly use the ``source'' command for it to be executed.
74
75
76 # set alias_format="%4n %2f %t %-10a   %r"
77 #
78 # Name: alias_format
79 # Type: string
80 # Default: "%4n %2f %t %-10a   %r"
81
82
83 # Specifies the format of the data displayed for the `alias' menu.  The
84 # following printf(3)-style sequences are available:
85
86 # %a      alias name
87 # %f      flags - currently, a "d" for an alias marked for deletion
88 # %n      index number
89 # %r      address which alias expands to
90 # %t      character which indicates if the alias is tagged for inclusion
91
92
93 # set allow_8bit=yes
94 #
95 # Name: allow_8bit
96 # Type: boolean
97 # Default: yes
98
99
100 # Controls whether 8-bit data is converted to 7-bit using either Quoted-
101 # Printable or Base64 encoding when sending mail.
102
103
104 # set allow_ansi=no
105 #
106 # Name: allow_ansi
107 # Type: boolean
108 # Default: no
109
110
111 # Controls whether ANSI color codes in messages (and color tags in 
112 # rich text messages) are to be interpreted.
113 # Messages containing these codes are rare, but if this option is set,
114 # their text will be colored accordingly. Note that this may override
115 # your color choices, and even present a security problem, since a
116 # message could include a line like "[-- PGP output follows ..." and
117 # give it the same color as your attachment color.
118
119
120 # set arrow_cursor=no
121 #
122 # Name: arrow_cursor
123 # Type: boolean
124 # Default: no
125
126
127 # When set, an arrow (``->'') will be used to indicate the current entry
128 # in menus instead of highlighting the whole line.  On slow network or modem
129 # links this will make response faster because there is less that has to
130 # be redrawn on the screen when moving to the next or previous entries
131 # in the menu.
132
133
134 # set ascii_chars=no
135 #
136 # Name: ascii_chars
137 # Type: boolean
138 # Default: no
139
140
141 # If set, Mutt will use plain ASCII characters when displaying thread
142 # and attachment trees, instead of the default ACS characters.
143
144
145 # set askbcc=no
146 #
147 # Name: askbcc
148 # Type: boolean
149 # Default: no
150
151
152 # If set, Mutt will prompt you for blind-carbon-copy (Bcc) recipients
153 # before editing an outgoing message.
154
155
156 # set askcc=no
157 #
158 # Name: askcc
159 # Type: boolean
160 # Default: no
161
162
163 # If set, Mutt will prompt you for carbon-copy (Cc) recipients before
164 # editing the body of an outgoing message.
165
166
167 # set ask_follow_up=no
168 #
169 # Name: ask_follow_up
170 # Type: boolean
171 # Default: no
172
173
174 # If set, Mutt will prompt you for follow-up groups before editing
175 # the body of an outgoing message.
176
177
178 # set ask_x_comment_to=no
179 #
180 # Name: ask_x_comment_to
181 # Type: boolean
182 # Default: no
183
184
185 # If set, Mutt will prompt you for x-comment-to field before editing
186 # the body of an outgoing message.
187
188
189 # set attach_format="%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
190 #
191 # Name: attach_format
192 # Type: string
193 # Default: "%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
194
195
196 # This variable describes the format of the `attachment' menu.  The
197 # following printf-style sequences are understood:
198
199 # %C      charset
200 # %c      requires charset conversion (n or c)
201 # %D      deleted flag
202 # %d      description
203 # %e      MIME content-transfer-encoding
204 # %f      filename
205 # %I      disposition (I=inline, A=attachment)
206 # %m      major MIME type
207 # %M      MIME subtype
208 # %n      attachment number
209 # %s      size
210 # %t      tagged flag
211 # %T      graphic tree characters
212 # %u      unlink (=to delete) flag
213 # %>X     right justify the rest of the string and pad with character "X"
214 # %|X     pad to the end of the line with character "X"
215
216
217 # set attach_sep="\n"
218 #
219 # Name: attach_sep
220 # Type: string
221 # Default: "\n"
222
223
224 # The separator to add between attachments when operating (saving,
225 # printing, piping, etc) on a list of tagged attachments.
226
227
228 # set attach_split=yes
229 #
230 # Name: attach_split
231 # Type: boolean
232 # Default: yes
233
234
235 # If this variable is unset, when operating (saving, printing, piping,
236 # etc) on a list of tagged attachments, Mutt will concatenate the
237 # attachments and will operate on them as a single attachment. The
238 # ``$attach_sep'' separator is added after each attachment. When set,
239 # Mutt will operate on the attachments one by one.
240
241
242 # set attribution="On %d, %n wrote:"
243 #
244 # Name: attribution
245 # Type: string
246 # Default: "On %d, %n wrote:"
247
248
249 # This is the string that will precede a message which has been included
250 # in a reply.  For a full listing of defined printf()-like sequences see
251 # the section on ``$index_format''.
252
253
254 # set autoedit=no
255 #
256 # Name: autoedit
257 # Type: boolean
258 # Default: no
259
260
261 # When set along with ``$edit_headers'', Mutt will skip the initial
262 # send-menu and allow you to immediately begin editing the body of your
263 # message.  The send-menu may still be accessed once you have finished
264 # editing the body of your message.
265
266 # Also see ``$fast_reply''.
267
268
269 # set auto_tag=no
270 #
271 # Name: auto_tag
272 # Type: boolean
273 # Default: no
274
275
276 # When set, functions in the index menu which affect a message
277 # will be applied to all tagged messages (if there are any).  When
278 # unset, you must first use the tag-prefix function (default: ";") to
279 # make the next function apply to all tagged messages.
280
281
282 # set beep=yes
283 #
284 # Name: beep
285 # Type: boolean
286 # Default: yes
287
288
289 # When this variable is set, mutt will beep when an error occurs.
290
291
292 # set beep_new=no
293 #
294 # Name: beep_new
295 # Type: boolean
296 # Default: no
297
298
299 # When this variable is set, mutt will beep whenever it prints a message
300 # notifying you of new mail.  This is independent of the setting of the
301 # ``$beep'' variable.
302
303
304 # set bounce=ask-yes
305 #
306 # Name: bounce
307 # Type: quadoption
308 # Default: ask-yes
309
310
311 # Controls whether you will be asked to confirm bouncing messages.
312 # If set to yes you don't get asked if you want to bounce a
313 # message. Setting this variable to no is not generally useful,
314 # and thus not recommended, because you are unable to bounce messages.
315
316
317 # set bounce_delivered=yes
318 #
319 # Name: bounce_delivered
320 # Type: boolean
321 # Default: yes
322
323
324 # When this variable is set, mutt will include Delivered-To headers when
325 # bouncing messages.  Postfix users may wish to unset this variable.
326
327
328 # set catchup_newsgroup=ask-yes
329 #
330 # Name: catchup_newsgroup
331 # Type: quadoption
332 # Default: ask-yes
333
334
335 # If this variable is set, Mutt will mark all articles in newsgroup
336 # as read when you quit the newsgroup (catchup newsgroup).
337
338
339 # set charset=""
340 #
341 # Name: charset
342 # Type: string
343 # Default: ""
344
345
346 # Character set your terminal uses to display and enter textual data.
347
348
349 # set check_new=yes
350 #
351 # Name: check_new
352 # Type: boolean
353 # Default: yes
354
355
356 # Note: this option only affects maildir and MH style
357 # mailboxes.
358
359 # When set, Mutt will check for new mail delivered while the
360 # mailbox is open.  Especially with MH mailboxes, this operation can
361 # take quite some time since it involves scanning the directory and
362 # checking each file to see if it has already been looked at.  If
363 # check_new is unset, no check for new mail is performed
364 # while the mailbox is open.
365
366
367 # set collapse_unread=yes
368 #
369 # Name: collapse_unread
370 # Type: boolean
371 # Default: yes
372
373
374 # When unset, Mutt will not collapse a thread if it contains any
375 # unread messages.
376
377
378 # set uncollapse_jump=no
379 #
380 # Name: uncollapse_jump
381 # Type: boolean
382 # Default: no
383
384
385 # When set, Mutt will jump to the next unread message, if any,
386 # when the current thread is uncollapsed.
387
388
389 # set compose_format="-- Mutt: Compose  [Approx. msg size: %l   Atts: %a]%>-"
390 #
391 # Name: compose_format
392 # Type: string
393 # Default: "-- Mutt: Compose  [Approx. msg size: %l   Atts: %a]%>-"
394
395
396 # Controls the format of the status line displayed in the Compose
397 # menu.  This string is similar to ``$status_format'', but has its own
398 # set of printf()-like sequences:
399
400 # %a      total number of attachments 
401 # %h      local hostname
402 # %l      approximate size (in bytes) of the current message
403 # %v      Mutt version string
404
405
406 # See the text describing the ``$status_format'' option for more 
407 # information on how to set ``$compose_format''.
408
409
410 # set config_charset=""
411 #
412 # Name: config_charset
413 # Type: string
414 # Default: ""
415
416
417 # When defined, Mutt will recode commands in rc files from this
418 # encoding.
419
420
421 # set confirmappend=yes
422 #
423 # Name: confirmappend
424 # Type: boolean
425 # Default: yes
426
427
428 # When set, Mutt will prompt for confirmation when appending messages to
429 # an existing mailbox.
430
431
432 # set confirmcreate=yes
433 #
434 # Name: confirmcreate
435 # Type: boolean
436 # Default: yes
437
438
439 # When set, Mutt will prompt for confirmation when saving messages to a
440 # mailbox which does not yet exist before creating it.
441
442
443 # set connect_timeout=30
444 #
445 # Name: connect_timeout
446 # Type: number
447 # Default: 30
448
449
450 # Causes Mutt to timeout a network connection (for IMAP or POP) after this
451 # many seconds if the connection is not able to be established.  A negative
452 # value causes Mutt to wait indefinitely for the connection to succeed.
453
454
455 # set content_type="text/plain"
456 #
457 # Name: content_type
458 # Type: string
459 # Default: "text/plain"
460
461
462 # Sets the default Content-Type for the body of newly composed messages.
463
464
465 # set copy=yes
466 #
467 # Name: copy
468 # Type: quadoption
469 # Default: yes
470
471
472 # This variable controls whether or not copies of your outgoing messages
473 # will be saved for later references.  Also see ``$record'',
474 # ``$save_name'', ``$force_name'' and ``fcc-hook''.
475
476
477 # set crypt_use_gpgme=no
478 #
479 # Name: crypt_use_gpgme
480 # Type: boolean
481 # Default: no
482
483
484 # This variable controls the use the GPGME enabled crypto backends.
485 # If it is set and Mutt was build with gpgme support, the gpgme code for
486 # S/MIME and PGP will be used instead of the classic code.  Note, that
487 # you need to use this option in .muttrc as it won't have any effect when 
488 # used interactively.
489
490
491 # set crypt_autopgp=yes
492 #
493 # Name: crypt_autopgp
494 # Type: boolean
495 # Default: yes
496
497
498 # This variable controls whether or not mutt may automatically enable
499 # PGP encryption/signing for messages.  See also ``$crypt_autoencrypt'',
500 # ``$crypt_replyencrypt'',
501 # ``$crypt_autosign'', ``$crypt_replysign'' and ``$smime_is_default''.
502
503
504 # set crypt_autosmime=yes
505 #
506 # Name: crypt_autosmime
507 # Type: boolean
508 # Default: yes
509
510
511 # This variable controls whether or not mutt may automatically enable
512 # S/MIME encryption/signing for messages. See also ``$crypt_autoencrypt'',
513 # ``$crypt_replyencrypt'',
514 # ``$crypt_autosign'', ``$crypt_replysign'' and ``$smime_is_default''.
515
516
517 # set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z"
518 #
519 # Name: date_format
520 # Type: string
521 # Default: "!%a, %b %d, %Y at %I:%M:%S%p %Z"
522
523
524 # This variable controls the format of the date printed by the ``%d''
525 # sequence in ``$index_format''.  This is passed to the strftime
526 # call to process the date. See the man page for strftime(3) for
527 # the proper syntax.
528
529 # Unless the first character in the string is a bang (``!''), the month
530 # and week day names are expanded according to the locale specified in
531 # the variable ``$locale''. If the first character in the string is a
532 # bang, the bang is discarded, and the month and week day names in the
533 # rest of the string are expanded in the C locale (that is in US
534 # English).
535
536
537 # set default_hook="~f %s !~P | (~P ~C %s)"
538 #
539 # Name: default_hook
540 # Type: string
541 # Default: "~f %s !~P | (~P ~C %s)"
542
543
544 # This variable controls how send-hooks, message-hooks, save-hooks,
545 # and fcc-hooks will
546 # be interpreted if they are specified with only a simple regexp,
547 # instead of a matching pattern.  The hooks are expanded when they are
548 # declared, so a hook will be interpreted according to the value of this
549 # variable at the time the hook is declared.  The default value matches
550 # if the message is either from a user matching the regular expression
551 # given, or if it is from you (if the from address matches
552 # ``alternates'') and is to or cc'ed to a user matching the given
553 # regular expression.
554
555
556 # set delete=ask-yes
557 #
558 # Name: delete
559 # Type: quadoption
560 # Default: ask-yes
561
562
563 # Controls whether or not messages are really deleted when closing or
564 # synchronizing a mailbox.  If set to yes, messages marked for
565 # deleting will automatically be purged without prompting.  If set to
566 # no, messages marked for deletion will be kept in the mailbox.
567
568
569 # set delete_untag=yes
570 #
571 # Name: delete_untag
572 # Type: boolean
573 # Default: yes
574
575
576 # If this option is set, mutt will untag messages when marking them
577 # for deletion.  This applies when you either explicitly delete a message,
578 # or when you save it to another folder.
579
580
581 # set digest_collapse=yes
582 #
583 # Name: digest_collapse
584 # Type: boolean
585 # Default: yes
586
587
588 # If this option is set, mutt's received-attachments menu will not show the subparts of
589 # individual messages in a multipart/digest.  To see these subparts, press 'v' on that menu.
590
591
592 # set display_filter=""
593 #
594 # Name: display_filter
595 # Type: path
596 # Default: ""
597
598
599 # When set, specifies a command used to filter messages.  When a message
600 # is viewed it is passed as standard input to $display_filter, and the
601 # filtered message is read from the standard output.
602
603
604 # set dotlock_program="/usr/local/bin/mutt_dotlock"
605 #
606 # Name: dotlock_program
607 # Type: path
608 # Default: "/usr/local/bin/mutt_dotlock"
609
610
611 # Contains the path of the mutt_dotlock (8) binary to be used by
612 # mutt.
613
614
615 # set dsn_notify=""
616 #
617 # Name: dsn_notify
618 # Type: string
619 # Default: ""
620
621
622 # Note: you should not enable this unless you are using Sendmail
623 # 8.8.x or greater.
624
625 # This variable sets the request for when notification is returned.  The
626 # string consists of a comma separated list (no spaces!) of one or more
627 # of the following: never, to never request notification,
628 # failure, to request notification on transmission failure,
629 # delay, to be notified of message delays, success, to be
630 # notified of successful transmission.
631
632 # Example: set dsn_notify="failure,delay"
633
634
635 # set dsn_return=""
636 #
637 # Name: dsn_return
638 # Type: string
639 # Default: ""
640
641
642 # Note: you should not enable this unless you are using Sendmail
643 # 8.8.x or greater.
644
645 # This variable controls how much of your message is returned in DSN
646 # messages.  It may be set to either hdrs to return just the
647 # message header, or full to return the full message.
648
649 # Example: set dsn_return=hdrs
650
651
652 # set duplicate_threads=yes
653 #
654 # Name: duplicate_threads
655 # Type: boolean
656 # Default: yes
657
658
659 # This variable controls whether mutt, when sorting by threads, threads
660 # messages with the same message-id together.  If it is set, it will indicate
661 # that it thinks they are duplicates of each other with an equals sign
662 # in the thread diagram.
663
664
665 # set edit_headers=no
666 #
667 # Name: edit_headers
668 # Type: boolean
669 # Default: no
670
671
672 # This option allows you to edit the header of your outgoing messages
673 # along with the body of your message.
674
675
676 # set editor=""
677 #
678 # Name: editor
679 # Type: path
680 # Default: ""
681
682
683 # This variable specifies which editor is used by mutt.
684 # It defaults to the value of the VISUAL, or EDITOR, environment
685 # variable, or to the string "vi" if neither of those are set.
686
687
688 # set encode_from=no
689 #
690 # Name: encode_from
691 # Type: boolean
692 # Default: no
693
694
695 # When set, mutt will quoted-printable encode messages when
696 # they contain the string "From " in the beginning of a line.
697 # Useful to avoid the tampering certain mail delivery and transport
698 # agents tend to do with messages.
699
700
701 # set envelope_from=no
702 #
703 # Name: envelope_from
704 # Type: boolean
705 # Default: no
706
707
708 # When set, mutt will try to derive the message's envelope
709 # sender from the "From:" header.  Note that this information is passed 
710 # to sendmail command using the "-f" command line switch, so don't set this
711 # option if you are using that switch in $sendmail yourself,
712 # or if the sendmail on your machine doesn't support that command
713 # line switch.
714
715
716 # set escape="~"
717 #
718 # Name: escape
719 # Type: string
720 # Default: "~"
721
722
723 # Escape character to use for functions in the builtin editor.
724
725
726 # set fast_reply=no
727 #
728 # Name: fast_reply
729 # Type: boolean
730 # Default: no
731
732
733 # When set, the initial prompt for recipients and subject are skipped
734 # when replying to messages, and the initial prompt for subject is
735 # skipped when forwarding messages.
736
737 # Note: this variable has no effect when the ``$autoedit''
738 # variable is set.
739
740
741 # set fcc_attach=yes
742 #
743 # Name: fcc_attach
744 # Type: boolean
745 # Default: yes
746
747
748 # This variable controls whether or not attachments on outgoing messages
749 # are saved along with the main body of your message.
750
751
752 # set fcc_clear=no
753 #
754 # Name: fcc_clear
755 # Type: boolean
756 # Default: no
757
758
759 # When this variable is set, FCCs will be stored unencrypted and
760 # unsigned, even when the actual message is encrypted and/or
761 # signed.
762 # (PGP only)
763
764
765 # set folder="~/Mail"
766 #
767 # Name: folder
768 # Type: path
769 # Default: "~/Mail"
770
771
772 # Specifies the default location of your mailboxes.  A `+' or `=' at the
773 # beginning of a pathname will be expanded to the value of this
774 # variable.  Note that if you change this variable from the default
775 # value you need to make sure that the assignment occurs before
776 # you use `+' or `=' for any other variables since expansion takes place
777 # during the `set' command.
778
779
780 # set folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f"
781 #
782 # Name: folder_format
783 # Type: string
784 # Default: "%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f"
785
786
787 # This variable allows you to customize the file browser display to your
788 # personal taste.  This string is similar to ``$index_format'', but has
789 # its own set of printf()-like sequences:
790
791 # %C      current file number
792 # %d      date/time folder was last modified
793 # %f      filename
794 # %F      file permissions
795 # %g      group name (or numeric gid, if missing)
796 # %l      number of hard links
797 # %N      N if folder has new mail, blank otherwise
798 # %s      size in bytes
799 # %t      * if the file is tagged, blank otherwise
800 # %u      owner name (or numeric uid, if missing)
801 # %>X     right justify the rest of the string and pad with character "X"
802 # %|X     pad to the end of the line with character "X"
803
804
805 # set followup_to=yes
806 #
807 # Name: followup_to
808 # Type: boolean
809 # Default: yes
810
811
812 # Controls whether or not the Mail-Followup-To header field is
813 # generated when sending mail.  When set, Mutt will generate this
814 # field when you are replying to a known mailing list, specified with
815 # the ``subscribe'' or ``lists'' commands.
816
817 # This field has two purposes.  First, preventing you from
818 # receiving duplicate copies of replies to messages which you send
819 # to mailing lists, and second, ensuring that you do get a reply
820 # separately for any messages sent to known lists to which you are
821 # not subscribed.  The header will contain only the list's address
822 # for subscribed lists, and both the list address and your own
823 # email address for unsubscribed lists.  Without this header, a
824 # group reply to your message sent to a subscribed list will be
825 # sent to both the list and your address, resulting in two copies
826 # of the same email for you.
827
828
829 # set followup_to_poster=ask-yes
830 #
831 # Name: followup_to_poster
832 # Type: quadoption
833 # Default: ask-yes
834
835
836 # If this variable is set and the keyword "poster" is present in
837 # Followup-To header, follow-up to newsgroup function is not
838 # permitted.  The message will be mailed to the submitter of the
839 # message via mail.
840
841
842 # set force_name=no
843 #
844 # Name: force_name
845 # Type: boolean
846 # Default: no
847
848
849 # This variable is similar to ``$save_name'', except that Mutt will
850 # store a copy of your outgoing message by the username of the address
851 # you are sending to even if that mailbox does not exist.
852
853 # Also see the ``$record'' variable.
854
855
856 # set forward_decode=yes
857 #
858 # Name: forward_decode
859 # Type: boolean
860 # Default: yes
861
862
863 # Controls the decoding of complex MIME messages into text/plain when
864 # forwarding a message.  The message header is also RFC2047 decoded.
865 # This variable is only used, if ``$mime_forward'' is unset,
866 # otherwise ``$mime_forward_decode'' is used instead.
867
868
869 # set forward_edit=yes
870 #
871 # Name: forward_edit
872 # Type: quadoption
873 # Default: yes
874
875
876 # This quadoption controls whether or not the user is automatically
877 # placed in the editor when forwarding messages.  For those who always want
878 # to forward with no modification, use a setting of ``no''.
879
880
881 # set forward_format="[%a: %s]"
882 #
883 # Name: forward_format
884 # Type: string
885 # Default: "[%a: %s]"
886
887
888 # This variable controls the default subject when forwarding a message.
889 # It uses the same format sequences as the ``$index_format'' variable.
890
891
892 # set forward_quote=no
893 #
894 # Name: forward_quote
895 # Type: boolean
896 # Default: no
897
898
899 # When set forwarded messages included in the main body of the
900 # message (when ``$mime_forward'' is unset) will be quoted using
901 # ``$indent_string''.
902
903
904 # set from=""
905 #
906 # Name: from
907 # Type: e-mail address
908 # Default: ""
909
910
911 # When set, this variable contains a default from address.  It
912 # can be overridden using my_hdr (including from send-hooks) and
913 # ``$reverse_name''.  This variable is ignored if ``$use_from''
914 # is unset.
915
916 # Defaults to the contents of the environment variable EMAIL.
917
918
919 # set gecos_mask="^[^,]*"
920 #
921 # Name: gecos_mask
922 # Type: regular expression
923 # Default: "^[^,]*"
924
925
926 # A regular expression used by mutt to parse the GECOS field of a password
927 # entry when expanding the alias.  By default the regular expression is set
928 # to "^[^,]*" which will return the string up to the first "," encountered.
929 # If the GECOS field contains a string like "lastname, firstname" then you
930 # should set the gecos_mask=".*".
931
932 # This can be useful if you see the following behavior: you address a e-mail
933 # to user ID stevef whose full name is Steve Franklin.  If mutt expands 
934 # stevef to "Franklin" stevef@foo.bar then you should set the gecos_mask to
935 # a regular expression that will match the whole name so mutt will expand
936 # "Franklin" to "Franklin, Steve".
937
938
939 # set group_index_format="%4C %M%N %5s  %-45.45f %d"
940 #
941 # Name: group_index_format
942 # Type: string
943 # Default: "%4C %M%N %5s  %-45.45f %d"
944
945
946 # This variable allows you to customize the newsgroup browser display to
947 # your personal taste.  This string is similar to ``index_format'', but
948 # has its own set of printf()-like sequences:
949
950 # %C      current newsgroup number
951 # %d      description of newsgroup (becomes from server)
952 # %f      newsgroup name
953 # %M      - if newsgroup not allowed for direct post (moderated for example)
954 # %N      N if newsgroup is new, u if unsubscribed, blank otherwise
955 # %n      number of new articles in newsgroup
956 # %s      number of unread articles in newsgroup
957 # %>X     right justify the rest of the string and pad with character "X"
958 # %|X     pad to the end of the line with character "X"
959
960
961 # set hdrs=yes
962 #
963 # Name: hdrs
964 # Type: boolean
965 # Default: yes
966
967
968 # When unset, the header fields normally added by the ``my_hdr''
969 # command are not created.  This variable must be unset before
970 # composing a new message or replying in order to take effect.  If set,
971 # the user defined header fields are added to every new message.
972
973
974 # set header=no
975 #
976 # Name: header
977 # Type: boolean
978 # Default: no
979
980
981 # When set, this variable causes Mutt to include the header
982 # of the message you are replying to into the edit buffer.
983 # The ``$weed'' setting applies.
984
985
986 # set help=yes
987 #
988 # Name: help
989 # Type: boolean
990 # Default: yes
991
992
993 # When set, help lines describing the bindings for the major functions
994 # provided by each menu are displayed on the first line of the screen.
995
996 # Note: The binding will not be displayed correctly if the
997 # function is bound to a sequence rather than a single keystroke.  Also,
998 # the help line may not be updated if a binding is changed while Mutt is
999 # running.  Since this variable is primarily aimed at new users, neither
1000 # of these should present a major problem.
1001
1002
1003 # set hidden_host=no
1004 #
1005 # Name: hidden_host
1006 # Type: boolean
1007 # Default: no
1008
1009
1010 # When set, mutt will skip the host name part of ``$hostname'' variable
1011 # when adding the domain part to addresses.  This variable does not
1012 # affect the generation of Message-IDs, and it will not lead to the 
1013 # cut-off of first-level domains.
1014
1015
1016 # set hide_limited=no
1017 #
1018 # Name: hide_limited
1019 # Type: boolean
1020 # Default: no
1021
1022
1023 # When set, mutt will not show the presence of messages that are hidden
1024 # by limiting, in the thread tree.
1025
1026
1027 # set hide_missing=yes
1028 #
1029 # Name: hide_missing
1030 # Type: boolean
1031 # Default: yes
1032
1033
1034 # When set, mutt will not show the presence of missing messages in the
1035 # thread tree.
1036
1037
1038 # set hide_thread_subject=yes
1039 #
1040 # Name: hide_thread_subject
1041 # Type: boolean
1042 # Default: yes
1043
1044
1045 # When set, mutt will not show the subject of messages in the thread
1046 # tree that have the same subject as their parent or closest previously
1047 # displayed sibling.
1048
1049
1050 # set hide_top_limited=no
1051 #
1052 # Name: hide_top_limited
1053 # Type: boolean
1054 # Default: no
1055
1056
1057 # When set, mutt will not show the presence of messages that are hidden
1058 # by limiting, at the top of threads in the thread tree.  Note that when
1059 # $hide_missing is set, this option will have no effect.
1060
1061
1062 # set hide_top_missing=yes
1063 #
1064 # Name: hide_top_missing
1065 # Type: boolean
1066 # Default: yes
1067
1068
1069 # When set, mutt will not show the presence of missing messages at the
1070 # top of threads in the thread tree.  Note that when $hide_limited is
1071 # set, this option will have no effect.
1072
1073
1074 # set history=10
1075 #
1076 # Name: history
1077 # Type: number
1078 # Default: 10
1079
1080
1081 # This variable controls the size (in number of strings remembered) of
1082 # the string history buffer. The buffer is cleared each time the
1083 # variable is set.
1084
1085
1086 # set honor_followup_to=yes
1087 #
1088 # Name: honor_followup_to
1089 # Type: quadoption
1090 # Default: yes
1091
1092
1093 # This variable controls whether or not a Mail-Followup-To header is
1094 # honored when group-replying to a message.
1095
1096
1097 # set hostname=""
1098 #
1099 # Name: hostname
1100 # Type: string
1101 # Default: ""
1102
1103
1104 # Specifies the hostname to use after the ``@'' in local e-mail
1105 # addresses.  This overrides the compile time definition obtained from
1106 # /etc/resolv.conf.
1107
1108
1109 # set ignore_list_reply_to=no
1110 #
1111 # Name: ignore_list_reply_to
1112 # Type: boolean
1113 # Default: no
1114
1115
1116 # Affects the behaviour of the reply function when replying to
1117 # messages from mailing lists.  When set, if the ``Reply-To:'' field is
1118 # set to the same value as the ``To:'' field, Mutt assumes that the
1119 # ``Reply-To:'' field was set by the mailing list to automate responses
1120 # to the list, and will ignore this field.  To direct a response to the
1121 # mailing list when this option is set, use the list-reply
1122 # function; group-reply will reply to both the sender and the
1123 # list.
1124
1125
1126 # set imap_authenticators=""
1127 #
1128 # Name: imap_authenticators
1129 # Type: string
1130 # Default: ""
1131
1132
1133 # This is a colon-delimited list of authentication methods mutt may
1134 # attempt to use to log in to an IMAP server, in the order mutt should
1135 # try them.  Authentication methods are either 'login' or the right
1136 # side of an IMAP 'AUTH=xxx' capability string, eg 'digest-md5', 'gssapi'
1137 # or 'cram-md5'. This parameter is case-insensitive. If this
1138 # parameter is unset (the default) mutt will try all available methods,
1139 # in order from most-secure to least-secure.
1140
1141 # Example: set imap_authenticators="gssapi:cram-md5:login"
1142
1143 # Note: Mutt will only fall back to other authentication methods if
1144 # the previous methods are unavailable. If a method is available but
1145 # authentication fails, mutt will not connect to the IMAP server.
1146
1147
1148 # set imap_delim_chars="/."
1149 #
1150 # Name: imap_delim_chars
1151 # Type: string
1152 # Default: "/."
1153
1154
1155 # This contains the list of characters which you would like to treat
1156 # as folder separators for displaying IMAP paths. In particular it
1157 # helps in using the '=' shortcut for your folder variable.
1158
1159
1160 # set imap_force_ssl=no
1161 #
1162 # Name: imap_force_ssl
1163 # Type: boolean
1164 # Default: no
1165
1166
1167 # If this variable is set, Mutt will always use SSL when
1168 # connecting to IMAP servers.
1169
1170
1171 # set imap_headers=""
1172 #
1173 # Name: imap_headers
1174 # Type: string
1175 # Default: ""
1176
1177
1178 # Mutt requests these header fields in addition to the default headers
1179 # ("DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE
1180 # CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES X-LABEL") from IMAP
1181 # servers before displaying the index menu. You may want to add more
1182 # headers for spam detection. Note: This is a space separated list.
1183
1184
1185 # set imap_home_namespace=""
1186 #
1187 # Name: imap_home_namespace
1188 # Type: string
1189 # Default: ""
1190
1191
1192 # You normally want to see your personal folders alongside
1193 # your INBOX in the IMAP browser. If you see something else, you may set
1194 # this variable to the IMAP path to your folders.
1195
1196
1197 # set imap_keepalive=900
1198 #
1199 # Name: imap_keepalive
1200 # Type: number
1201 # Default: 900
1202
1203
1204 # This variable specifies the maximum amount of time in seconds that mutt
1205 # will wait before polling open IMAP connections, to prevent the server
1206 # from closing them before mutt has finished with them. The default is
1207 # well within the RFC-specified minimum amount of time (30 minutes) before
1208 # a server is allowed to do this, but in practice the RFC does get
1209 # violated every now and then. Reduce this number if you find yourself
1210 # getting disconnected from your IMAP server due to inactivity.
1211
1212
1213 # set imap_list_subscribed=no
1214 #
1215 # Name: imap_list_subscribed
1216 # Type: boolean
1217 # Default: no
1218
1219
1220 # This variable configures whether IMAP folder browsing will look for
1221 # only subscribed folders or all folders.  This can be toggled in the
1222 # IMAP browser with the toggle-subscribed function.
1223
1224
1225 # set imap_pass=""
1226 #
1227 # Name: imap_pass
1228 # Type: string
1229 # Default: ""
1230
1231
1232 # Specifies the password for your IMAP account.  If unset, Mutt will
1233 # prompt you for your password when you invoke the fetch-mail function.
1234 # Warning: you should only use this option when you are on a
1235 # fairly secure machine, because the superuser can read your muttrc even
1236 # if you are the only one who can read the file.
1237
1238
1239 # set imap_passive=yes
1240 #
1241 # Name: imap_passive
1242 # Type: boolean
1243 # Default: yes
1244
1245
1246 # When set, mutt will not open new IMAP connections to check for new
1247 # mail.  Mutt will only check for new mail over existing IMAP
1248 # connections.  This is useful if you don't want to be prompted to
1249 # user/password pairs on mutt invocation, or if opening the connection
1250 # is slow.
1251
1252
1253 # set imap_peek=yes
1254 #
1255 # Name: imap_peek
1256 # Type: boolean
1257 # Default: yes
1258
1259
1260 # If set, mutt will avoid implicitly marking your mail as read whenever
1261 # you fetch a message from the server. This is generally a good thing,
1262 # but can make closing an IMAP folder somewhat slower. This option
1263 # exists to appease speed freaks.
1264
1265
1266 # set imap_servernoise=yes
1267 #
1268 # Name: imap_servernoise
1269 # Type: boolean
1270 # Default: yes
1271
1272
1273 # When set, mutt will display warning messages from the IMAP
1274 # server as error messages. Since these messages are often
1275 # harmless, or generated due to configuration problems on the
1276 # server which are out of the users' hands, you may wish to suppress
1277 # them at some point.
1278
1279
1280 # set imap_user=""
1281 #
1282 # Name: imap_user
1283 # Type: string
1284 # Default: ""
1285
1286
1287 # Your login name on the IMAP server.
1288
1289 # This variable defaults to your user name on the local machine.
1290
1291
1292 # set implicit_autoview=no
1293 #
1294 # Name: implicit_autoview
1295 # Type: boolean
1296 # Default: no
1297
1298
1299 # If set to ``yes'', mutt will look for a mailcap entry with the
1300 # copiousoutput flag set for every MIME attachment it doesn't have
1301 # an internal viewer defined for.  If such an entry is found, mutt will
1302 # use the viewer defined in that entry to convert the body part to text
1303 # form.
1304
1305
1306 # set include=ask-yes
1307 #
1308 # Name: include
1309 # Type: quadoption
1310 # Default: ask-yes
1311
1312
1313 # Controls whether or not a copy of the message(s) you are replying to
1314 # is included in your reply.
1315
1316
1317 # set include_onlyfirst=no
1318 #
1319 # Name: include_onlyfirst
1320 # Type: boolean
1321 # Default: no
1322
1323
1324 # Controls whether or not Mutt includes only the first attachment
1325 # of the message you are replying.
1326
1327
1328 # set indent_string="> "
1329 #
1330 # Name: indent_string
1331 # Type: string
1332 # Default: "> "
1333
1334
1335 # Specifies the string to prepend to each line of text quoted in a
1336 # message to which you are replying.  You are strongly encouraged not to
1337 # change this value, as it tends to agitate the more fanatical netizens.
1338
1339
1340 # set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
1341 #
1342 # Name: index_format
1343 # Type: string
1344 # Default: "%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
1345
1346
1347 # This variable allows you to customize the message index display to
1348 # your personal taste.
1349
1350 # ``Format strings'' are similar to the strings used in the ``C''
1351 # function printf to format output (see the man page for more detail).
1352 # The following sequences are defined in Mutt:
1353
1354 # %a      address of the author
1355 # %A      reply-to address (if present; otherwise: address of author)
1356 # %b      filename of the original message folder (think mailBox)
1357 # %B      the list to which the letter was sent, or else the folder name (%b).
1358 # %c      number of characters (bytes) in the message
1359 # %C      current message number
1360 # %d      date and time of the message in the format specified by
1361 #         ``date_format'' converted to sender's time zone
1362 # %D      date and time of the message in the format specified by
1363 #         ``date_format'' converted to the local time zone
1364 # %e      current message number in thread
1365 # %E      number of messages in current thread
1366 # %f      entire From: line (address + real name)
1367 # %F      author name, or recipient name if the message is from you
1368 # %g      newsgroup name (if compiled with nntp support)
1369 # %i      message-id of the current message
1370 # %l      number of lines in the message (does not work with maildir,
1371 #         mh, and possibly IMAP folders)
1372 # %L      If an address in the To or CC header field matches an address
1373 #         defined by the users ``subscribe'' command, this displays
1374 #         "To <list-name>", otherwise the same as %F.
1375 # %m      total number of message in the mailbox
1376 # %M      number of hidden messages if the thread is collapsed.
1377 # %N      message score
1378 # %n      author's real name (or address if missing)
1379 # %O      (_O_riginal save folder)  Where mutt would formerly have
1380 #         stashed the message: list name or recipient name if no list
1381 # %s      subject of the message
1382 # %S      status of the message (N/D/d/!/r/*)
1383 # %t      `to:' field (recipients)
1384 # %T      the appropriate character from the $to_chars string
1385 # %u      user (login) name of the author
1386 # %v      first name of the author, or the recipient if the message is from you
1387 # %W      name of organization of author (`organization:' field)
1388 # %y      `x-label:' field, if present
1389 # %Y      `x-label' field, if present, and (1) not at part of a thread tree,
1390 #         (2) at the top of a thread, or (3) `x-label' is different from
1391 #         preceding message's `x-label'.
1392 # %Z      message status flags
1393 # %{fmt}  the date and time of the message is converted to sender's
1394 #         time zone, and ``fmt'' is expanded by the library function
1395 #         ``strftime''; a leading bang disables locales
1396 # %[fmt]  the date and time of the message is converted to the local
1397 #         time zone, and ``fmt'' is expanded by the library function
1398 #         ``strftime''; a leading bang disables locales
1399 # %(fmt)  the local date and time when the message was received.
1400 #         ``fmt'' is expanded by the library function ``strftime'';
1401 #         a leading bang disables locales
1402 # %<fmt>  the current local time. ``fmt'' is expanded by the library
1403 #         function ``strftime''; a leading bang disables locales.
1404 # %>X     right justify the rest of the string and pad with character "X"
1405 # %|X     pad to the end of the line with character "X"
1406
1407
1408 # See also: ``$to_chars''.
1409
1410
1411 # set inews=""
1412 #
1413 # Name: inews
1414 # Type: path
1415 # Default: ""
1416
1417
1418 # If set, specifies the program and arguments used to deliver news posted
1419 # by Mutt.  Otherwise, mutt posts article using current connection to
1420 # news server.  The following printf-style sequence is understood:
1421
1422 # %s      newsserver name
1423
1424 # Example: set inews="/usr/local/bin/inews -hS"
1425
1426
1427 # set ispell="/usr/bin/ispell"
1428 #
1429 # Name: ispell
1430 # Type: path
1431 # Default: "/usr/bin/ispell"
1432
1433
1434 # How to invoke ispell (GNU's spell-checking software).
1435
1436
1437 # set keep_flagged=no
1438 #
1439 # Name: keep_flagged
1440 # Type: boolean
1441 # Default: no
1442
1443
1444 # If set, read messages marked as flagged will not be moved
1445 # from your spool mailbox to your ``$mbox'' mailbox, or as a result of
1446 # a ``mbox-hook'' command.
1447
1448
1449 # set locale="C"
1450 #
1451 # Name: locale
1452 # Type: string
1453 # Default: "C"
1454
1455
1456 # The locale used by strftime(3) to format dates. Legal values are
1457 # the strings your system accepts for the locale variable LC_TIME.
1458
1459
1460 # set mail_check=5
1461 #
1462 # Name: mail_check
1463 # Type: number
1464 # Default: 5
1465
1466
1467 # This variable configures how often (in seconds) mutt should look for
1468 # new mail.
1469
1470
1471 # set mailcap_path=""
1472 #
1473 # Name: mailcap_path
1474 # Type: string
1475 # Default: ""
1476
1477
1478 # This variable specifies which files to consult when attempting to
1479 # display MIME bodies not directly supported by Mutt.
1480
1481
1482 # set mailcap_sanitize=yes
1483 #
1484 # Name: mailcap_sanitize
1485 # Type: boolean
1486 # Default: yes
1487
1488
1489 # If set, mutt will restrict possible characters in mailcap % expandos
1490 # to a well-defined set of safe characters.  This is the safe setting,
1491 # but we are not sure it doesn't break some more advanced MIME stuff.
1492
1493 # DON'T CHANGE THIS SETTING UNLESS YOU ARE REALLY SURE WHAT YOU ARE
1494 # DOING!
1495
1496
1497 # set maildir_trash=no
1498 #
1499 # Name: maildir_trash
1500 # Type: boolean
1501 # Default: no
1502
1503
1504 # If set, messages marked as deleted will be saved with the maildir
1505 # (T)rashed flag instead of unlinked.  NOTE: this only applies
1506 # to maildir-style mailboxes.  Setting it will have no effect on other
1507 # mailbox types.
1508
1509
1510 # set mark_old=yes
1511 #
1512 # Name: mark_old
1513 # Type: boolean
1514 # Default: yes
1515
1516
1517 # Controls whether or not mutt marks new unread
1518 # messages as old if you exit a mailbox without reading them.
1519 # With this option set, the next time you start mutt, the messages
1520 # will show up with an "O" next to them in the index menu,
1521 # indicating that they are old.
1522
1523
1524 # set markers=yes
1525 #
1526 # Name: markers
1527 # Type: boolean
1528 # Default: yes
1529
1530
1531 # Controls the display of wrapped lines in the internal pager. If set, a
1532 # ``+'' marker is displayed at the beginning of wrapped lines. Also see
1533 # the ``$smart_wrap'' variable.
1534
1535
1536 # set mask="!^\\.[^.]"
1537 #
1538 # Name: mask
1539 # Type: regular expression
1540 # Default: "!^\\.[^.]"
1541
1542
1543 # A regular expression used in the file browser, optionally preceded by
1544 # the not operator ``!''.  Only files whose names match this mask
1545 # will be shown. The match is always case-sensitive.
1546
1547
1548 # set mbox="~/mbox"
1549 #
1550 # Name: mbox
1551 # Type: path
1552 # Default: "~/mbox"
1553
1554
1555 # This specifies the folder into which read mail in your ``$spoolfile''
1556 # folder will be appended.
1557
1558
1559 # set sidebar_visible=no
1560 #
1561 # Name: sidebar_visible
1562 # Type: boolean
1563 # Default: no
1564
1565
1566 # This specifies whether or not to show the mailbox list pane.
1567
1568
1569 # set sidebar_width=0
1570 #
1571 # Name: sidebar_width
1572 # Type: number
1573 # Default: 0
1574
1575
1576 # The width of the mailbox list pane (left sidebar like in GUIs).
1577
1578
1579 # set mbox_type=mbox
1580 #
1581 # Name: mbox_type
1582 # Type: folder magic
1583 # Default: mbox
1584
1585
1586 # The default mailbox type used when creating new folders. May be any of
1587 # mbox, MMDF, MH and Maildir.
1588
1589
1590 # set metoo=no
1591 #
1592 # Name: metoo
1593 # Type: boolean
1594 # Default: no
1595
1596
1597 # If unset, Mutt will remove your address (see the ``alternates''
1598 # command) from the list of recipients when replying to a message.
1599
1600
1601 # set menu_context=0
1602 #
1603 # Name: menu_context
1604 # Type: number
1605 # Default: 0
1606
1607
1608 # This variable controls the number of lines of context that are given
1609 # when scrolling through menus. (Similar to ``$pager_context''.)
1610
1611
1612 # set menu_scroll=no
1613 #
1614 # Name: menu_scroll
1615 # Type: boolean
1616 # Default: no
1617
1618
1619 # When set, menus will be scrolled up or down one line when you
1620 # attempt to move across a screen boundary.  If unset, the screen
1621 # is cleared and the next or previous page of the menu is displayed
1622 # (useful for slow links to avoid many redraws).
1623
1624
1625 # set meta_key=no
1626 #
1627 # Name: meta_key
1628 # Type: boolean
1629 # Default: no
1630
1631
1632 # If set, forces Mutt to interpret keystrokes with the high bit (bit 8)
1633 # set as if the user had pressed the ESC key and whatever key remains
1634 # after having the high bit removed.  For example, if the key pressed
1635 # has an ASCII value of 0xf4, then this is treated as if the user had
1636 # pressed ESC then ``x''.  This is because the result of removing the
1637 # high bit from ``0xf4'' is ``0x74'', which is the ASCII character
1638 # ``x''.
1639
1640
1641 # set mh_purge=no
1642 #
1643 # Name: mh_purge
1644 # Type: boolean
1645 # Default: no
1646
1647
1648 # When unset, mutt will mimic mh's behaviour and rename deleted messages
1649 # to ,<old file name> in mh folders instead of really deleting
1650 # them.  If the variable is set, the message files will simply be
1651 # deleted.
1652
1653
1654 # set mh_seq_flagged="flagged"
1655 #
1656 # Name: mh_seq_flagged
1657 # Type: string
1658 # Default: "flagged"
1659
1660
1661 # The name of the MH sequence used for flagged messages.
1662
1663
1664 # set mh_seq_replied="replied"
1665 #
1666 # Name: mh_seq_replied
1667 # Type: string
1668 # Default: "replied"
1669
1670
1671 # The name of the MH sequence used to tag replied messages.
1672
1673
1674 # set mh_seq_unseen="unseen"
1675 #
1676 # Name: mh_seq_unseen
1677 # Type: string
1678 # Default: "unseen"
1679
1680
1681 # The name of the MH sequence used for unseen messages.
1682
1683
1684 # set mime_forward=no
1685 #
1686 # Name: mime_forward
1687 # Type: quadoption
1688 # Default: no
1689
1690
1691 # When set, the message you are forwarding will be attached as a
1692 # separate MIME part instead of included in the main body of the
1693 # message.  This is useful for forwarding MIME messages so the receiver
1694 # can properly view the message as it was delivered to you. If you like
1695 # to switch between MIME and not MIME from mail to mail, set this
1696 # variable to ask-no or ask-yes.
1697
1698 # Also see ``$forward_decode'' and ``$mime_forward_decode''.
1699
1700
1701 # set mime_forward_decode=no
1702 #
1703 # Name: mime_forward_decode
1704 # Type: boolean
1705 # Default: no
1706
1707
1708 # Controls the decoding of complex MIME messages into text/plain when
1709 # forwarding a message while ``$mime_forward'' is set. Otherwise
1710 # ``$forward_decode'' is used instead.
1711
1712
1713 # set mime_forward_rest=yes
1714 #
1715 # Name: mime_forward_rest
1716 # Type: quadoption
1717 # Default: yes
1718
1719
1720 # When forwarding multiple attachments of a MIME message from the recvattach
1721 # menu, attachments which cannot be decoded in a reasonable manner will
1722 # be attached to the newly composed message if this option is set.
1723
1724
1725 # set mime_subject=yes
1726 #
1727 # Name: mime_subject
1728 # Type: boolean
1729 # Default: yes
1730
1731
1732 # If unset, 8-bit ``subject:'' line in article header will not be
1733 # encoded according to RFC2047 to base64.  This is useful when message
1734 # is Usenet article, because MIME for news is nonstandard feature.
1735
1736
1737 # set mix_entry_format="%4n %c %-16s %a"
1738 #
1739 # Name: mix_entry_format
1740 # Type: string
1741 # Default: "%4n %c %-16s %a"
1742
1743
1744 # This variable describes the format of a remailer line on the mixmaster
1745 # chain selection screen.  The following printf-like sequences are 
1746 # supported:
1747
1748 # %n      The running number on the menu.
1749 # %c      Remailer capabilities.
1750 # %s      The remailer's short name.
1751 # %a      The remailer's e-mail address.
1752
1753
1754 # set mixmaster="mixmaster"
1755 #
1756 # Name: mixmaster
1757 # Type: path
1758 # Default: "mixmaster"
1759
1760
1761 # This variable contains the path to the Mixmaster binary on your
1762 # system.  It is used with various sets of parameters to gather the
1763 # list of known remailers, and to finally send a message through the
1764 # mixmaster chain.
1765
1766
1767 # set move=ask-no
1768 #
1769 # Name: move
1770 # Type: quadoption
1771 # Default: ask-no
1772
1773
1774 # Controls whether or not Mutt will move read messages
1775 # from your spool mailbox to your ``$mbox'' mailbox, or as a result of
1776 # a ``mbox-hook'' command.
1777
1778
1779 # set message_format="%s"
1780 #
1781 # Name: message_format
1782 # Type: string
1783 # Default: "%s"
1784
1785
1786 # This is the string displayed in the ``attachment'' menu for
1787 # attachments of type message/rfc822.  For a full listing of defined
1788 # printf()-like sequences see the section on ``$index_format''.
1789
1790
1791 # set narrow_tree=no
1792 #
1793 # Name: narrow_tree
1794 # Type: boolean
1795 # Default: no
1796
1797
1798 # This variable, when set, makes the thread tree narrower, allowing
1799 # deeper threads to fit on the screen.
1800
1801
1802 # set news_cache_dir="~/.mutt"
1803 #
1804 # Name: news_cache_dir
1805 # Type: path
1806 # Default: "~/.mutt"
1807
1808
1809 # This variable pointing to directory where Mutt will save cached news
1810 # articles headers in. If unset, headers will not be saved at all
1811 # and will be reloaded each time when you enter to newsgroup.
1812
1813
1814 # set news_server=""
1815 #
1816 # Name: news_server
1817 # Type: string
1818 # Default: ""
1819
1820
1821 # This variable specifies domain name or address of NNTP server. It
1822 # defaults to the newsserver specified in the environment variable
1823 # $NNTPSERVER or contained in the file /etc/nntpserver.  You can also
1824 # specify username and an alternative port for each newsserver, ie:
1825
1826 # [nntp[s]://][username[:password]@]newsserver[:port]
1827
1828
1829 # set newsrc="~/.newsrc"
1830 #
1831 # Name: newsrc
1832 # Type: path
1833 # Default: "~/.newsrc"
1834
1835
1836 # The file, containing info about subscribed newsgroups - names and
1837 # indexes of read articles.  The following printf-style sequence
1838 # is understood:
1839
1840 # %s      newsserver name
1841
1842
1843 # set nntp_context=1000
1844 #
1845 # Name: nntp_context
1846 # Type: number
1847 # Default: 1000
1848
1849
1850 # This variable defines number of articles which will be in index when
1851 # newsgroup entered.  If active newsgroup have more articles than this
1852 # number, oldest articles will be ignored.  Also controls how many
1853 # articles headers will be saved in cache when you quit newsgroup.
1854
1855
1856 # set nntp_load_description=yes
1857 #
1858 # Name: nntp_load_description
1859 # Type: boolean
1860 # Default: yes
1861
1862
1863 # This variable controls whether or not descriptions for each newsgroup
1864 # must be loaded when newsgroup is added to list (first time list
1865 # loading or new newsgroup adding).
1866
1867
1868 # set nntp_user=""
1869 #
1870 # Name: nntp_user
1871 # Type: string
1872 # Default: ""
1873
1874
1875 # Your login name on the NNTP server.  If unset and NNTP server requires
1876 # authentification, Mutt will prompt you for your account name when you
1877 # connect to newsserver.
1878
1879
1880 # set nntp_pass=""
1881 #
1882 # Name: nntp_pass
1883 # Type: string
1884 # Default: ""
1885
1886
1887 # Your password for NNTP account.
1888
1889
1890 # set nntp_poll=60
1891 #
1892 # Name: nntp_poll
1893 # Type: number
1894 # Default: 60
1895
1896
1897 # The time in seconds until any operations on newsgroup except post new
1898 # article will cause recheck for new news.  If set to 0, Mutt will
1899 # recheck newsgroup on each operation in index (stepping, read article,
1900 # etc.).
1901
1902
1903 # set nntp_reconnect=ask-yes
1904 #
1905 # Name: nntp_reconnect
1906 # Type: quadoption
1907 # Default: ask-yes
1908
1909
1910 # Controls whether or not Mutt will try to reconnect to newsserver when
1911 # connection lost.
1912
1913
1914 # set pager="builtin"
1915 #
1916 # Name: pager
1917 # Type: path
1918 # Default: "builtin"
1919
1920
1921 # This variable specifies which pager you would like to use to view
1922 # messages.  builtin means to use the builtin pager, otherwise this
1923 # variable should specify the pathname of the external pager you would
1924 # like to use.
1925
1926 # Using an external pager may have some disadvantages: Additional
1927 # keystrokes are necessary because you can't call mutt functions
1928 # directly from the pager, and screen resizes cause lines longer than
1929 # the screen width to be badly formatted in the help menu.
1930
1931
1932 # set pager_context=0
1933 #
1934 # Name: pager_context
1935 # Type: number
1936 # Default: 0
1937
1938
1939 # This variable controls the number of lines of context that are given
1940 # when displaying the next or previous page in the internal pager.  By
1941 # default, Mutt will display the line after the last one on the screen
1942 # at the top of the next page (0 lines of context).
1943
1944
1945 # set pager_format="-%Z- %C/%m: %-20.20n   %s"
1946 #
1947 # Name: pager_format
1948 # Type: string
1949 # Default: "-%Z- %C/%m: %-20.20n   %s"
1950
1951
1952 # This variable controls the format of the one-line message ``status''
1953 # displayed before each message in either the internal or an external
1954 # pager.  The valid sequences are listed in the ``$index_format''
1955 # section.
1956
1957
1958 # set pager_index_lines=0
1959 #
1960 # Name: pager_index_lines
1961 # Type: number
1962 # Default: 0
1963
1964
1965 # Determines the number of lines of a mini-index which is shown when in
1966 # the pager.  The current message, unless near the top or bottom of the
1967 # folder, will be roughly one third of the way down this mini-index,
1968 # giving the reader the context of a few messages before and after the
1969 # message.  This is useful, for example, to determine how many messages
1970 # remain to be read in the current thread.  One of the lines is reserved
1971 # for the status bar from the index, so a pager_index_lines of 6
1972 # will only show 5 lines of the actual index.  A value of 0 results in
1973 # no index being shown.  If the number of messages in the current folder
1974 # is less than pager_index_lines, then the index will only use as
1975 # many lines as it needs.
1976
1977
1978 # set pager_stop=no
1979 #
1980 # Name: pager_stop
1981 # Type: boolean
1982 # Default: no
1983
1984
1985 # When set, the internal-pager will not move to the next message
1986 # when you are at the end of a message and invoke the next-page
1987 # function.
1988
1989
1990 # set crypt_autosign=no
1991 #
1992 # Name: crypt_autosign
1993 # Type: boolean
1994 # Default: no
1995
1996
1997 # Setting this variable will cause Mutt to always attempt to
1998 # cryptographically sign outgoing messages.  This can be overridden
1999 # by use of the pgp-menu, when signing is not required or
2000 # encryption is requested as well. If ``$smime_is_default'' is set,
2001 # then OpenSSL is used instead to create S/MIME messages and settings can
2002 # be overridden by use of the smime-menu.
2003 # (Crypto only)
2004
2005
2006 # set crypt_autoencrypt=no
2007 #
2008 # Name: crypt_autoencrypt
2009 # Type: boolean
2010 # Default: no
2011
2012
2013 # Setting this variable will cause Mutt to always attempt to PGP
2014 # encrypt outgoing messages.  This is probably only useful in
2015 # connection to the send-hook command.  It can be overridden
2016 # by use of the pgp-menu, when encryption is not required or
2017 # signing is requested as well.  IF ``$smime_is_default'' is set,
2018 # then OpenSSL is used instead to create S/MIME messages and
2019 # settings can be overridden by use of the smime-menu.
2020 # (Crypto only)
2021
2022
2023 # set pgp_ignore_subkeys=yes
2024 #
2025 # Name: pgp_ignore_subkeys
2026 # Type: boolean
2027 # Default: yes
2028
2029
2030 # Setting this variable will cause Mutt to ignore OpenPGP subkeys. Instead,
2031 # the principal key will inherit the subkeys' capabilities.  Unset this
2032 # if you want to play interesting key selection games.
2033 # (PGP only)
2034
2035
2036 # set crypt_replyencrypt=yes
2037 #
2038 # Name: crypt_replyencrypt
2039 # Type: boolean
2040 # Default: yes
2041
2042
2043 # If set, automatically PGP or OpenSSL encrypt replies to messages which are
2044 # encrypted.
2045 # (Crypto only)
2046
2047
2048 # set crypt_replysign=no
2049 #
2050 # Name: crypt_replysign
2051 # Type: boolean
2052 # Default: no
2053
2054
2055 # If set, automatically PGP or OpenSSL sign replies to messages which are
2056 # signed.
2057
2058 # Note: this does not work on messages that are encrypted
2059 # and signed!
2060 # (Crypto only)
2061
2062
2063 # set crypt_replysignencrypted=no
2064 #
2065 # Name: crypt_replysignencrypted
2066 # Type: boolean
2067 # Default: no
2068
2069
2070 # If set, automatically PGP or OpenSSL sign replies to messages
2071 # which are encrypted. This makes sense in combination with
2072 # ``$crypt_replyencrypt'', because it allows you to sign all
2073 # messages which are automatically encrypted.  This works around
2074 # the problem noted in ``$crypt_replysign'', that mutt is not able
2075 # to find out whether an encrypted message is also signed.
2076 # (Crypto only)
2077
2078
2079 # set crypt_timestamp=yes
2080 #
2081 # Name: crypt_timestamp
2082 # Type: boolean
2083 # Default: yes
2084
2085
2086 # If set, mutt will include a time stamp in the lines surrounding
2087 # PGP or S/MIME output, so spoofing such lines is more difficult.
2088 # If you are using colors to mark these lines, and rely on these,
2089 # you may unset this setting.
2090 # (Crypto only)
2091
2092
2093 # set pgp_use_gpg_agent=no
2094 #
2095 # Name: pgp_use_gpg_agent
2096 # Type: boolean
2097 # Default: no
2098
2099
2100 # If set, mutt will use a possibly-running gpg-agent process.
2101 # (PGP only)
2102
2103
2104 # set crypt_verify_sig=yes
2105 #
2106 # Name: crypt_verify_sig
2107 # Type: quadoption
2108 # Default: yes
2109
2110
2111 # If ``yes'', always attempt to verify PGP or S/MIME signatures.
2112 # If ``ask'', ask whether or not to verify the signature. 
2113 # If ``no'', never attempt to verify cryptographic signatures.
2114 # (Crypto only)
2115
2116
2117 # set smime_is_default=no
2118 #
2119 # Name: smime_is_default
2120 # Type: boolean
2121 # Default: no
2122
2123
2124 # The default behaviour of mutt is to use PGP on all auto-sign/encryption
2125 # operations. To override and to use OpenSSL instead this must be set.
2126 # However, this has no effect while replying, since mutt will automatically 
2127 # select the same application that was used to sign/encrypt the original
2128 # message.  (Note that this variable can be overridden by unsetting $crypt_autosmime.)
2129 # (S/MIME only)
2130
2131
2132 # set smime_ask_cert_label=yes
2133 #
2134 # Name: smime_ask_cert_label
2135 # Type: boolean
2136 # Default: yes
2137
2138
2139 # This flag controls whether you want to be asked to enter a label
2140 # for a certificate about to be added to the database or not. It is
2141 # set by default.
2142 # (S/MIME only)
2143
2144
2145 # set smime_decrypt_use_default_key=yes
2146 #
2147 # Name: smime_decrypt_use_default_key
2148 # Type: boolean
2149 # Default: yes
2150
2151
2152 # If set (default) this tells mutt to use the default key for decryption. Otherwise,
2153 # if manage multiple certificate-key-pairs, mutt will try to use the mailbox-address
2154 # to determine the key to use. It will ask you to supply a key, if it can't find one.
2155 # (S/MIME only)
2156
2157
2158 # set pgp_entry_format="%4n %t%f %4l/0x%k %-4a %2c %u"
2159 #
2160 # Name: pgp_entry_format
2161 # Type: string
2162 # Default: "%4n %t%f %4l/0x%k %-4a %2c %u"
2163
2164
2165 # This variable allows you to customize the PGP key selection menu to
2166 # your personal taste. This string is similar to ``$index_format'', but
2167 # has its own set of printf()-like sequences:
2168
2169 # %n      number
2170 # %k      key id
2171 # %u      user id
2172 # %a      algorithm
2173 # %l      key length
2174 # %f      flags
2175 # %c      capabilities
2176 # %t      trust/validity of the key-uid association
2177 # %[<s>]  date of the key where <s> is an strftime(3) expression
2178
2179
2180 # (PGP only)
2181
2182
2183 # set pgp_good_sign=""
2184 #
2185 # Name: pgp_good_sign
2186 # Type: regular expression
2187 # Default: ""
2188
2189
2190 # If you assign a text to this variable, then a PGP signature is only
2191 # considered verified if the output from $pgp_verify_command contains
2192 # the text. Use this variable if the exit code from the command is 0
2193 # even for bad signatures.
2194 # (PGP only)
2195
2196
2197 # set pgp_check_exit=yes
2198 #
2199 # Name: pgp_check_exit
2200 # Type: boolean
2201 # Default: yes
2202
2203
2204 # If set, mutt will check the exit code of the PGP subprocess when
2205 # signing or encrypting.  A non-zero exit code means that the
2206 # subprocess failed.
2207 # (PGP only)
2208
2209
2210 # set pgp_long_ids=no
2211 #
2212 # Name: pgp_long_ids
2213 # Type: boolean
2214 # Default: no
2215
2216
2217 # If set, use 64 bit PGP key IDs. Unset uses the normal 32 bit Key IDs.
2218 # (PGP only)
2219
2220
2221 # set pgp_retainable_sigs=no
2222 #
2223 # Name: pgp_retainable_sigs
2224 # Type: boolean
2225 # Default: no
2226
2227
2228 # If set, signed and encrypted messages will consist of nested
2229 # multipart/signed and multipart/encrypted body parts.
2230
2231 # This is useful for applications like encrypted and signed mailing
2232 # lists, where the outer layer (multipart/encrypted) can be easily
2233 # removed, while the inner multipart/signed part is retained.
2234 # (PGP only)
2235
2236
2237 # set pgp_autoinline=no
2238 #
2239 # Name: pgp_autoinline
2240 # Type: boolean
2241 # Default: no
2242
2243
2244 # This option controls whether Mutt generates old-style inline
2245 # (traditional) PGP encrypted or signed messages under certain
2246 # circumstances.  This can be overridden by use of the pgp-menu,
2247 # when inline is not required.
2248
2249 # Note that Mutt might automatically use PGP/MIME for messages
2250 # which consist of more than a single MIME part.  Mutt can be
2251 # configured to ask before sending PGP/MIME messages when inline
2252 # (traditional) would not work.
2253 # See also: ``$pgp_mime_auto''.
2254
2255 # Also note that using the old-style PGP message format is strongly
2256 # deprecated.
2257 # (PGP only)
2258
2259
2260 # set pgp_replyinline=no
2261 #
2262 # Name: pgp_replyinline
2263 # Type: boolean
2264 # Default: no
2265
2266
2267 # Setting this variable will cause Mutt to always attempt to
2268 # create an inline (traditional) message when replying to a
2269 # message which is PGP encrypted/signed inline.  This can be
2270 # overridden by use of the pgp-menu, when inline is not
2271 # required.  This option does not automatically detect if the
2272 # (replied-to) message is inline; instead it relies on Mutt
2273 # internals for previously checked/flagged messages.
2274
2275 # Note that Mutt might automatically use PGP/MIME for messages
2276 # which consist of more than a single MIME part.  Mutt can be
2277 # configured to ask before sending PGP/MIME messages when inline
2278 # (traditional) would not work.
2279 # See also: ``$pgp_mime_auto''.
2280
2281 # Also note that using the old-style PGP message format is strongly
2282 # deprecated.
2283 # (PGP only)
2284
2285
2286 # set pgp_show_unusable=yes
2287 #
2288 # Name: pgp_show_unusable
2289 # Type: boolean
2290 # Default: yes
2291
2292
2293 # If set, mutt will display non-usable keys on the PGP key selection
2294 # menu.  This includes keys which have been revoked, have expired, or
2295 # have been marked as ``disabled'' by the user.
2296 # (PGP only)
2297
2298
2299 # set pgp_sign_as=""
2300 #
2301 # Name: pgp_sign_as
2302 # Type: string
2303 # Default: ""
2304
2305
2306 # If you have more than one key pair, this option allows you to specify
2307 # which of your private keys to use.  It is recommended that you use the
2308 # keyid form to specify your key (e.g., ``0x00112233'').
2309 # (PGP only)
2310
2311
2312 # set pgp_strict_enc=yes
2313 #
2314 # Name: pgp_strict_enc
2315 # Type: boolean
2316 # Default: yes
2317
2318
2319 # If set, Mutt will automatically encode PGP/MIME signed messages as
2320 # quoted-printable.  Please note that unsetting this variable may
2321 # lead to problems with non-verifyable PGP signatures, so only change
2322 # this if you know what you are doing.
2323 # (PGP only)
2324
2325
2326 # set pgp_timeout=300
2327 #
2328 # Name: pgp_timeout
2329 # Type: number
2330 # Default: 300
2331
2332
2333 # The number of seconds after which a cached passphrase will expire if
2334 # not used.
2335 # (PGP only)
2336
2337
2338 # set pgp_sort_keys=address
2339 #
2340 # Name: pgp_sort_keys
2341 # Type: sort order
2342 # Default: address
2343
2344
2345 # Specifies how the entries in the `pgp keys' menu are sorted. The
2346 # following are legal values:
2347
2348 # address sort alphabetically by user id
2349 # keyid   sort alphabetically by key id
2350 # date    sort by key creation date
2351 # trust   sort by the trust of the key
2352
2353
2354 # If you prefer reverse order of the above values, prefix it with
2355 # `reverse-'.
2356 # (PGP only)
2357
2358
2359 # set pgp_mime_auto=ask-yes
2360 #
2361 # Name: pgp_mime_auto
2362 # Type: quadoption
2363 # Default: ask-yes
2364
2365
2366 # This option controls whether Mutt will prompt you for
2367 # automatically sending a (signed/encrypted) message using
2368 # PGP/MIME when inline (traditional) fails (for any reason).
2369
2370 # Also note that using the old-style PGP message format is strongly
2371 # deprecated.
2372 # (PGP only)
2373
2374
2375 # set pgp_auto_decode=no
2376 #
2377 # Name: pgp_auto_decode
2378 # Type: boolean
2379 # Default: no
2380
2381
2382 # If set, mutt will automatically attempt to decrypt traditional PGP
2383 # messages whenever the user performs an operation which ordinarily would
2384 # result in the contents of the message being operated on.  For example,
2385 # if the user displays a pgp-traditional message which has not been manually
2386 # checked with the check-traditional-pgp function, mutt will automatically
2387 # check the message for traditional pgp.
2388
2389
2390 # set pgp_decode_command=""
2391 #
2392 # Name: pgp_decode_command
2393 # Type: string
2394 # Default: ""
2395
2396
2397 # This format strings specifies a command which is used to decode 
2398 # application/pgp attachments.
2399
2400 # The PGP command formats have their own set of printf-like sequences:
2401
2402 # %p      Expands to PGPPASSFD=0 when a pass phrase is needed, to an empty
2403 #         string otherwise. Note: This may be used with a %? construct.
2404 # %f      Expands to the name of a file containing a message.
2405 # %s      Expands to the name of a file containing the signature part
2406 #                    of a multipart/signed attachment when verifying it.
2407 # %a      The value of $pgp_sign_as.
2408 # %r      One or more key IDs.
2409
2410
2411 # For examples on how to configure these formats for the various versions
2412 # of PGP which are floating around, see the pgp*.rc and gpg.rc files in
2413 # the samples/ subdirectory which has been installed on your system
2414 # alongside the documentation.
2415 # (PGP only)
2416
2417
2418 # set pgp_getkeys_command=""
2419 #
2420 # Name: pgp_getkeys_command
2421 # Type: string
2422 # Default: ""
2423
2424
2425 # This command is invoked whenever mutt will need public key information.
2426 # %r is the only printf-like sequence used with this format.
2427 # (PGP only)
2428
2429
2430 # set pgp_verify_command=""
2431 #
2432 # Name: pgp_verify_command
2433 # Type: string
2434 # Default: ""
2435
2436
2437 # This command is used to verify PGP signatures.
2438 # (PGP only)
2439
2440
2441 # set pgp_decrypt_command=""
2442 #
2443 # Name: pgp_decrypt_command
2444 # Type: string
2445 # Default: ""
2446
2447
2448 # This command is used to decrypt a PGP encrypted message.
2449 # (PGP only)
2450
2451
2452 # set pgp_clearsign_command=""
2453 #
2454 # Name: pgp_clearsign_command
2455 # Type: string
2456 # Default: ""
2457
2458
2459 # This format is used to create a old-style "clearsigned" PGP
2460 # message.  Note that the use of this format is strongly
2461 # deprecated.
2462 # (PGP only)
2463
2464
2465 # set pgp_sign_command=""
2466 #
2467 # Name: pgp_sign_command
2468 # Type: string
2469 # Default: ""
2470
2471
2472 # This command is used to create the detached PGP signature for a 
2473 # multipart/signed PGP/MIME body part.
2474 # (PGP only)
2475
2476
2477 # set pgp_encrypt_sign_command=""
2478 #
2479 # Name: pgp_encrypt_sign_command
2480 # Type: string
2481 # Default: ""
2482
2483
2484 # This command is used to both sign and encrypt a body part.
2485 # (PGP only)
2486
2487
2488 # set pgp_encrypt_only_command=""
2489 #
2490 # Name: pgp_encrypt_only_command
2491 # Type: string
2492 # Default: ""
2493
2494
2495 # This command is used to encrypt a body part without signing it.
2496 # (PGP only)
2497
2498
2499 # set pgp_import_command=""
2500 #
2501 # Name: pgp_import_command
2502 # Type: string
2503 # Default: ""
2504
2505
2506 # This command is used to import a key from a message into 
2507 # the user's public key ring.
2508 # (PGP only)
2509
2510
2511 # set pgp_export_command=""
2512 #
2513 # Name: pgp_export_command
2514 # Type: string
2515 # Default: ""
2516
2517
2518 # This command is used to export a public key from the user's
2519 # key ring.
2520 # (PGP only)
2521
2522
2523 # set pgp_verify_key_command=""
2524 #
2525 # Name: pgp_verify_key_command
2526 # Type: string
2527 # Default: ""
2528
2529
2530 # This command is used to verify key information from the key selection
2531 # menu.
2532 # (PGP only)
2533
2534
2535 # set pgp_list_secring_command=""
2536 #
2537 # Name: pgp_list_secring_command
2538 # Type: string
2539 # Default: ""
2540
2541
2542 # This command is used to list the secret key ring's contents.  The
2543 # output format must be analogous to the one used by 
2544 # gpg --list-keys --with-colons.
2545
2546 # This format is also generated by the pgpring utility which comes 
2547 # with mutt.
2548 # (PGP only)
2549
2550
2551 # set pgp_list_pubring_command=""
2552 #
2553 # Name: pgp_list_pubring_command
2554 # Type: string
2555 # Default: ""
2556
2557
2558 # This command is used to list the public key ring's contents.  The
2559 # output format must be analogous to the one used by 
2560 # gpg --list-keys --with-colons.
2561
2562 # This format is also generated by the pgpring utility which comes 
2563 # with mutt.
2564 # (PGP only)
2565
2566
2567 # set forward_decrypt=yes
2568 #
2569 # Name: forward_decrypt
2570 # Type: boolean
2571 # Default: yes
2572
2573
2574 # Controls the handling of encrypted messages when forwarding a message.
2575 # When set, the outer layer of encryption is stripped off.  This
2576 # variable is only used if ``$mime_forward'' is set and
2577 # ``$mime_forward_decode'' is unset.
2578 # (PGP only)
2579
2580
2581 # set smime_timeout=300
2582 #
2583 # Name: smime_timeout
2584 # Type: number
2585 # Default: 300
2586
2587
2588 # The number of seconds after which a cached passphrase will expire if
2589 # not used.
2590 # (S/MIME only)
2591
2592
2593 # set smime_encrypt_with=""
2594 #
2595 # Name: smime_encrypt_with
2596 # Type: string
2597 # Default: ""
2598
2599
2600 # This sets the algorithm that should be used for encryption.
2601 # Valid choices are "des", "des3", "rc2-40", "rc2-64", "rc2-128".
2602 # If unset "3des" (TripleDES) is used.
2603 # (S/MIME only)
2604
2605
2606 # set smime_keys=""
2607 #
2608 # Name: smime_keys
2609 # Type: path
2610 # Default: ""
2611
2612
2613 # Since there is no pubring/secring as with PGP, mutt has to handle
2614 # storage ad retrieval of keys/certs by itself. This is very basic right now,
2615 # and stores keys and certificates in two different directories, both
2616 # named as the hash-value retrieved from OpenSSL. There is an index file
2617 # which contains mailbox-address keyid pair, and which can be manually
2618 # edited. This one points to the location of the private keys.
2619 # (S/MIME only)
2620
2621
2622 # set smime_ca_location=""
2623 #
2624 # Name: smime_ca_location
2625 # Type: path
2626 # Default: ""
2627
2628
2629 # This variable contains the name of either a directory, or a file which
2630 # contains trusted certificates for use with OpenSSL.
2631 # (S/MIME only)
2632
2633
2634 # set smime_certificates=""
2635 #
2636 # Name: smime_certificates
2637 # Type: path
2638 # Default: ""
2639
2640
2641 # Since there is no pubring/secring as with PGP, mutt has to handle
2642 # storage and retrieval of keys by itself. This is very basic right
2643 # now, and keys and certificates are stored in two different
2644 # directories, both named as the hash-value retrieved from
2645 # OpenSSL. There is an index file which contains mailbox-address
2646 # keyid pairs, and which can be manually edited. This one points to
2647 # the location of the certificates.
2648 # (S/MIME only)
2649
2650
2651 # set smime_decrypt_command=""
2652 #
2653 # Name: smime_decrypt_command
2654 # Type: string
2655 # Default: ""
2656
2657
2658 # This format string specifies a command which is used to decrypt
2659 # application/x-pkcs7-mime attachments.
2660
2661 # The OpenSSL command formats have their own set of printf-like sequences
2662 # similar to PGP's:
2663
2664 # %f      Expands to the name of a file containing a message.
2665 # %s      Expands to the name of a file containing the signature part
2666 #                    of a multipart/signed attachment when verifying it.
2667 # %k      The key-pair specified with $smime_default_key
2668 # %c      One or more certificate IDs.
2669 # %a      The algorithm used for encryption.
2670 # %C      CA location:  Depending on whether $smime_ca_location
2671 #                    points to a directory or file, this expands to 
2672 #                    "-CApath $smime_ca_location" or "-CAfile $smime_ca_location".
2673
2674
2675 # For examples on how to configure these formats, see the smime.rc in
2676 # the samples/ subdirectory which has been installed on your system
2677 # alongside the documentation.
2678 # (S/MIME only)
2679
2680
2681 # set smime_verify_command=""
2682 #
2683 # Name: smime_verify_command
2684 # Type: string
2685 # Default: ""
2686
2687
2688 # This command is used to verify S/MIME signatures of type multipart/signed.
2689 # (S/MIME only)
2690
2691
2692 # set smime_verify_opaque_command=""
2693 #
2694 # Name: smime_verify_opaque_command
2695 # Type: string
2696 # Default: ""
2697
2698
2699 # This command is used to verify S/MIME signatures of type
2700 # application/x-pkcs7-mime.
2701 # (S/MIME only)
2702
2703
2704 # set smime_sign_command=""
2705 #
2706 # Name: smime_sign_command
2707 # Type: string
2708 # Default: ""
2709
2710
2711 # This command is used to created S/MIME signatures of type
2712 # multipart/signed, which can be read by all mail clients.
2713 # (S/MIME only)
2714
2715
2716 # set smime_sign_opaque_command=""
2717 #
2718 # Name: smime_sign_opaque_command
2719 # Type: string
2720 # Default: ""
2721
2722
2723 # This command is used to created S/MIME signatures of type
2724 # application/x-pkcs7-signature, which can only be handled by mail
2725 # clients supporting the S/MIME extension.
2726 # (S/MIME only)
2727
2728
2729 # set smime_encrypt_command=""
2730 #
2731 # Name: smime_encrypt_command
2732 # Type: string
2733 # Default: ""
2734
2735
2736 # This command is used to create encrypted S/MIME messages.
2737 # (S/MIME only)
2738
2739
2740 # set smime_pk7out_command=""
2741 #
2742 # Name: smime_pk7out_command
2743 # Type: string
2744 # Default: ""
2745
2746
2747 # This command is used to extract PKCS7 structures of S/MIME signatures,
2748 # in order to extract the public X509 certificate(s).
2749 # (S/MIME only)
2750
2751
2752 # set smime_get_cert_command=""
2753 #
2754 # Name: smime_get_cert_command
2755 # Type: string
2756 # Default: ""
2757
2758
2759 # This command is used to extract X509 certificates from a PKCS7 structure.
2760 # (S/MIME only)
2761
2762
2763 # set smime_get_signer_cert_command=""
2764 #
2765 # Name: smime_get_signer_cert_command
2766 # Type: string
2767 # Default: ""
2768
2769
2770 # This command is used to extract only the signers X509 certificate from a S/MIME
2771 # signature, so that the certificate's owner may get compared to the
2772 # email's 'From'-field.
2773 # (S/MIME only)
2774
2775
2776 # set smime_import_cert_command=""
2777 #
2778 # Name: smime_import_cert_command
2779 # Type: string
2780 # Default: ""
2781
2782
2783 # This command is used to import a certificate via smime_keys.
2784 # (S/MIME only)
2785
2786
2787 # set smime_get_cert_email_command=""
2788 #
2789 # Name: smime_get_cert_email_command
2790 # Type: string
2791 # Default: ""
2792
2793
2794 # This command is used to extract the mail address(es) used for storing
2795 # X509 certificates, and for verification purposes (to check whether the
2796 # certificate was issued for the sender's mailbox).
2797 # (S/MIME only)
2798
2799
2800 # set smime_default_key=""
2801 #
2802 # Name: smime_default_key
2803 # Type: string
2804 # Default: ""
2805
2806
2807 # This is the default key-pair to use for signing. This must be set to the
2808 # keyid (the hash-value that OpenSSL generates) to work properly
2809 # (S/MIME only)
2810
2811
2812 # set ssl_client_cert=""
2813 #
2814 # Name: ssl_client_cert
2815 # Type: path
2816 # Default: ""
2817
2818
2819 # The file containing a client certificate and its associated private
2820 # key.
2821
2822
2823 # set ssl_starttls=yes
2824 #
2825 # Name: ssl_starttls
2826 # Type: quadoption
2827 # Default: yes
2828
2829
2830 # If set (the default), mutt will attempt to use STARTTLS on servers
2831 # advertising the capability. When unset, mutt will not attempt to
2832 # use STARTTLS regardless of the server's capabilities.
2833
2834
2835 # set certificate_file="~/.mutt_certificates"
2836 #
2837 # Name: certificate_file
2838 # Type: path
2839 # Default: "~/.mutt_certificates"
2840
2841
2842 # This variable specifies the file where the certificates you trust
2843 # are saved. When an unknown certificate is encountered, you are asked
2844 # if you accept it or not. If you accept it, the certificate can also 
2845 # be saved in this file and further connections are automatically 
2846 # accepted.
2847
2848 # You can also manually add CA certificates in this file. Any server
2849 # certificate that is signed with one of these CA certificates are 
2850 # also automatically accepted.
2851
2852 # Example: set certificate_file=~/.mutt/certificates
2853
2854
2855 # set ssl_usesystemcerts=yes
2856 #
2857 # Name: ssl_usesystemcerts
2858 # Type: boolean
2859 # Default: yes
2860
2861
2862 # If set to yes, mutt will use CA certificates in the
2863 # system-wide certificate store when checking if server certificate 
2864 # is signed by a trusted CA.
2865
2866
2867 # set entropy_file=""
2868 #
2869 # Name: entropy_file
2870 # Type: path
2871 # Default: ""
2872
2873
2874 # The file which includes random data that is used to initialize SSL
2875 # library functions.
2876
2877
2878 # set ssl_use_sslv2=yes
2879 #
2880 # Name: ssl_use_sslv2
2881 # Type: boolean
2882 # Default: yes
2883
2884
2885 # This variables specifies whether to attempt to use SSLv2 in the
2886 # SSL authentication process.
2887
2888
2889 # set ssl_use_sslv3=yes
2890 #
2891 # Name: ssl_use_sslv3
2892 # Type: boolean
2893 # Default: yes
2894
2895
2896 # This variables specifies whether to attempt to use SSLv3 in the
2897 # SSL authentication process.
2898
2899
2900 # set ssl_use_tlsv1=yes
2901 #
2902 # Name: ssl_use_tlsv1
2903 # Type: boolean
2904 # Default: yes
2905
2906
2907 # This variables specifies whether to attempt to use TLSv1 in the
2908 # SSL authentication process.
2909
2910
2911 # set pipe_split=no
2912 #
2913 # Name: pipe_split
2914 # Type: boolean
2915 # Default: no
2916
2917
2918 # Used in connection with the pipe-message command and the ``tag-
2919 # prefix'' operator.  If this variable is unset, when piping a list of
2920 # tagged messages Mutt will concatenate the messages and will pipe them
2921 # as a single folder.  When set, Mutt will pipe the messages one by one.
2922 # In both cases the messages are piped in the current sorted order,
2923 # and the ``$pipe_sep'' separator is added after each message.
2924
2925
2926 # set pipe_decode=no
2927 #
2928 # Name: pipe_decode
2929 # Type: boolean
2930 # Default: no
2931
2932
2933 # Used in connection with the pipe-message command.  When unset,
2934 # Mutt will pipe the messages without any preprocessing. When set, Mutt
2935 # will weed headers and will attempt to PGP/MIME decode the messages
2936 # first.
2937
2938
2939 # set pipe_sep="\n"
2940 #
2941 # Name: pipe_sep
2942 # Type: string
2943 # Default: "\n"
2944
2945
2946 # The separator to add between messages when piping a list of tagged
2947 # messages to an external Unix command.
2948
2949
2950 # set pop_authenticators=""
2951 #
2952 # Name: pop_authenticators
2953 # Type: string
2954 # Default: ""
2955
2956
2957 # This is a colon-delimited list of authentication methods mutt may
2958 # attempt to use to log in to an POP server, in the order mutt should
2959 # try them.  Authentication methods are either 'user', 'apop' or any
2960 # SASL mechanism, eg 'digest-md5', 'gssapi' or 'cram-md5'.
2961 # This parameter is case-insensitive. If this parameter is unset
2962 # (the default) mutt will try all available methods, in order from
2963 # most-secure to least-secure.
2964
2965 # Example: set pop_authenticators="digest-md5:apop:user"
2966
2967
2968 # set pop_auth_try_all=yes
2969 #
2970 # Name: pop_auth_try_all
2971 # Type: boolean
2972 # Default: yes
2973
2974
2975 # If set, Mutt will try all available methods. When unset, Mutt will
2976 # only fall back to other authentication methods if the previous
2977 # methods are unavailable. If a method is available but authentication
2978 # fails, Mutt will not connect to the POP server.
2979
2980
2981 # set pop_checkinterval=60
2982 #
2983 # Name: pop_checkinterval
2984 # Type: number
2985 # Default: 60
2986
2987
2988 # This variable configures how often (in seconds) POP should look for
2989 # new mail.
2990
2991
2992 # set pop_delete=ask-no
2993 #
2994 # Name: pop_delete
2995 # Type: quadoption
2996 # Default: ask-no
2997
2998
2999 # If set, Mutt will delete successfully downloaded messages from the POP
3000 # server when using the fetch-mail function.  When unset, Mutt will
3001 # download messages but also leave them on the POP server.
3002
3003
3004 # set pop_host=""
3005 #
3006 # Name: pop_host
3007 # Type: string
3008 # Default: ""
3009
3010
3011 # The name of your POP server for the fetch-mail function.  You
3012 # can also specify an alternative port, username and password, ie:
3013
3014 # [pop[s]://][username[:password]@]popserver[:port]
3015
3016
3017 # set pop_last=no
3018 #
3019 # Name: pop_last
3020 # Type: boolean
3021 # Default: no
3022
3023
3024 # If this variable is set, mutt will try to use the "LAST" POP command
3025 # for retrieving only unread messages from the POP server when using
3026 # the fetch-mail function.
3027
3028
3029 # set pop_reconnect=ask-yes
3030 #
3031 # Name: pop_reconnect
3032 # Type: quadoption
3033 # Default: ask-yes
3034
3035
3036 # Controls whether or not Mutt will try to reconnect to POP server when
3037 # connection lost.
3038
3039
3040 # set pop_user=""
3041 #
3042 # Name: pop_user
3043 # Type: string
3044 # Default: ""
3045
3046
3047 # Your login name on the POP server.
3048
3049 # This variable defaults to your user name on the local machine.
3050
3051
3052 # set pop_pass=""
3053 #
3054 # Name: pop_pass
3055 # Type: string
3056 # Default: ""
3057
3058
3059 # Specifies the password for your POP account.  If unset, Mutt will
3060 # prompt you for your password when you open POP mailbox.
3061 # Warning: you should only use this option when you are on a
3062 # fairly secure machine, because the superuser can read your muttrc
3063 # even if you are the only one who can read the file.
3064
3065
3066 # set post_indent_string=""
3067 #
3068 # Name: post_indent_string
3069 # Type: string
3070 # Default: ""
3071
3072
3073 # Similar to the ``$attribution'' variable, Mutt will append this
3074 # string after the inclusion of a message which is being replied to.
3075
3076
3077 # set post_moderated=ask-yes
3078 #
3079 # Name: post_moderated
3080 # Type: quadoption
3081 # Default: ask-yes
3082
3083
3084 # If set to yes, Mutt will post article to newsgroup that have
3085 # not permissions to posting (e.g. moderated).  Note: if newsserver
3086 # does not support posting to that newsgroup or totally read-only, that
3087 # posting will not have an effect.
3088
3089
3090 # set postpone=ask-yes
3091 #
3092 # Name: postpone
3093 # Type: quadoption
3094 # Default: ask-yes
3095
3096
3097 # Controls whether or not messages are saved in the ``$postponed''
3098 # mailbox when you elect not to send immediately.
3099
3100
3101 # set postponed="~/postponed"
3102 #
3103 # Name: postponed
3104 # Type: path
3105 # Default: "~/postponed"
3106
3107
3108 # Mutt allows you to indefinitely ``postpone sending a message'' which
3109 # you are editing.  When you choose to postpone a message, Mutt saves it
3110 # in the mailbox specified by this variable.  Also see the ``$postpone''
3111 # variable.
3112
3113
3114 # set preconnect=""
3115 #
3116 # Name: preconnect
3117 # Type: string
3118 # Default: ""
3119
3120
3121 # If set, a shell command to be executed if mutt fails to establish
3122 # a connection to the server. This is useful for setting up secure
3123 # connections, e.g. with ssh(1). If the command returns a  nonzero
3124 # status, mutt gives up opening the server. Example:
3125
3126 # preconnect="ssh -f -q -L 1234:mailhost.net:143 mailhost.net
3127 # sleep 20 < /dev/null > /dev/null"
3128
3129 # Mailbox 'foo' on mailhost.net can now be reached
3130 # as '{localhost:1234}foo'.
3131
3132 # NOTE: For this example to work, you must be able to log in to the
3133 # remote machine without having to enter a password.
3134
3135
3136 # set print=ask-no
3137 #
3138 # Name: print
3139 # Type: quadoption
3140 # Default: ask-no
3141
3142
3143 # Controls whether or not Mutt really prints messages.
3144 # This is set to ask-no by default, because some people
3145 # accidentally hit ``p'' often (like me).
3146
3147
3148 # set print_command="lpr"
3149 #
3150 # Name: print_command
3151 # Type: path
3152 # Default: "lpr"
3153
3154
3155 # This specifies the command pipe that should be used to print messages.
3156
3157
3158 # set print_decode=yes
3159 #
3160 # Name: print_decode
3161 # Type: boolean
3162 # Default: yes
3163
3164
3165 # Used in connection with the print-message command.  If this
3166 # option is set, the message is decoded before it is passed to the
3167 # external command specified by $print_command.  If this option
3168 # is unset, no processing will be applied to the message when
3169 # printing it.  The latter setting may be useful if you are using
3170 # some advanced printer filter which is able to properly format
3171 # e-mail messages for printing.
3172
3173
3174 # set print_split=no
3175 #
3176 # Name: print_split
3177 # Type: boolean
3178 # Default: no
3179
3180
3181 # Used in connection with the print-message command.  If this option
3182 # is set, the command specified by $print_command is executed once for
3183 # each message which is to be printed.  If this option is unset, 
3184 # the command specified by $print_command is executed only once, and
3185 # all the messages are concatenated, with a form feed as the message
3186 # separator.
3187
3188 # Those who use the enscript(1) program's mail-printing mode will
3189 # most likely want to set this option.
3190
3191
3192 # set prompt_after=yes
3193 #
3194 # Name: prompt_after
3195 # Type: boolean
3196 # Default: yes
3197
3198
3199 # If you use an external ``$pager'', setting this variable will
3200 # cause Mutt to prompt you for a command when the pager exits rather
3201 # than returning to the index menu.  If unset, Mutt will return to the
3202 # index menu when the external pager exits.
3203
3204
3205 # set query_command=""
3206 #
3207 # Name: query_command
3208 # Type: path
3209 # Default: ""
3210
3211
3212 # This specifies the command that mutt will use to make external address
3213 # queries.  The string should contain a %s, which will be substituted
3214 # with the query string the user types.  See ``query'' for more
3215 # information.
3216
3217
3218 # set quit=yes
3219 #
3220 # Name: quit
3221 # Type: quadoption
3222 # Default: yes
3223
3224
3225 # This variable controls whether ``quit'' and ``exit'' actually quit
3226 # from mutt.  If it set to yes, they do quit, if it is set to no, they
3227 # have no effect, and if it is set to ask-yes or ask-no, you are
3228 # prompted for confirmation when you try to quit.
3229
3230
3231 # set quote_regexp="^([ \t]*[|>:}#])+"
3232 #
3233 # Name: quote_regexp
3234 # Type: regular expression
3235 # Default: "^([ \t]*[|>:}#])+"
3236
3237
3238 # A regular expression used in the internal-pager to determine quoted
3239 # sections of text in the body of a message.
3240
3241 # Note: In order to use the quotedx patterns in the
3242 # internal pager, you need to set this to a regular expression that
3243 # matches exactly the quote characters at the beginning of quoted
3244 # lines.
3245
3246
3247 # set read_inc=10
3248 #
3249 # Name: read_inc
3250 # Type: number
3251 # Default: 10
3252
3253
3254 # If set to a value greater than 0, Mutt will display which message it
3255 # is currently on when reading a mailbox.  The message is printed after
3256 # read_inc messages have been read (e.g., if set to 25, Mutt will
3257 # print a message when it reads message 25, and then again when it gets
3258 # to message 50).  This variable is meant to indicate progress when
3259 # reading large mailboxes which may take some time.
3260 # When set to 0, only a single message will appear before the reading
3261 # the mailbox.
3262
3263 # Also see the ``$write_inc'' variable.
3264
3265
3266 # set read_only=no
3267 #
3268 # Name: read_only
3269 # Type: boolean
3270 # Default: no
3271
3272
3273 # If set, all folders are opened in read-only mode.
3274
3275
3276 # set realname=""
3277 #
3278 # Name: realname
3279 # Type: string
3280 # Default: ""
3281
3282
3283 # This variable specifies what "real" or "personal" name should be used
3284 # when sending messages.
3285
3286 # By default, this is the GECOS field from /etc/passwd.  Note that this
3287 # variable will not be used when the user has set a real name
3288 # in the $from variable.
3289
3290
3291 # set recall=ask-yes
3292 #
3293 # Name: recall
3294 # Type: quadoption
3295 # Default: ask-yes
3296
3297
3298 # Controls whether or not Mutt recalls postponed messages
3299 # when composing a new message.  Also see ``$postponed''.
3300
3301 # Setting this variable to ``yes'' is not generally useful, and thus not
3302 # recommended.
3303
3304
3305 # set record=""
3306 #
3307 # Name: record
3308 # Type: path
3309 # Default: ""
3310
3311
3312 # This specifies the file into which your outgoing messages should be
3313 # appended.  (This is meant as the primary method for saving a copy of
3314 # your messages, but another way to do this is using the ``my_hdr''
3315 # command to create a Bcc: field with your email address in it.)
3316
3317 # The value of $record is overridden by the ``$force_name'' and
3318 # ``$save_name'' variables, and the ``fcc-hook'' command.
3319
3320
3321 # set reply_regexp="^(re([\\[0-9\\]+])*|aw):[ \t]*"
3322 #
3323 # Name: reply_regexp
3324 # Type: regular expression
3325 # Default: "^(re([\\[0-9\\]+])*|aw):[ \t]*"
3326
3327
3328 # A regular expression used to recognize reply messages when threading
3329 # and replying. The default value corresponds to the English "Re:" and
3330 # the German "Aw:".
3331
3332
3333 # set reply_self=no
3334 #
3335 # Name: reply_self
3336 # Type: boolean
3337 # Default: no
3338
3339
3340 # If unset and you are replying to a message sent by you, Mutt will
3341 # assume that you want to reply to the recipients of that message rather
3342 # than to yourself.
3343
3344
3345 # set reply_to=ask-yes
3346 #
3347 # Name: reply_to
3348 # Type: quadoption
3349 # Default: ask-yes
3350
3351
3352 # If set, when replying to a message, Mutt will use the address listed
3353 # in the Reply-to: header as the recipient of the reply.  If unset,
3354 # it will use the address in the From: header field instead.  This
3355 # option is useful for reading a mailing list that sets the Reply-To:
3356 # header field to the list address and you want to send a private
3357 # message to the author of a message.
3358
3359
3360 # set resolve=yes
3361 #
3362 # Name: resolve
3363 # Type: boolean
3364 # Default: yes
3365
3366
3367 # When set, the cursor will be automatically advanced to the next
3368 # (possibly undeleted) message whenever a command that modifies the
3369 # current message is executed.
3370
3371
3372 # set reverse_alias=no
3373 #
3374 # Name: reverse_alias
3375 # Type: boolean
3376 # Default: no
3377
3378
3379 # This variable controls whether or not Mutt will display the "personal"
3380 # name from your aliases in the index menu if it finds an alias that
3381 # matches the message's sender.  For example, if you have the following
3382 # alias:
3383
3384 # alias juser abd30425@somewhere.net (Joe User)
3385
3386 # and then you receive mail which contains the following header:
3387
3388 # From: abd30425@somewhere.net
3389
3390 # It would be displayed in the index menu as ``Joe User'' instead of
3391 # ``abd30425@somewhere.net.''  This is useful when the person's e-mail
3392 # address is not human friendly (like CompuServe addresses).
3393
3394
3395 # set reverse_name=no
3396 #
3397 # Name: reverse_name
3398 # Type: boolean
3399 # Default: no
3400
3401
3402 # It may sometimes arrive that you receive mail to a certain machine,
3403 # move the messages to another machine, and reply to some the messages
3404 # from there.  If this variable is set, the default From: line of
3405 # the reply messages is built using the address where you received the
3406 # messages you are replying to if that address matches your
3407 # alternates.  If the variable is unset, or the address that would be
3408 # used doesn't match your alternates, the From: line will use
3409 # your address on the current machine.
3410
3411
3412 # set reverse_realname=yes
3413 #
3414 # Name: reverse_realname
3415 # Type: boolean
3416 # Default: yes
3417
3418
3419 # This variable fine-tunes the behaviour of the reverse_name feature.
3420 # When it is set, mutt will use the address from incoming messages as-is,
3421 # possibly including eventual real names.  When it is unset, mutt will
3422 # override any such real names with the setting of the realname variable.
3423
3424
3425 # set rfc2047_parameters=no
3426 #
3427 # Name: rfc2047_parameters
3428 # Type: boolean
3429 # Default: no
3430
3431
3432 # When this variable is set, Mutt will decode RFC-2047-encoded MIME 
3433 # parameters. You want to set this variable when mutt suggests you
3434 # to save attachments to files named like this: 
3435 # =?iso-8859-1?Q?file=5F=E4=5F991116=2Ezip?=
3436
3437 # When this variable is set interactively, the change doesn't have
3438 # the desired effect before you have changed folders.
3439
3440 # Note that this use of RFC 2047's encoding is explicitly,
3441 # prohibited by the standard, but nevertheless encountered in the
3442 # wild.
3443 # Also note that setting this parameter will not have the effect 
3444 # that mutt generates this kind of encoding.  Instead, mutt will
3445 # unconditionally use the encoding specified in RFC 2231.
3446
3447
3448 # set save_address=no
3449 #
3450 # Name: save_address
3451 # Type: boolean
3452 # Default: no
3453
3454
3455 # If set, mutt will take the sender's full address when choosing a
3456 # default folder for saving a mail. If ``$save_name'' or ``$force_name''
3457 # is set too, the selection of the fcc folder will be changed as well.
3458
3459
3460 # set save_empty=yes
3461 #
3462 # Name: save_empty
3463 # Type: boolean
3464 # Default: yes
3465
3466
3467 # When unset, mailboxes which contain no saved messages will be removed
3468 # when closed (the exception is ``$spoolfile'' which is never removed).
3469 # If set, mailboxes are never removed.
3470
3471 # Note: This only applies to mbox and MMDF folders, Mutt does not
3472 # delete MH and Maildir directories.
3473
3474
3475 # set save_name=no
3476 #
3477 # Name: save_name
3478 # Type: boolean
3479 # Default: no
3480
3481
3482 # This variable controls how copies of outgoing messages are saved.
3483 # When set, a check is made to see if a mailbox specified by the
3484 # recipient address exists (this is done by searching for a mailbox in
3485 # the ``$folder'' directory with the username part of the
3486 # recipient address).  If the mailbox exists, the outgoing message will
3487 # be saved to that mailbox, otherwise the message is saved to the
3488 # ``$record'' mailbox.
3489
3490 # Also see the ``$force_name'' variable.
3491
3492
3493 # set score=yes
3494 #
3495 # Name: score
3496 # Type: boolean
3497 # Default: yes
3498
3499
3500 # When this variable is unset, scoring is turned off.  This can
3501 # be useful to selectively disable scoring for certain folders when the
3502 # ``$score_threshold_delete'' variable and friends are used.
3503
3504
3505 # set score_threshold_delete=-1
3506 #
3507 # Name: score_threshold_delete
3508 # Type: number
3509 # Default: -1
3510
3511
3512 # Messages which have been assigned a score equal to or lower than the value
3513 # of this variable are automatically marked for deletion by mutt.  Since
3514 # mutt scores are always greater than or equal to zero, the default setting
3515 # of this variable will never mark a message for deletion.
3516
3517
3518 # set score_threshold_flag=9999
3519 #
3520 # Name: score_threshold_flag
3521 # Type: number
3522 # Default: 9999
3523
3524
3525 # Messages which have been assigned a score greater than or equal to this 
3526 # variable's value are automatically marked "flagged".
3527
3528
3529 # set score_threshold_read=-1
3530 #
3531 # Name: score_threshold_read
3532 # Type: number
3533 # Default: -1
3534
3535
3536 # Messages which have been assigned a score equal to or lower than the value
3537 # of this variable are automatically marked as read by mutt.  Since
3538 # mutt scores are always greater than or equal to zero, the default setting
3539 # of this variable will never mark a message read.
3540
3541
3542 # set send_charset="us-ascii:iso-8859-1:utf-8"
3543 #
3544 # Name: send_charset
3545 # Type: string
3546 # Default: "us-ascii:iso-8859-1:utf-8"
3547
3548
3549 # A list of character sets for outgoing messages. Mutt will use the
3550 # first character set into which the text can be converted exactly.
3551 # If your ``$charset'' is not iso-8859-1 and recipients may not
3552 # understand UTF-8, it is advisable to include in the list an
3553 # appropriate widely used standard character set (such as
3554 # iso-8859-2, koi8-r or iso-2022-jp) either instead of or after
3555 # "iso-8859-1".
3556
3557
3558 # set sendmail="/usr/sbin/sendmail -oem -oi"
3559 #
3560 # Name: sendmail
3561 # Type: path
3562 # Default: "/usr/sbin/sendmail -oem -oi"
3563
3564
3565 # Specifies the program and arguments used to deliver mail sent by Mutt.
3566 # Mutt expects that the specified program interprets additional
3567 # arguments as recipient addresses.
3568
3569
3570 # set sendmail_wait=0
3571 #
3572 # Name: sendmail_wait
3573 # Type: number
3574 # Default: 0
3575
3576
3577 # Specifies the number of seconds to wait for the ``$sendmail'' process
3578 # to finish before giving up and putting delivery in the background.
3579
3580 # Mutt interprets the value of this variable as follows:
3581 # >0      number of seconds to wait for sendmail to finish before continuing
3582 # 0       wait forever for sendmail to finish
3583 # <0      always put sendmail in the background without waiting
3584
3585
3586 # Note that if you specify a value other than 0, the output of the child
3587 # process will be put in a temporary file.  If there is some error, you
3588 # will be informed as to where to find the output.
3589
3590
3591 # set shell=""
3592 #
3593 # Name: shell
3594 # Type: path
3595 # Default: ""
3596
3597
3598 # Command to use when spawning a subshell.  By default, the user's login
3599 # shell from /etc/passwd is used.
3600
3601
3602 # set save_unsubscribed=no
3603 #
3604 # Name: save_unsubscribed
3605 # Type: boolean
3606 # Default: no
3607
3608
3609 # When set, info about unsubscribed newsgroups will be saved into
3610 # ``newsrc'' file and into cache.
3611
3612
3613 # set show_new_news=yes
3614 #
3615 # Name: show_new_news
3616 # Type: boolean
3617 # Default: yes
3618
3619
3620 # If set, newsserver will be asked for new newsgroups on entering
3621 # the browser.  Otherwise, it will be done only once for a newsserver.
3622 # Also controls whether or not number of new articles of subscribed
3623 # newsgroups will be then checked.
3624
3625
3626 # set show_only_unread=no
3627 #
3628 # Name: show_only_unread
3629 # Type: boolean
3630 # Default: no
3631
3632
3633 # If set, only subscribed newsgroups that contain unread articles
3634 # will be displayed in browser.
3635
3636
3637 # set sig_dashes=yes
3638 #
3639 # Name: sig_dashes
3640 # Type: boolean
3641 # Default: yes
3642
3643
3644 # If set, a line containing ``-- '' will be inserted before your
3645 # ``$signature''.  It is strongly recommended that you not unset
3646 # this variable unless your ``signature'' contains just your name.  The
3647 # reason for this is because many software packages use ``-- \n'' to
3648 # detect your signature.  For example, Mutt has the ability to highlight
3649 # the signature in a different color in the builtin pager.
3650
3651
3652 # set sig_on_top=no
3653 #
3654 # Name: sig_on_top
3655 # Type: boolean
3656 # Default: no
3657
3658
3659 # If set, the signature will be included before any quoted or forwarded
3660 # text.  It is strongly recommended that you do not set this variable
3661 # unless you really know what you are doing, and are prepared to take
3662 # some heat from netiquette guardians.
3663
3664
3665 # set signature="~/.signature"
3666 #
3667 # Name: signature
3668 # Type: path
3669 # Default: "~/.signature"
3670
3671
3672 # Specifies the filename of your signature, which is appended to all
3673 # outgoing messages.   If the filename ends with a pipe (``|''), it is
3674 # assumed that filename is a shell command and input should be read from
3675 # its stdout.
3676
3677
3678 # set simple_search="~f %s | ~s %s"
3679 #
3680 # Name: simple_search
3681 # Type: string
3682 # Default: "~f %s | ~s %s"
3683
3684
3685 # Specifies how Mutt should expand a simple search into a real search
3686 # pattern.  A simple search is one that does not contain any of the ~
3687 # operators.  See ``patterns'' for more information on search patterns.
3688
3689 # For example, if you simply type joe at a search or limit prompt, Mutt
3690 # will automatically expand it to the value specified by this variable.
3691 # For the default value it would be:
3692
3693 # ~f joe | ~s joe
3694
3695
3696 # set smart_wrap=yes
3697 #
3698 # Name: smart_wrap
3699 # Type: boolean
3700 # Default: yes
3701
3702
3703 # Controls the display of lines longer than the screen width in the
3704 # internal pager. If set, long lines are wrapped at a word boundary.  If
3705 # unset, lines are simply wrapped at the screen edge. Also see the
3706 # ``$markers'' variable.
3707
3708
3709 # set smileys="(>From )|(:[-^]?[][)(><}{|/DP])"
3710 #
3711 # Name: smileys
3712 # Type: regular expression
3713 # Default: "(>From )|(:[-^]?[][)(><}{|/DP])"
3714
3715
3716 # The pager uses this variable to catch some common false
3717 # positives of ``$quote_regexp'', most notably smileys in the beginning
3718 # of a line
3719
3720
3721 # set sleep_time=1
3722 #
3723 # Name: sleep_time
3724 # Type: number
3725 # Default: 1
3726
3727
3728 # Specifies time, in seconds, to pause while displaying certain informational
3729 # messages, while moving from folder to folder and after expunging
3730 # messages from the current folder.  The default is to pause one second, so 
3731 # a value of zero for this option suppresses the pause.
3732
3733
3734 # set sort=date
3735 #
3736 # Name: sort
3737 # Type: sort order
3738 # Default: date
3739
3740
3741 # Specifies how to sort messages in the index menu.  Valid values
3742 # are:
3743
3744 #    date or date-sent
3745 #    date-received
3746 #    from
3747 #    mailbox-order (unsorted)
3748 #    score
3749 #    size
3750 #    spam
3751 #    subject
3752 #    threads
3753 #    to
3754
3755 # You may optionally use the reverse- prefix to specify reverse sorting
3756 # order (example: set sort=reverse-date-sent).
3757
3758
3759 # set sort_alias=alias
3760 #
3761 # Name: sort_alias
3762 # Type: sort order
3763 # Default: alias
3764
3765
3766 # Specifies how the entries in the `alias' menu are sorted.  The
3767 # following are legal values:
3768
3769 #    address (sort alphabetically by email address)
3770 #    alias (sort alphabetically by alias name)
3771 #    unsorted (leave in order specified in .muttrc)
3772
3773
3774 # set sort_aux=date
3775 #
3776 # Name: sort_aux
3777 # Type: sort order
3778 # Default: date
3779
3780
3781 # When sorting by threads, this variable controls how threads are sorted
3782 # in relation to other threads, and how the branches of the thread trees
3783 # are sorted.  This can be set to any value that ``$sort'' can, except
3784 # threads (in that case, mutt will just use date-sent).  You can also
3785 # specify the last- prefix in addition to the reverse- prefix, but last-
3786 # must come after reverse-.  The last- prefix causes messages to be
3787 # sorted against its siblings by which has the last descendant, using
3788 # the rest of sort_aux as an ordering.  For instance, set sort_aux=last-
3789 # date-received would mean that if a new message is received in a
3790 # thread, that thread becomes the last one displayed (or the first, if
3791 # you have set sort=reverse-threads.) Note: For reversed ``$sort''
3792 # order $sort_aux is reversed again (which is not the right thing to do,
3793 # but kept to not break any existing configuration setting).
3794
3795
3796 # set sort_browser=alpha
3797 #
3798 # Name: sort_browser
3799 # Type: sort order
3800 # Default: alpha
3801
3802
3803 # Specifies how to sort entries in the file browser.  By default, the
3804 # entries are sorted alphabetically.  Valid values:
3805
3806 #    alpha (alphabetically)
3807 #    date
3808 #    size
3809 #    unsorted
3810
3811 # You may optionally use the reverse- prefix to specify reverse sorting
3812 # order (example: set sort_browser=reverse-date).
3813
3814
3815 # set sort_re=yes
3816 #
3817 # Name: sort_re
3818 # Type: boolean
3819 # Default: yes
3820
3821
3822 # This variable is only useful when sorting by threads with
3823 # ``$strict_threads'' unset.  In that case, it changes the heuristic
3824 # mutt uses to thread messages by subject.  With sort_re set, mutt will
3825 # only attach a message as the child of another message by subject if
3826 # the subject of the child message starts with a substring matching the
3827 # setting of ``$reply_regexp''.  With sort_re unset, mutt will attach
3828 # the message whether or not this is the case, as long as the
3829 # non-``$reply_regexp'' parts of both messages are identical.
3830
3831
3832 # set spam_separator=","
3833 #
3834 # Name: spam_separator
3835 # Type: string
3836 # Default: ","
3837
3838
3839 # ``spam_separator'' controls what happens when multiple spam headers
3840 # are matched: if unset, each successive header will overwrite any
3841 # previous matches value for the spam label. If set, each successive
3842 # match will append to the previous, using ``spam_separator'' as a
3843 # separator.
3844
3845
3846 # set spoolfile=""
3847 #
3848 # Name: spoolfile
3849 # Type: path
3850 # Default: ""
3851
3852
3853 # If your spool mailbox is in a non-default place where Mutt cannot find
3854 # it, you can specify its location with this variable.  Mutt will
3855 # automatically set this variable to the value of the environment
3856 # variable $MAIL if it is not set.
3857
3858
3859 # set status_chars="-*%A"
3860 #
3861 # Name: status_chars
3862 # Type: string
3863 # Default: "-*%A"
3864
3865
3866 # Controls the characters used by the "%r" indicator in
3867 # ``$status_format''. The first character is used when the mailbox is
3868 # unchanged. The second is used when the mailbox has been changed, and
3869 # it needs to be resynchronized. The third is used if the mailbox is in
3870 # read-only mode, or if the mailbox will not be written when exiting
3871 # that mailbox (You can toggle whether to write changes to a mailbox
3872 # with the toggle-write operation, bound by default to "%"). The fourth
3873 # is used to indicate that the current folder has been opened in attach-
3874 # message mode (Certain operations like composing a new mail, replying,
3875 # forwarding, etc. are not permitted in this mode).
3876
3877
3878 # set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---"
3879 #
3880 # Name: status_format
3881 # Type: string
3882 # Default: "-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---"
3883
3884
3885 # Controls the format of the status line displayed in the index
3886 # menu.  This string is similar to ``$index_format'', but has its own
3887 # set of printf()-like sequences:
3888
3889 # %b      number of mailboxes with new mail *
3890 # %d      number of deleted messages *
3891 # %f      the full pathname of the current mailbox
3892 # %F      number of flagged messages *
3893 # %h      local hostname
3894 # %l      size (in bytes) of the current mailbox *
3895 # %L      size (in bytes) of the messages shown 
3896 #         (i.e., which match the current limit) *
3897 # %m      the number of messages in the mailbox *
3898 # %M      the number of messages shown (i.e., which match the current limit) *
3899 # %n      number of new messages in the mailbox *
3900 # %o      number of old unread messages *
3901 # %p      number of postponed messages *
3902 # %P      percentage of the way through the index
3903 # %r      modified/read-only/won't-write/attach-message indicator,
3904 #         according to $status_chars
3905 # %s      current sorting mode ($sort)
3906 # %S      current aux sorting method ($sort_aux)
3907 # %t      number of tagged messages *
3908 # %u      number of unread messages *
3909 # %v      Mutt version string
3910 # %V      currently active limit pattern, if any *
3911 # %>X     right justify the rest of the string and pad with "X"
3912 # %|X     pad to the end of the line with "X"
3913
3914
3915 # * = can be optionally printed if nonzero
3916
3917 # Some of the above sequences can be used to optionally print a string
3918 # if their value is nonzero.  For example, you may only want to see the
3919 # number of flagged messages if such messages exist, since zero is not
3920 # particularly meaningful.  To optionally print a string based upon one
3921 # of the above sequences, the following construct is used
3922
3923 # %?<sequence_char>?<optional_string>?
3924
3925 # where sequence_char is a character from the table above, and
3926 # optional_string is the string you would like printed if
3927 # sequence_char is nonzero.  optional_string may contain
3928 # other sequences as well as normal text, but you may not nest
3929 # optional strings.
3930
3931 # Here is an example illustrating how to optionally print the number of
3932 # new messages in a mailbox:
3933 # %?n?%n new messages.?
3934
3935 # Additionally you can switch between two strings, the first one, if a
3936 # value is zero, the second one, if the value is nonzero, by using the
3937 # following construct:
3938 # %?<sequence_char>?<if_string>&<else_string>?
3939
3940 # You can additionally force the result of any printf-like sequence to
3941 # be lowercase by prefixing the sequence character with an underscore
3942 # (_) sign.  For example, if you want to display the local hostname in
3943 # lowercase, you would use:
3944 # %_h
3945
3946 # If you prefix the sequence character with a colon (:) character, mutt
3947 # will replace any dots in the expansion by underscores. This might be helpful 
3948 # with IMAP folders that don't like dots in folder names.
3949
3950
3951 # set status_on_top=no
3952 #
3953 # Name: status_on_top
3954 # Type: boolean
3955 # Default: no
3956
3957
3958 # Setting this variable causes the ``status bar'' to be displayed on
3959 # the first line of the screen rather than near the bottom.
3960
3961
3962 # set strict_threads=no
3963 #
3964 # Name: strict_threads
3965 # Type: boolean
3966 # Default: no
3967
3968
3969 # If set, threading will only make use of the ``In-Reply-To'' and
3970 # ``References'' fields when you ``$sort'' by message threads.  By
3971 # default, messages with the same subject are grouped together in
3972 # ``pseudo threads.''  This may not always be desirable, such as in a
3973 # personal mailbox where you might have several unrelated messages with
3974 # the subject ``hi'' which will get grouped together.
3975
3976
3977 # set suspend=yes
3978 #
3979 # Name: suspend
3980 # Type: boolean
3981 # Default: yes
3982
3983
3984 # When unset, mutt won't stop when the user presses the terminal's
3985 # susp key, usually ``control-Z''. This is useful if you run mutt
3986 # inside an xterm using a command like xterm -e mutt.
3987
3988
3989 # set text_flowed=no
3990 #
3991 # Name: text_flowed
3992 # Type: boolean
3993 # Default: no
3994
3995
3996 # When set, mutt will generate text/plain; format=flowed attachments.
3997 # This format is easier to handle for some mailing software, and generally
3998 # just looks like ordinary text.  To actually make use of this format's 
3999 # features, you'll need support in your editor.
4000
4001 # Note that $indent_string is ignored when this option is set.
4002
4003
4004 # set thread_received=no
4005 #
4006 # Name: thread_received
4007 # Type: boolean
4008 # Default: no
4009
4010
4011 # When set, mutt uses the date received rather than the date sent
4012 # to thread messages by subject.
4013
4014
4015 # set thorough_search=no
4016 #
4017 # Name: thorough_search
4018 # Type: boolean
4019 # Default: no
4020
4021
4022 # Affects the ~b and ~h search operations described in
4023 # section ``patterns'' above.  If set, the headers and attachments of
4024 # messages to be searched are decoded before searching.  If unset,
4025 # messages are searched as they appear in the folder.
4026
4027
4028 # set tilde=no
4029 #
4030 # Name: tilde
4031 # Type: boolean
4032 # Default: no
4033
4034
4035 # When set, the internal-pager will pad blank lines to the bottom of the
4036 # screen with a tilde (~).
4037
4038
4039 # set timeout=600
4040 #
4041 # Name: timeout
4042 # Type: number
4043 # Default: 600
4044
4045
4046 # This variable controls the number of seconds Mutt will wait
4047 # for a key to be pressed in the main menu before timing out and
4048 # checking for new mail.  A value of zero or less will cause Mutt
4049 # to never time out.
4050
4051
4052 # set tmpdir=""
4053 #
4054 # Name: tmpdir
4055 # Type: path
4056 # Default: ""
4057
4058
4059 # This variable allows you to specify where Mutt will place its
4060 # temporary files needed for displaying and composing messages.  If
4061 # this variable is not set, the environment variable TMPDIR is
4062 # used.  If TMPDIR is not set then "/tmp" is used.
4063
4064
4065 # set to_chars=" +TCFL"
4066 #
4067 # Name: to_chars
4068 # Type: string
4069 # Default: " +TCFL"
4070
4071
4072 # Controls the character used to indicate mail addressed to you.  The
4073 # first character is the one used when the mail is NOT addressed to your
4074 # address (default: space).  The second is used when you are the only
4075 # recipient of the message (default: +).  The third is when your address
4076 # appears in the TO header field, but you are not the only recipient of
4077 # the message (default: T).  The fourth character is used when your
4078 # address is specified in the CC header field, but you are not the only
4079 # recipient.  The fifth character is used to indicate mail that was sent
4080 # by you.  The sixth character is used to indicate when a mail
4081 # was sent to a mailing-list you subscribe to (default: L).
4082
4083
4084 # set tunnel=""
4085 #
4086 # Name: tunnel
4087 # Type: string
4088 # Default: ""
4089
4090
4091 # Setting this variable will cause mutt to open a pipe to a command
4092 # instead of a raw socket. You may be able to use this to set up
4093 # preauthenticated connections to your IMAP/POP3 server. Example:
4094
4095 # tunnel="ssh -q mailhost.net /usr/local/libexec/imapd"
4096
4097 # NOTE: For this example to work you must be able to log in to the remote
4098 # machine without having to enter a password.
4099
4100
4101 # set use_8bitmime=no
4102 #
4103 # Name: use_8bitmime
4104 # Type: boolean
4105 # Default: no
4106
4107
4108 # Warning: do not set this variable unless you are using a version
4109 # of sendmail which supports the -B8BITMIME flag (such as sendmail
4110 # 8.8.x) or you may not be able to send mail.
4111
4112 # When set, Mutt will invoke ``$sendmail'' with the -B8BITMIME
4113 # flag when sending 8-bit messages to enable ESMTP negotiation.
4114
4115
4116 # set use_domain=yes
4117 #
4118 # Name: use_domain
4119 # Type: boolean
4120 # Default: yes
4121
4122
4123 # When set, Mutt will qualify all local addresses (ones without the
4124 # @host portion) with the value of ``$hostname''.  If unset, no
4125 # addresses will be qualified.
4126
4127
4128 # set use_from=yes
4129 #
4130 # Name: use_from
4131 # Type: boolean
4132 # Default: yes
4133
4134
4135 # When set, Mutt will generate the `From:' header field when
4136 # sending messages.  If unset, no `From:' header field will be
4137 # generated unless the user explicitly sets one using the ``my_hdr''
4138 # command.
4139
4140
4141 # set use_ipv6=yes
4142 #
4143 # Name: use_ipv6
4144 # Type: boolean
4145 # Default: yes
4146
4147
4148 # When set, Mutt will look for IPv6 addresses of hosts it tries to
4149 # contact.  If this option is unset, Mutt will restrict itself to IPv4 addresses.
4150 # Normally, the default should work.
4151
4152
4153 # set use_idn=yes
4154 #
4155 # Name: use_idn
4156 # Type: boolean
4157 # Default: yes
4158
4159
4160 # When set, Mutt will show you international domain names decoded.
4161 # Note: You can use IDNs for addresses even if this is unset.
4162 # This variable only affects decoding.
4163
4164
4165 # set use_ipv6=yes
4166 #
4167 # Name: use_ipv6
4168 # Type: boolean
4169 # Default: yes
4170
4171
4172 # When set, Mutt will look for IPv6 addresses of hosts it tries to
4173 # contact.  If this option is unset, Mutt will restrict itself to IPv4 addresses.
4174 # Normally, the default should work.
4175
4176
4177 # set user_agent=yes
4178 #
4179 # Name: user_agent
4180 # Type: boolean
4181 # Default: yes
4182
4183
4184 # When set, mutt will add a "User-Agent" header to outgoing
4185 # messages, indicating which version of mutt was used for composing
4186 # them.
4187
4188
4189 # set visual=""
4190 #
4191 # Name: visual
4192 # Type: path
4193 # Default: ""
4194
4195
4196 # Specifies the visual editor to invoke when the ~v command is
4197 # given in the builtin editor.
4198
4199
4200 # set wait_key=yes
4201 #
4202 # Name: wait_key
4203 # Type: boolean
4204 # Default: yes
4205
4206
4207 # Controls whether Mutt will ask you to press a key after shell-
4208 # escape, pipe-message, pipe-entry, print-message,
4209 # and print-entry commands.
4210
4211 # It is also used when viewing attachments with ``auto_view'', provided
4212 # that the corresponding mailcap entry has a needsterminal flag,
4213 # and the external program is interactive.
4214
4215 # When set, Mutt will always ask for a key. When unset, Mutt will wait
4216 # for a key only if the external command returned a non-zero status.
4217
4218
4219 # set weed=yes
4220 #
4221 # Name: weed
4222 # Type: boolean
4223 # Default: yes
4224
4225
4226 # When set, mutt will weed headers when displaying, forwarding,
4227 # printing, or replying to messages.
4228
4229
4230 # set wrap_search=yes
4231 #
4232 # Name: wrap_search
4233 # Type: boolean
4234 # Default: yes
4235
4236
4237 # Controls whether searches wrap around the end of the mailbox.
4238
4239 # When set, searches will wrap around the first (or last) message. When
4240 # unset, searches will not wrap.
4241
4242
4243 # set wrapmargin=0
4244 #
4245 # Name: wrapmargin
4246 # Type: number
4247 # Default: 0
4248
4249
4250 # Controls the size of the margin remaining at the right side of
4251 # the terminal when mutt's pager does smart wrapping.
4252
4253
4254 # set write_inc=10
4255 #
4256 # Name: write_inc
4257 # Type: number
4258 # Default: 10
4259
4260
4261 # When writing a mailbox, a message will be printed every
4262 # write_inc messages to indicate progress.  If set to 0, only a
4263 # single message will be displayed before writing a mailbox.
4264
4265 # Also see the ``$read_inc'' variable.
4266
4267
4268 # set write_bcc=yes
4269 #
4270 # Name: write_bcc
4271 # Type: boolean
4272 # Default: yes
4273
4274
4275 # Controls whether mutt writes out the Bcc header when preparing
4276 # messages to be sent.  Exim users may wish to unset this.
4277
4278
4279 # set x_comment_to=no
4280 #
4281 # Name: x_comment_to
4282 # Type: boolean
4283 # Default: no
4284
4285
4286 # If set, Mutt will add ``X-Comment-To:'' field (that contains full
4287 # name of original article author) to article that followuped to newsgroup.
4288
4289