Andreas Krennmair:
[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_scroll=no
1602 #
1603 # Name: menu_scroll
1604 # Type: boolean
1605 # Default: no
1606
1607
1608 # When set, menus will be scrolled up or down one line when you
1609 # attempt to move across a screen boundary.  If unset, the screen
1610 # is cleared and the next or previous page of the menu is displayed
1611 # (useful for slow links to avoid many redraws).
1612
1613
1614 # set meta_key=no
1615 #
1616 # Name: meta_key
1617 # Type: boolean
1618 # Default: no
1619
1620
1621 # If set, forces Mutt to interpret keystrokes with the high bit (bit 8)
1622 # set as if the user had pressed the ESC key and whatever key remains
1623 # after having the high bit removed.  For example, if the key pressed
1624 # has an ASCII value of 0xf4, then this is treated as if the user had
1625 # pressed ESC then ``x''.  This is because the result of removing the
1626 # high bit from ``0xf4'' is ``0x74'', which is the ASCII character
1627 # ``x''.
1628
1629
1630 # set mh_purge=no
1631 #
1632 # Name: mh_purge
1633 # Type: boolean
1634 # Default: no
1635
1636
1637 # When unset, mutt will mimic mh's behaviour and rename deleted messages
1638 # to ,<old file name> in mh folders instead of really deleting
1639 # them.  If the variable is set, the message files will simply be
1640 # deleted.
1641
1642
1643 # set mh_seq_flagged="flagged"
1644 #
1645 # Name: mh_seq_flagged
1646 # Type: string
1647 # Default: "flagged"
1648
1649
1650 # The name of the MH sequence used for flagged messages.
1651
1652
1653 # set mh_seq_replied="replied"
1654 #
1655 # Name: mh_seq_replied
1656 # Type: string
1657 # Default: "replied"
1658
1659
1660 # The name of the MH sequence used to tag replied messages.
1661
1662
1663 # set mh_seq_unseen="unseen"
1664 #
1665 # Name: mh_seq_unseen
1666 # Type: string
1667 # Default: "unseen"
1668
1669
1670 # The name of the MH sequence used for unseen messages.
1671
1672
1673 # set mime_forward=no
1674 #
1675 # Name: mime_forward
1676 # Type: quadoption
1677 # Default: no
1678
1679
1680 # When set, the message you are forwarding will be attached as a
1681 # separate MIME part instead of included in the main body of the
1682 # message.  This is useful for forwarding MIME messages so the receiver
1683 # can properly view the message as it was delivered to you. If you like
1684 # to switch between MIME and not MIME from mail to mail, set this
1685 # variable to ask-no or ask-yes.
1686
1687 # Also see ``$forward_decode'' and ``$mime_forward_decode''.
1688
1689
1690 # set mime_forward_decode=no
1691 #
1692 # Name: mime_forward_decode
1693 # Type: boolean
1694 # Default: no
1695
1696
1697 # Controls the decoding of complex MIME messages into text/plain when
1698 # forwarding a message while ``$mime_forward'' is set. Otherwise
1699 # ``$forward_decode'' is used instead.
1700
1701
1702 # set mime_forward_rest=yes
1703 #
1704 # Name: mime_forward_rest
1705 # Type: quadoption
1706 # Default: yes
1707
1708
1709 # When forwarding multiple attachments of a MIME message from the recvattach
1710 # menu, attachments which cannot be decoded in a reasonable manner will
1711 # be attached to the newly composed message if this option is set.
1712
1713
1714 # set mime_subject=yes
1715 #
1716 # Name: mime_subject
1717 # Type: boolean
1718 # Default: yes
1719
1720
1721 # If unset, 8-bit ``subject:'' line in article header will not be
1722 # encoded according to RFC2047 to base64.  This is useful when message
1723 # is Usenet article, because MIME for news is nonstandard feature.
1724
1725
1726 # set mix_entry_format="%4n %c %-16s %a"
1727 #
1728 # Name: mix_entry_format
1729 # Type: string
1730 # Default: "%4n %c %-16s %a"
1731
1732
1733 # This variable describes the format of a remailer line on the mixmaster
1734 # chain selection screen.  The following printf-like sequences are 
1735 # supported:
1736
1737 # %n      The running number on the menu.
1738 # %c      Remailer capabilities.
1739 # %s      The remailer's short name.
1740 # %a      The remailer's e-mail address.
1741
1742
1743 # set mixmaster="mixmaster"
1744 #
1745 # Name: mixmaster
1746 # Type: path
1747 # Default: "mixmaster"
1748
1749
1750 # This variable contains the path to the Mixmaster binary on your
1751 # system.  It is used with various sets of parameters to gather the
1752 # list of known remailers, and to finally send a message through the
1753 # mixmaster chain.
1754
1755
1756 # set move=ask-no
1757 #
1758 # Name: move
1759 # Type: quadoption
1760 # Default: ask-no
1761
1762
1763 # Controls whether you will be asked to confirm moving read messages
1764 # from your spool mailbox to your ``$mbox'' mailbox, or as a result of
1765 # a ``mbox-hook'' command.
1766
1767
1768 # set message_format="%s"
1769 #
1770 # Name: message_format
1771 # Type: string
1772 # Default: "%s"
1773
1774
1775 # This is the string displayed in the ``attachment'' menu for
1776 # attachments of type message/rfc822.  For a full listing of defined
1777 # printf()-like sequences see the section on ``$index_format''.
1778
1779
1780 # set narrow_tree=no
1781 #
1782 # Name: narrow_tree
1783 # Type: boolean
1784 # Default: no
1785
1786
1787 # This variable, when set, makes the thread tree narrower, allowing
1788 # deeper threads to fit on the screen.
1789
1790
1791 # set news_cache_dir="~/.mutt"
1792 #
1793 # Name: news_cache_dir
1794 # Type: path
1795 # Default: "~/.mutt"
1796
1797
1798 # This variable pointing to directory where Mutt will save cached news
1799 # articles headers in. If unset, headers will not be saved at all
1800 # and will be reloaded each time when you enter to newsgroup.
1801
1802
1803 # set news_server=""
1804 #
1805 # Name: news_server
1806 # Type: string
1807 # Default: ""
1808
1809
1810 # This variable specifies domain name or address of NNTP server. It
1811 # defaults to the newsserver specified in the environment variable
1812 # $NNTPSERVER or contained in the file /etc/nntpserver.  You can also
1813 # specify username and an alternative port for each newsserver, ie:
1814
1815 # [nntp[s]://][username[:password]@]newsserver[:port]
1816
1817
1818 # set newsrc="~/.newsrc"
1819 #
1820 # Name: newsrc
1821 # Type: path
1822 # Default: "~/.newsrc"
1823
1824
1825 # The file, containing info about subscribed newsgroups - names and
1826 # indexes of read articles.  The following printf-style sequence
1827 # is understood:
1828
1829 # %s      newsserver name
1830
1831
1832 # set nntp_context=1000
1833 #
1834 # Name: nntp_context
1835 # Type: number
1836 # Default: 1000
1837
1838
1839 # This variable defines number of articles which will be in index when
1840 # newsgroup entered.  If active newsgroup have more articles than this
1841 # number, oldest articles will be ignored.  Also controls how many
1842 # articles headers will be saved in cache when you quit newsgroup.
1843
1844
1845 # set nntp_load_description=yes
1846 #
1847 # Name: nntp_load_description
1848 # Type: boolean
1849 # Default: yes
1850
1851
1852 # This variable controls whether or not descriptions for each newsgroup
1853 # must be loaded when newsgroup is added to list (first time list
1854 # loading or new newsgroup adding).
1855
1856
1857 # set nntp_user=""
1858 #
1859 # Name: nntp_user
1860 # Type: string
1861 # Default: ""
1862
1863
1864 # Your login name on the NNTP server.  If unset and NNTP server requires
1865 # authentification, Mutt will prompt you for your account name when you
1866 # connect to newsserver.
1867
1868
1869 # set nntp_pass=""
1870 #
1871 # Name: nntp_pass
1872 # Type: string
1873 # Default: ""
1874
1875
1876 # Your password for NNTP account.
1877
1878
1879 # set nntp_poll=60
1880 #
1881 # Name: nntp_poll
1882 # Type: number
1883 # Default: 60
1884
1885
1886 # The time in seconds until any operations on newsgroup except post new
1887 # article will cause recheck for new news.  If set to 0, Mutt will
1888 # recheck newsgroup on each operation in index (stepping, read article,
1889 # etc.).
1890
1891
1892 # set nntp_reconnect=ask-yes
1893 #
1894 # Name: nntp_reconnect
1895 # Type: quadoption
1896 # Default: ask-yes
1897
1898
1899 # Controls whether or not Mutt will try to reconnect to newsserver when
1900 # connection lost.
1901
1902
1903 # set pager="builtin"
1904 #
1905 # Name: pager
1906 # Type: path
1907 # Default: "builtin"
1908
1909
1910 # This variable specifies which pager you would like to use to view
1911 # messages.  builtin means to use the builtin pager, otherwise this
1912 # variable should specify the pathname of the external pager you would
1913 # like to use.
1914
1915 # Using an external pager may have some disadvantages: Additional
1916 # keystrokes are necessary because you can't call mutt functions
1917 # directly from the pager, and screen resizes cause lines longer than
1918 # the screen width to be badly formatted in the help menu.
1919
1920
1921 # set pager_context=0
1922 #
1923 # Name: pager_context
1924 # Type: number
1925 # Default: 0
1926
1927
1928 # This variable controls the number of lines of context that are given
1929 # when displaying the next or previous page in the internal pager.  By
1930 # default, Mutt will display the line after the last one on the screen
1931 # at the top of the next page (0 lines of context).
1932
1933
1934 # set pager_format="-%Z- %C/%m: %-20.20n   %s"
1935 #
1936 # Name: pager_format
1937 # Type: string
1938 # Default: "-%Z- %C/%m: %-20.20n   %s"
1939
1940
1941 # This variable controls the format of the one-line message ``status''
1942 # displayed before each message in either the internal or an external
1943 # pager.  The valid sequences are listed in the ``$index_format''
1944 # section.
1945
1946
1947 # set pager_index_lines=0
1948 #
1949 # Name: pager_index_lines
1950 # Type: number
1951 # Default: 0
1952
1953
1954 # Determines the number of lines of a mini-index which is shown when in
1955 # the pager.  The current message, unless near the top or bottom of the
1956 # folder, will be roughly one third of the way down this mini-index,
1957 # giving the reader the context of a few messages before and after the
1958 # message.  This is useful, for example, to determine how many messages
1959 # remain to be read in the current thread.  One of the lines is reserved
1960 # for the status bar from the index, so a pager_index_lines of 6
1961 # will only show 5 lines of the actual index.  A value of 0 results in
1962 # no index being shown.  If the number of messages in the current folder
1963 # is less than pager_index_lines, then the index will only use as
1964 # many lines as it needs.
1965
1966
1967 # set pager_stop=no
1968 #
1969 # Name: pager_stop
1970 # Type: boolean
1971 # Default: no
1972
1973
1974 # When set, the internal-pager will not move to the next message
1975 # when you are at the end of a message and invoke the next-page
1976 # function.
1977
1978
1979 # set crypt_autosign=no
1980 #
1981 # Name: crypt_autosign
1982 # Type: boolean
1983 # Default: no
1984
1985
1986 # Setting this variable will cause Mutt to always attempt to
1987 # cryptographically sign outgoing messages.  This can be overridden
1988 # by use of the pgp-menu, when signing is not required or
1989 # encryption is requested as well. If ``$smime_is_default'' is set,
1990 # then OpenSSL is used instead to create S/MIME messages and settings can
1991 # be overridden by use of the smime-menu.
1992 # (Crypto only)
1993
1994
1995 # set crypt_autoencrypt=no
1996 #
1997 # Name: crypt_autoencrypt
1998 # Type: boolean
1999 # Default: no
2000
2001
2002 # Setting this variable will cause Mutt to always attempt to PGP
2003 # encrypt outgoing messages.  This is probably only useful in
2004 # connection to the send-hook command.  It can be overridden
2005 # by use of the pgp-menu, when encryption is not required or
2006 # signing is requested as well.  IF ``$smime_is_default'' is set,
2007 # then OpenSSL is used instead to create S/MIME messages and
2008 # settings can be overridden by use of the smime-menu.
2009 # (Crypto only)
2010
2011
2012 # set pgp_ignore_subkeys=yes
2013 #
2014 # Name: pgp_ignore_subkeys
2015 # Type: boolean
2016 # Default: yes
2017
2018
2019 # Setting this variable will cause Mutt to ignore OpenPGP subkeys. Instead,
2020 # the principal key will inherit the subkeys' capabilities.  Unset this
2021 # if you want to play interesting key selection games.
2022 # (PGP only)
2023
2024
2025 # set crypt_replyencrypt=yes
2026 #
2027 # Name: crypt_replyencrypt
2028 # Type: boolean
2029 # Default: yes
2030
2031
2032 # If set, automatically PGP or OpenSSL encrypt replies to messages which are
2033 # encrypted.
2034 # (Crypto only)
2035
2036
2037 # set crypt_replysign=no
2038 #
2039 # Name: crypt_replysign
2040 # Type: boolean
2041 # Default: no
2042
2043
2044 # If set, automatically PGP or OpenSSL sign replies to messages which are
2045 # signed.
2046
2047 # Note: this does not work on messages that are encrypted
2048 # and signed!
2049 # (Crypto only)
2050
2051
2052 # set crypt_replysignencrypted=no
2053 #
2054 # Name: crypt_replysignencrypted
2055 # Type: boolean
2056 # Default: no
2057
2058
2059 # If set, automatically PGP or OpenSSL sign replies to messages
2060 # which are encrypted. This makes sense in combination with
2061 # ``$crypt_replyencrypt'', because it allows you to sign all
2062 # messages which are automatically encrypted.  This works around
2063 # the problem noted in ``$crypt_replysign'', that mutt is not able
2064 # to find out whether an encrypted message is also signed.
2065 # (Crypto only)
2066
2067
2068 # set crypt_timestamp=yes
2069 #
2070 # Name: crypt_timestamp
2071 # Type: boolean
2072 # Default: yes
2073
2074
2075 # If set, mutt will include a time stamp in the lines surrounding
2076 # PGP or S/MIME output, so spoofing such lines is more difficult.
2077 # If you are using colors to mark these lines, and rely on these,
2078 # you may unset this setting.
2079 # (Crypto only)
2080
2081
2082 # set pgp_use_gpg_agent=no
2083 #
2084 # Name: pgp_use_gpg_agent
2085 # Type: boolean
2086 # Default: no
2087
2088
2089 # If set, mutt will use a possibly-running gpg-agent process.
2090 # (PGP only)
2091
2092
2093 # set crypt_verify_sig=yes
2094 #
2095 # Name: crypt_verify_sig
2096 # Type: quadoption
2097 # Default: yes
2098
2099
2100 # If ``yes'', always attempt to verify PGP or S/MIME signatures.
2101 # If ``ask'', ask whether or not to verify the signature. 
2102 # If ``no'', never attempt to verify cryptographic signatures.
2103 # (Crypto only)
2104
2105
2106 # set smime_is_default=no
2107 #
2108 # Name: smime_is_default
2109 # Type: boolean
2110 # Default: no
2111
2112
2113 # The default behaviour of mutt is to use PGP on all auto-sign/encryption
2114 # operations. To override and to use OpenSSL instead this must be set.
2115 # However, this has no effect while replying, since mutt will automatically 
2116 # select the same application that was used to sign/encrypt the original
2117 # message.  (Note that this variable can be overridden by unsetting $crypt_autosmime.)
2118 # (S/MIME only)
2119
2120
2121 # set smime_ask_cert_label=yes
2122 #
2123 # Name: smime_ask_cert_label
2124 # Type: boolean
2125 # Default: yes
2126
2127
2128 # This flag controls whether you want to be asked to enter a label
2129 # for a certificate about to be added to the database or not. It is
2130 # set by default.
2131 # (S/MIME only)
2132
2133
2134 # set smime_decrypt_use_default_key=yes
2135 #
2136 # Name: smime_decrypt_use_default_key
2137 # Type: boolean
2138 # Default: yes
2139
2140
2141 # If set (default) this tells mutt to use the default key for decryption. Otherwise,
2142 # if manage multiple certificate-key-pairs, mutt will try to use the mailbox-address
2143 # to determine the key to use. It will ask you to supply a key, if it can't find one.
2144 # (S/MIME only)
2145
2146
2147 # set pgp_entry_format="%4n %t%f %4l/0x%k %-4a %2c %u"
2148 #
2149 # Name: pgp_entry_format
2150 # Type: string
2151 # Default: "%4n %t%f %4l/0x%k %-4a %2c %u"
2152
2153
2154 # This variable allows you to customize the PGP key selection menu to
2155 # your personal taste. This string is similar to ``$index_format'', but
2156 # has its own set of printf()-like sequences:
2157
2158 # %n      number
2159 # %k      key id
2160 # %u      user id
2161 # %a      algorithm
2162 # %l      key length
2163 # %f      flags
2164 # %c      capabilities
2165 # %t      trust/validity of the key-uid association
2166 # %[<s>]  date of the key where <s> is an strftime(3) expression
2167
2168
2169 # (PGP only)
2170
2171
2172 # set pgp_good_sign=""
2173 #
2174 # Name: pgp_good_sign
2175 # Type: regular expression
2176 # Default: ""
2177
2178
2179 # If you assign a text to this variable, then a PGP signature is only
2180 # considered verified if the output from $pgp_verify_command contains
2181 # the text. Use this variable if the exit code from the command is 0
2182 # even for bad signatures.
2183 # (PGP only)
2184
2185
2186 # set pgp_check_exit=yes
2187 #
2188 # Name: pgp_check_exit
2189 # Type: boolean
2190 # Default: yes
2191
2192
2193 # If set, mutt will check the exit code of the PGP subprocess when
2194 # signing or encrypting.  A non-zero exit code means that the
2195 # subprocess failed.
2196 # (PGP only)
2197
2198
2199 # set pgp_long_ids=no
2200 #
2201 # Name: pgp_long_ids
2202 # Type: boolean
2203 # Default: no
2204
2205
2206 # If set, use 64 bit PGP key IDs. Unset uses the normal 32 bit Key IDs.
2207 # (PGP only)
2208
2209
2210 # set pgp_retainable_sigs=no
2211 #
2212 # Name: pgp_retainable_sigs
2213 # Type: boolean
2214 # Default: no
2215
2216
2217 # If set, signed and encrypted messages will consist of nested
2218 # multipart/signed and multipart/encrypted body parts.
2219
2220 # This is useful for applications like encrypted and signed mailing
2221 # lists, where the outer layer (multipart/encrypted) can be easily
2222 # removed, while the inner multipart/signed part is retained.
2223 # (PGP only)
2224
2225
2226 # set pgp_autoinline=no
2227 #
2228 # Name: pgp_autoinline
2229 # Type: boolean
2230 # Default: no
2231
2232
2233 # This option controls whether Mutt generates old-style inline
2234 # (traditional) PGP encrypted or signed messages under certain
2235 # circumstances.  This can be overridden by use of the pgp-menu,
2236 # when inline is not required.
2237
2238 # Note that Mutt might automatically use PGP/MIME for messages
2239 # which consist of more than a single MIME part.  Mutt can be
2240 # configured to ask before sending PGP/MIME messages when inline
2241 # (traditional) would not work.
2242 # See also: ``$pgp_mime_auto''.
2243
2244 # Also note that using the old-style PGP message format is strongly
2245 # deprecated.
2246 # (PGP only)
2247
2248
2249 # set pgp_replyinline=no
2250 #
2251 # Name: pgp_replyinline
2252 # Type: boolean
2253 # Default: no
2254
2255
2256 # Setting this variable will cause Mutt to always attempt to
2257 # create an inline (traditional) message when replying to a
2258 # message which is PGP encrypted/signed inline.  This can be
2259 # overridden by use of the pgp-menu, when inline is not
2260 # required.  This option does not automatically detect if the
2261 # (replied-to) message is inline; instead it relies on Mutt
2262 # internals for previously checked/flagged messages.
2263
2264 # Note that Mutt might automatically use PGP/MIME for messages
2265 # which consist of more than a single MIME part.  Mutt can be
2266 # configured to ask before sending PGP/MIME messages when inline
2267 # (traditional) would not work.
2268 # See also: ``$pgp_mime_auto''.
2269
2270 # Also note that using the old-style PGP message format is strongly
2271 # deprecated.
2272 # (PGP only)
2273
2274
2275 # set pgp_show_unusable=yes
2276 #
2277 # Name: pgp_show_unusable
2278 # Type: boolean
2279 # Default: yes
2280
2281
2282 # If set, mutt will display non-usable keys on the PGP key selection
2283 # menu.  This includes keys which have been revoked, have expired, or
2284 # have been marked as ``disabled'' by the user.
2285 # (PGP only)
2286
2287
2288 # set pgp_sign_as=""
2289 #
2290 # Name: pgp_sign_as
2291 # Type: string
2292 # Default: ""
2293
2294
2295 # If you have more than one key pair, this option allows you to specify
2296 # which of your private keys to use.  It is recommended that you use the
2297 # keyid form to specify your key (e.g., ``0x00112233'').
2298 # (PGP only)
2299
2300
2301 # set pgp_strict_enc=yes
2302 #
2303 # Name: pgp_strict_enc
2304 # Type: boolean
2305 # Default: yes
2306
2307
2308 # If set, Mutt will automatically encode PGP/MIME signed messages as
2309 # quoted-printable.  Please note that unsetting this variable may
2310 # lead to problems with non-verifyable PGP signatures, so only change
2311 # this if you know what you are doing.
2312 # (PGP only)
2313
2314
2315 # set pgp_timeout=300
2316 #
2317 # Name: pgp_timeout
2318 # Type: number
2319 # Default: 300
2320
2321
2322 # The number of seconds after which a cached passphrase will expire if
2323 # not used.
2324 # (PGP only)
2325
2326
2327 # set pgp_sort_keys=address
2328 #
2329 # Name: pgp_sort_keys
2330 # Type: sort order
2331 # Default: address
2332
2333
2334 # Specifies how the entries in the `pgp keys' menu are sorted. The
2335 # following are legal values:
2336
2337 # address sort alphabetically by user id
2338 # keyid   sort alphabetically by key id
2339 # date    sort by key creation date
2340 # trust   sort by the trust of the key
2341
2342
2343 # If you prefer reverse order of the above values, prefix it with
2344 # `reverse-'.
2345 # (PGP only)
2346
2347
2348 # set pgp_mime_auto=ask-yes
2349 #
2350 # Name: pgp_mime_auto
2351 # Type: quadoption
2352 # Default: ask-yes
2353
2354
2355 # This option controls whether Mutt will prompt you for
2356 # automatically sending a (signed/encrypted) message using
2357 # PGP/MIME when inline (traditional) fails (for any reason).
2358
2359 # Also note that using the old-style PGP message format is strongly
2360 # deprecated.
2361 # (PGP only)
2362
2363
2364 # set pgp_decode_command=""
2365 #
2366 # Name: pgp_decode_command
2367 # Type: string
2368 # Default: ""
2369
2370
2371 # This format strings specifies a command which is used to decode 
2372 # application/pgp attachments.
2373
2374 # The PGP command formats have their own set of printf-like sequences:
2375
2376 # %p      Expands to PGPPASSFD=0 when a pass phrase is needed, to an empty
2377 #         string otherwise. Note: This may be used with a %? construct.
2378 # %f      Expands to the name of a file containing a message.
2379 # %s      Expands to the name of a file containing the signature part
2380 #                    of a multipart/signed attachment when verifying it.
2381 # %a      The value of $pgp_sign_as.
2382 # %r      One or more key IDs.
2383
2384
2385 # For examples on how to configure these formats for the various versions
2386 # of PGP which are floating around, see the pgp*.rc and gpg.rc files in
2387 # the samples/ subdirectory which has been installed on your system
2388 # alongside the documentation.
2389 # (PGP only)
2390
2391
2392 # set pgp_getkeys_command=""
2393 #
2394 # Name: pgp_getkeys_command
2395 # Type: string
2396 # Default: ""
2397
2398
2399 # This command is invoked whenever mutt will need public key information.
2400 # %r is the only printf-like sequence used with this format.
2401 # (PGP only)
2402
2403
2404 # set pgp_verify_command=""
2405 #
2406 # Name: pgp_verify_command
2407 # Type: string
2408 # Default: ""
2409
2410
2411 # This command is used to verify PGP signatures.
2412 # (PGP only)
2413
2414
2415 # set pgp_decrypt_command=""
2416 #
2417 # Name: pgp_decrypt_command
2418 # Type: string
2419 # Default: ""
2420
2421
2422 # This command is used to decrypt a PGP encrypted message.
2423 # (PGP only)
2424
2425
2426 # set pgp_clearsign_command=""
2427 #
2428 # Name: pgp_clearsign_command
2429 # Type: string
2430 # Default: ""
2431
2432
2433 # This format is used to create a old-style "clearsigned" PGP
2434 # message.  Note that the use of this format is strongly
2435 # deprecated.
2436 # (PGP only)
2437
2438
2439 # set pgp_sign_command=""
2440 #
2441 # Name: pgp_sign_command
2442 # Type: string
2443 # Default: ""
2444
2445
2446 # This command is used to create the detached PGP signature for a 
2447 # multipart/signed PGP/MIME body part.
2448 # (PGP only)
2449
2450
2451 # set pgp_encrypt_sign_command=""
2452 #
2453 # Name: pgp_encrypt_sign_command
2454 # Type: string
2455 # Default: ""
2456
2457
2458 # This command is used to both sign and encrypt a body part.
2459 # (PGP only)
2460
2461
2462 # set pgp_encrypt_only_command=""
2463 #
2464 # Name: pgp_encrypt_only_command
2465 # Type: string
2466 # Default: ""
2467
2468
2469 # This command is used to encrypt a body part without signing it.
2470 # (PGP only)
2471
2472
2473 # set pgp_import_command=""
2474 #
2475 # Name: pgp_import_command
2476 # Type: string
2477 # Default: ""
2478
2479
2480 # This command is used to import a key from a message into 
2481 # the user's public key ring.
2482 # (PGP only)
2483
2484
2485 # set pgp_export_command=""
2486 #
2487 # Name: pgp_export_command
2488 # Type: string
2489 # Default: ""
2490
2491
2492 # This command is used to export a public key from the user's
2493 # key ring.
2494 # (PGP only)
2495
2496
2497 # set pgp_verify_key_command=""
2498 #
2499 # Name: pgp_verify_key_command
2500 # Type: string
2501 # Default: ""
2502
2503
2504 # This command is used to verify key information from the key selection
2505 # menu.
2506 # (PGP only)
2507
2508
2509 # set pgp_list_secring_command=""
2510 #
2511 # Name: pgp_list_secring_command
2512 # Type: string
2513 # Default: ""
2514
2515
2516 # This command is used to list the secret key ring's contents.  The
2517 # output format must be analogous to the one used by 
2518 # gpg --list-keys --with-colons.
2519
2520 # This format is also generated by the pgpring utility which comes 
2521 # with mutt.
2522 # (PGP only)
2523
2524
2525 # set pgp_list_pubring_command=""
2526 #
2527 # Name: pgp_list_pubring_command
2528 # Type: string
2529 # Default: ""
2530
2531
2532 # This command is used to list the public key ring's contents.  The
2533 # output format must be analogous to the one used by 
2534 # gpg --list-keys --with-colons.
2535
2536 # This format is also generated by the pgpring utility which comes 
2537 # with mutt.
2538 # (PGP only)
2539
2540
2541 # set forward_decrypt=yes
2542 #
2543 # Name: forward_decrypt
2544 # Type: boolean
2545 # Default: yes
2546
2547
2548 # Controls the handling of encrypted messages when forwarding a message.
2549 # When set, the outer layer of encryption is stripped off.  This
2550 # variable is only used if ``$mime_forward'' is set and
2551 # ``$mime_forward_decode'' is unset.
2552 # (PGP only)
2553
2554
2555 # set smime_timeout=300
2556 #
2557 # Name: smime_timeout
2558 # Type: number
2559 # Default: 300
2560
2561
2562 # The number of seconds after which a cached passphrase will expire if
2563 # not used.
2564 # (S/MIME only)
2565
2566
2567 # set smime_encrypt_with=""
2568 #
2569 # Name: smime_encrypt_with
2570 # Type: string
2571 # Default: ""
2572
2573
2574 # This sets the algorithm that should be used for encryption.
2575 # Valid choices are "des", "des3", "rc2-40", "rc2-64", "rc2-128".
2576 # If unset "3des" (TripleDES) is used.
2577 # (S/MIME only)
2578
2579
2580 # set smime_keys=""
2581 #
2582 # Name: smime_keys
2583 # Type: path
2584 # Default: ""
2585
2586
2587 # Since there is no pubring/secring as with PGP, mutt has to handle
2588 # storage ad retrieval of keys/certs by itself. This is very basic right now,
2589 # and stores keys and certificates in two different directories, both
2590 # named as the hash-value retrieved from OpenSSL. There is an index file
2591 # which contains mailbox-address keyid pair, and which can be manually
2592 # edited. This one points to the location of the private keys.
2593 # (S/MIME only)
2594
2595
2596 # set smime_ca_location=""
2597 #
2598 # Name: smime_ca_location
2599 # Type: path
2600 # Default: ""
2601
2602
2603 # This variable contains the name of either a directory, or a file which
2604 # contains trusted certificates for use with OpenSSL.
2605 # (S/MIME only)
2606
2607
2608 # set smime_certificates=""
2609 #
2610 # Name: smime_certificates
2611 # Type: path
2612 # Default: ""
2613
2614
2615 # Since there is no pubring/secring as with PGP, mutt has to handle
2616 # storage and retrieval of keys by itself. This is very basic right
2617 # now, and keys and certificates are stored in two different
2618 # directories, both named as the hash-value retrieved from
2619 # OpenSSL. There is an index file which contains mailbox-address
2620 # keyid pairs, and which can be manually edited. This one points to
2621 # the location of the certificates.
2622 # (S/MIME only)
2623
2624
2625 # set smime_decrypt_command=""
2626 #
2627 # Name: smime_decrypt_command
2628 # Type: string
2629 # Default: ""
2630
2631
2632 # This format string specifies a command which is used to decrypt
2633 # application/x-pkcs7-mime attachments.
2634
2635 # The OpenSSL command formats have their own set of printf-like sequences
2636 # similar to PGP's:
2637
2638 # %f      Expands to the name of a file containing a message.
2639 # %s      Expands to the name of a file containing the signature part
2640 #                    of a multipart/signed attachment when verifying it.
2641 # %k      The key-pair specified with $smime_default_key
2642 # %c      One or more certificate IDs.
2643 # %a      The algorithm used for encryption.
2644 # %C      CA location:  Depending on whether $smime_ca_location
2645 #                    points to a directory or file, this expands to 
2646 #                    "-CApath $smime_ca_location" or "-CAfile $smime_ca_location".
2647
2648
2649 # For examples on how to configure these formats, see the smime.rc in
2650 # the samples/ subdirectory which has been installed on your system
2651 # alongside the documentation.
2652 # (S/MIME only)
2653
2654
2655 # set smime_verify_command=""
2656 #
2657 # Name: smime_verify_command
2658 # Type: string
2659 # Default: ""
2660
2661
2662 # This command is used to verify S/MIME signatures of type multipart/signed.
2663 # (S/MIME only)
2664
2665
2666 # set smime_verify_opaque_command=""
2667 #
2668 # Name: smime_verify_opaque_command
2669 # Type: string
2670 # Default: ""
2671
2672
2673 # This command is used to verify S/MIME signatures of type
2674 # application/x-pkcs7-mime.
2675 # (S/MIME only)
2676
2677
2678 # set smime_sign_command=""
2679 #
2680 # Name: smime_sign_command
2681 # Type: string
2682 # Default: ""
2683
2684
2685 # This command is used to created S/MIME signatures of type
2686 # multipart/signed, which can be read by all mail clients.
2687 # (S/MIME only)
2688
2689
2690 # set smime_sign_opaque_command=""
2691 #
2692 # Name: smime_sign_opaque_command
2693 # Type: string
2694 # Default: ""
2695
2696
2697 # This command is used to created S/MIME signatures of type
2698 # application/x-pkcs7-signature, which can only be handled by mail
2699 # clients supporting the S/MIME extension.
2700 # (S/MIME only)
2701
2702
2703 # set smime_encrypt_command=""
2704 #
2705 # Name: smime_encrypt_command
2706 # Type: string
2707 # Default: ""
2708
2709
2710 # This command is used to create encrypted S/MIME messages.
2711 # (S/MIME only)
2712
2713
2714 # set smime_pk7out_command=""
2715 #
2716 # Name: smime_pk7out_command
2717 # Type: string
2718 # Default: ""
2719
2720
2721 # This command is used to extract PKCS7 structures of S/MIME signatures,
2722 # in order to extract the public X509 certificate(s).
2723 # (S/MIME only)
2724
2725
2726 # set smime_get_cert_command=""
2727 #
2728 # Name: smime_get_cert_command
2729 # Type: string
2730 # Default: ""
2731
2732
2733 # This command is used to extract X509 certificates from a PKCS7 structure.
2734 # (S/MIME only)
2735
2736
2737 # set smime_get_signer_cert_command=""
2738 #
2739 # Name: smime_get_signer_cert_command
2740 # Type: string
2741 # Default: ""
2742
2743
2744 # This command is used to extract only the signers X509 certificate from a S/MIME
2745 # signature, so that the certificate's owner may get compared to the
2746 # email's 'From'-field.
2747 # (S/MIME only)
2748
2749
2750 # set smime_import_cert_command=""
2751 #
2752 # Name: smime_import_cert_command
2753 # Type: string
2754 # Default: ""
2755
2756
2757 # This command is used to import a certificate via smime_keys.
2758 # (S/MIME only)
2759
2760
2761 # set smime_get_cert_email_command=""
2762 #
2763 # Name: smime_get_cert_email_command
2764 # Type: string
2765 # Default: ""
2766
2767
2768 # This command is used to extract the mail address(es) used for storing
2769 # X509 certificates, and for verification purposes (to check whether the
2770 # certificate was issued for the sender's mailbox).
2771 # (S/MIME only)
2772
2773
2774 # set smime_default_key=""
2775 #
2776 # Name: smime_default_key
2777 # Type: string
2778 # Default: ""
2779
2780
2781 # This is the default key-pair to use for signing. This must be set to the
2782 # keyid (the hash-value that OpenSSL generates) to work properly
2783 # (S/MIME only)
2784
2785
2786 # set ssl_starttls=yes
2787 #
2788 # Name: ssl_starttls
2789 # Type: quadoption
2790 # Default: yes
2791
2792
2793 # If set (the default), mutt will attempt to use STARTTLS on servers
2794 # advertising the capability. When unset, mutt will not attempt to
2795 # use STARTTLS regardless of the server's capabilities.
2796
2797
2798 # set certificate_file="~/.mutt_certificates"
2799 #
2800 # Name: certificate_file
2801 # Type: path
2802 # Default: "~/.mutt_certificates"
2803
2804
2805 # This variable specifies the file where the certificates you trust
2806 # are saved. When an unknown certificate is encountered, you are asked
2807 # if you accept it or not. If you accept it, the certificate can also 
2808 # be saved in this file and further connections are automatically 
2809 # accepted.
2810
2811 # You can also manually add CA certificates in this file. Any server
2812 # certificate that is signed with one of these CA certificates are 
2813 # also automatically accepted.
2814
2815 # Example: set certificate_file=~/.mutt/certificates
2816
2817
2818 # set ssl_usesystemcerts=yes
2819 #
2820 # Name: ssl_usesystemcerts
2821 # Type: boolean
2822 # Default: yes
2823
2824
2825 # If set to yes, mutt will use CA certificates in the
2826 # system-wide certificate store when checking if server certificate 
2827 # is signed by a trusted CA.
2828
2829
2830 # set entropy_file=""
2831 #
2832 # Name: entropy_file
2833 # Type: path
2834 # Default: ""
2835
2836
2837 # The file which includes random data that is used to initialize SSL
2838 # library functions.
2839
2840
2841 # set ssl_use_sslv2=yes
2842 #
2843 # Name: ssl_use_sslv2
2844 # Type: boolean
2845 # Default: yes
2846
2847
2848 # This variables specifies whether to attempt to use SSLv2 in the
2849 # SSL authentication process.
2850
2851
2852 # set ssl_use_sslv3=yes
2853 #
2854 # Name: ssl_use_sslv3
2855 # Type: boolean
2856 # Default: yes
2857
2858
2859 # This variables specifies whether to attempt to use SSLv3 in the
2860 # SSL authentication process.
2861
2862
2863 # set ssl_use_tlsv1=yes
2864 #
2865 # Name: ssl_use_tlsv1
2866 # Type: boolean
2867 # Default: yes
2868
2869
2870 # This variables specifies whether to attempt to use TLSv1 in the
2871 # SSL authentication process.
2872
2873
2874 # set ssl_client_cert=""
2875 #
2876 # Name: ssl_client_cert
2877 # Type: path
2878 # Default: ""
2879
2880
2881 # The file containing a client certificate and its associated private
2882 # key.
2883
2884
2885 # set pipe_split=no
2886 #
2887 # Name: pipe_split
2888 # Type: boolean
2889 # Default: no
2890
2891
2892 # Used in connection with the pipe-message command and the ``tag-
2893 # prefix'' operator.  If this variable is unset, when piping a list of
2894 # tagged messages Mutt will concatenate the messages and will pipe them
2895 # as a single folder.  When set, Mutt will pipe the messages one by one.
2896 # In both cases the messages are piped in the current sorted order,
2897 # and the ``$pipe_sep'' separator is added after each message.
2898
2899
2900 # set pipe_decode=no
2901 #
2902 # Name: pipe_decode
2903 # Type: boolean
2904 # Default: no
2905
2906
2907 # Used in connection with the pipe-message command.  When unset,
2908 # Mutt will pipe the messages without any preprocessing. When set, Mutt
2909 # will weed headers and will attempt to PGP/MIME decode the messages
2910 # first.
2911
2912
2913 # set pipe_sep="\n"
2914 #
2915 # Name: pipe_sep
2916 # Type: string
2917 # Default: "\n"
2918
2919
2920 # The separator to add between messages when piping a list of tagged
2921 # messages to an external Unix command.
2922
2923
2924 # set pop_authenticators=""
2925 #
2926 # Name: pop_authenticators
2927 # Type: string
2928 # Default: ""
2929
2930
2931 # This is a colon-delimited list of authentication methods mutt may
2932 # attempt to use to log in to an POP server, in the order mutt should
2933 # try them.  Authentication methods are either 'user', 'apop' or any
2934 # SASL mechanism, eg 'digest-md5', 'gssapi' or 'cram-md5'.
2935 # This parameter is case-insensitive. If this parameter is unset
2936 # (the default) mutt will try all available methods, in order from
2937 # most-secure to least-secure.
2938
2939 # Example: set pop_authenticators="digest-md5:apop:user"
2940
2941
2942 # set pop_auth_try_all=yes
2943 #
2944 # Name: pop_auth_try_all
2945 # Type: boolean
2946 # Default: yes
2947
2948
2949 # If set, Mutt will try all available methods. When unset, Mutt will
2950 # only fall back to other authentication methods if the previous
2951 # methods are unavailable. If a method is available but authentication
2952 # fails, Mutt will not connect to the POP server.
2953
2954
2955 # set pop_checkinterval=60
2956 #
2957 # Name: pop_checkinterval
2958 # Type: number
2959 # Default: 60
2960
2961
2962 # This variable configures how often (in seconds) POP should look for
2963 # new mail.
2964
2965
2966 # set pop_delete=ask-no
2967 #
2968 # Name: pop_delete
2969 # Type: quadoption
2970 # Default: ask-no
2971
2972
2973 # If set, Mutt will delete successfully downloaded messages from the POP
2974 # server when using the fetch-mail function.  When unset, Mutt will
2975 # download messages but also leave them on the POP server.
2976
2977
2978 # set pop_host=""
2979 #
2980 # Name: pop_host
2981 # Type: string
2982 # Default: ""
2983
2984
2985 # The name of your POP server for the fetch-mail function.  You
2986 # can also specify an alternative port, username and password, ie:
2987
2988 # [pop[s]://][username[:password]@]popserver[:port]
2989
2990
2991 # set pop_last=no
2992 #
2993 # Name: pop_last
2994 # Type: boolean
2995 # Default: no
2996
2997
2998 # If this variable is set, mutt will try to use the "LAST" POP command
2999 # for retrieving only unread messages from the POP server when using
3000 # the fetch-mail function.
3001
3002
3003 # set pop_reconnect=ask-yes
3004 #
3005 # Name: pop_reconnect
3006 # Type: quadoption
3007 # Default: ask-yes
3008
3009
3010 # Controls whether or not Mutt will try to reconnect to POP server when
3011 # connection lost.
3012
3013
3014 # set pop_user=""
3015 #
3016 # Name: pop_user
3017 # Type: string
3018 # Default: ""
3019
3020
3021 # Your login name on the POP server.
3022
3023 # This variable defaults to your user name on the local machine.
3024
3025
3026 # set pop_pass=""
3027 #
3028 # Name: pop_pass
3029 # Type: string
3030 # Default: ""
3031
3032
3033 # Specifies the password for your POP account.  If unset, Mutt will
3034 # prompt you for your password when you open POP mailbox.
3035 # Warning: you should only use this option when you are on a
3036 # fairly secure machine, because the superuser can read your muttrc
3037 # even if you are the only one who can read the file.
3038
3039
3040 # set post_indent_string=""
3041 #
3042 # Name: post_indent_string
3043 # Type: string
3044 # Default: ""
3045
3046
3047 # Similar to the ``$attribution'' variable, Mutt will append this
3048 # string after the inclusion of a message which is being replied to.
3049
3050
3051 # set post_moderated=ask-yes
3052 #
3053 # Name: post_moderated
3054 # Type: quadoption
3055 # Default: ask-yes
3056
3057
3058 # If set to yes, Mutt will post article to newsgroup that have
3059 # not permissions to posting (e.g. moderated).  Note: if newsserver
3060 # does not support posting to that newsgroup or totally read-only, that
3061 # posting will not have an effect.
3062
3063
3064 # set postpone=ask-yes
3065 #
3066 # Name: postpone
3067 # Type: quadoption
3068 # Default: ask-yes
3069
3070
3071 # Controls whether or not messages are saved in the ``$postponed''
3072 # mailbox when you elect not to send immediately.
3073
3074
3075 # set postponed="~/postponed"
3076 #
3077 # Name: postponed
3078 # Type: path
3079 # Default: "~/postponed"
3080
3081
3082 # Mutt allows you to indefinitely ``postpone sending a message'' which
3083 # you are editing.  When you choose to postpone a message, Mutt saves it
3084 # in the mailbox specified by this variable.  Also see the ``$postpone''
3085 # variable.
3086
3087
3088 # set preconnect=""
3089 #
3090 # Name: preconnect
3091 # Type: string
3092 # Default: ""
3093
3094
3095 # If set, a shell command to be executed if mutt fails to establish
3096 # a connection to the server. This is useful for setting up secure
3097 # connections, e.g. with ssh(1). If the command returns a  nonzero
3098 # status, mutt gives up opening the server. Example:
3099
3100 # preconnect="ssh -f -q -L 1234:mailhost.net:143 mailhost.net
3101 # sleep 20 < /dev/null > /dev/null"
3102
3103 # Mailbox 'foo' on mailhost.net can now be reached
3104 # as '{localhost:1234}foo'.
3105
3106 # NOTE: For this example to work, you must be able to log in to the
3107 # remote machine without having to enter a password.
3108
3109
3110 # set print=ask-no
3111 #
3112 # Name: print
3113 # Type: quadoption
3114 # Default: ask-no
3115
3116
3117 # Controls whether or not Mutt asks for confirmation before printing.
3118 # This is useful for people (like me) who accidentally hit ``p'' often.
3119
3120
3121 # set print_command="lpr"
3122 #
3123 # Name: print_command
3124 # Type: path
3125 # Default: "lpr"
3126
3127
3128 # This specifies the command pipe that should be used to print messages.
3129
3130
3131 # set print_decode=yes
3132 #
3133 # Name: print_decode
3134 # Type: boolean
3135 # Default: yes
3136
3137
3138 # Used in connection with the print-message command.  If this
3139 # option is set, the message is decoded before it is passed to the
3140 # external command specified by $print_command.  If this option
3141 # is unset, no processing will be applied to the message when
3142 # printing it.  The latter setting may be useful if you are using
3143 # some advanced printer filter which is able to properly format
3144 # e-mail messages for printing.
3145
3146
3147 # set print_split=no
3148 #
3149 # Name: print_split
3150 # Type: boolean
3151 # Default: no
3152
3153
3154 # Used in connection with the print-message command.  If this option
3155 # is set, the command specified by $print_command is executed once for
3156 # each message which is to be printed.  If this option is unset, 
3157 # the command specified by $print_command is executed only once, and
3158 # all the messages are concatenated, with a form feed as the message
3159 # separator.
3160
3161 # Those who use the enscript(1) program's mail-printing mode will
3162 # most likely want to set this option.
3163
3164
3165 # set prompt_after=yes
3166 #
3167 # Name: prompt_after
3168 # Type: boolean
3169 # Default: yes
3170
3171
3172 # If you use an external ``$pager'', setting this variable will
3173 # cause Mutt to prompt you for a command when the pager exits rather
3174 # than returning to the index menu.  If unset, Mutt will return to the
3175 # index menu when the external pager exits.
3176
3177
3178 # set query_command=""
3179 #
3180 # Name: query_command
3181 # Type: path
3182 # Default: ""
3183
3184
3185 # This specifies the command that mutt will use to make external address
3186 # queries.  The string should contain a %s, which will be substituted
3187 # with the query string the user types.  See ``query'' for more
3188 # information.
3189
3190
3191 # set quit=yes
3192 #
3193 # Name: quit
3194 # Type: quadoption
3195 # Default: yes
3196
3197
3198 # This variable controls whether ``quit'' and ``exit'' actually quit
3199 # from mutt.  If it set to yes, they do quit, if it is set to no, they
3200 # have no effect, and if it is set to ask-yes or ask-no, you are
3201 # prompted for confirmation when you try to quit.
3202
3203
3204 # set quote_regexp="^([ \t]*[|>:}#])+"
3205 #
3206 # Name: quote_regexp
3207 # Type: regular expression
3208 # Default: "^([ \t]*[|>:}#])+"
3209
3210
3211 # A regular expression used in the internal-pager to determine quoted
3212 # sections of text in the body of a message.
3213
3214 # Note: In order to use the quotedx patterns in the
3215 # internal pager, you need to set this to a regular expression that
3216 # matches exactly the quote characters at the beginning of quoted
3217 # lines.
3218
3219
3220 # set read_inc=10
3221 #
3222 # Name: read_inc
3223 # Type: number
3224 # Default: 10
3225
3226
3227 # If set to a value greater than 0, Mutt will display which message it
3228 # is currently on when reading a mailbox.  The message is printed after
3229 # read_inc messages have been read (e.g., if set to 25, Mutt will
3230 # print a message when it reads message 25, and then again when it gets
3231 # to message 50).  This variable is meant to indicate progress when
3232 # reading large mailboxes which may take some time.
3233 # When set to 0, only a single message will appear before the reading
3234 # the mailbox.
3235
3236 # Also see the ``$write_inc'' variable.
3237
3238
3239 # set read_only=no
3240 #
3241 # Name: read_only
3242 # Type: boolean
3243 # Default: no
3244
3245
3246 # If set, all folders are opened in read-only mode.
3247
3248
3249 # set realname=""
3250 #
3251 # Name: realname
3252 # Type: string
3253 # Default: ""
3254
3255
3256 # This variable specifies what "real" or "personal" name should be used
3257 # when sending messages.
3258
3259 # By default, this is the GECOS field from /etc/passwd.  Note that this
3260 # variable will not be used when the user has set a real name
3261 # in the $from variable.
3262
3263
3264 # set recall=ask-yes
3265 #
3266 # Name: recall
3267 # Type: quadoption
3268 # Default: ask-yes
3269
3270
3271 # Controls whether or not you are prompted to recall postponed messages
3272 # when composing a new message.  Also see ``$postponed''.
3273
3274 # Setting this variable to ``yes'' is not generally useful, and thus not
3275 # recommended.
3276
3277
3278 # set record=""
3279 #
3280 # Name: record
3281 # Type: path
3282 # Default: ""
3283
3284
3285 # This specifies the file into which your outgoing messages should be
3286 # appended.  (This is meant as the primary method for saving a copy of
3287 # your messages, but another way to do this is using the ``my_hdr''
3288 # command to create a Bcc: field with your email address in it.)
3289
3290 # The value of $record is overridden by the ``$force_name'' and
3291 # ``$save_name'' variables, and the ``fcc-hook'' command.
3292
3293
3294 # set reply_regexp="^(re([\\[0-9\\]+])*|aw):[ \t]*"
3295 #
3296 # Name: reply_regexp
3297 # Type: regular expression
3298 # Default: "^(re([\\[0-9\\]+])*|aw):[ \t]*"
3299
3300
3301 # A regular expression used to recognize reply messages when threading
3302 # and replying. The default value corresponds to the English "Re:" and
3303 # the German "Aw:".
3304
3305
3306 # set reply_self=no
3307 #
3308 # Name: reply_self
3309 # Type: boolean
3310 # Default: no
3311
3312
3313 # If unset and you are replying to a message sent by you, Mutt will
3314 # assume that you want to reply to the recipients of that message rather
3315 # than to yourself.
3316
3317
3318 # set reply_to=ask-yes
3319 #
3320 # Name: reply_to
3321 # Type: quadoption
3322 # Default: ask-yes
3323
3324
3325 # If set, Mutt will ask you if you want to use the address listed in the
3326 # Reply-To: header field when replying to a message.  If you answer no,
3327 # it will use the address in the From: header field instead.  This
3328 # option is useful for reading a mailing list that sets the Reply-To:
3329 # header field to the list address and you want to send a private
3330 # message to the author of a message.
3331
3332
3333 # set resolve=yes
3334 #
3335 # Name: resolve
3336 # Type: boolean
3337 # Default: yes
3338
3339
3340 # When set, the cursor will be automatically advanced to the next
3341 # (possibly undeleted) message whenever a command that modifies the
3342 # current message is executed.
3343
3344
3345 # set reverse_alias=no
3346 #
3347 # Name: reverse_alias
3348 # Type: boolean
3349 # Default: no
3350
3351
3352 # This variable controls whether or not Mutt will display the "personal"
3353 # name from your aliases in the index menu if it finds an alias that
3354 # matches the message's sender.  For example, if you have the following
3355 # alias:
3356
3357 # alias juser abd30425@somewhere.net (Joe User)
3358
3359 # and then you receive mail which contains the following header:
3360
3361 # From: abd30425@somewhere.net
3362
3363 # It would be displayed in the index menu as ``Joe User'' instead of
3364 # ``abd30425@somewhere.net.''  This is useful when the person's e-mail
3365 # address is not human friendly (like CompuServe addresses).
3366
3367
3368 # set reverse_name=no
3369 #
3370 # Name: reverse_name
3371 # Type: boolean
3372 # Default: no
3373
3374
3375 # It may sometimes arrive that you receive mail to a certain machine,
3376 # move the messages to another machine, and reply to some the messages
3377 # from there.  If this variable is set, the default From: line of
3378 # the reply messages is built using the address where you received the
3379 # messages you are replying to if that address matches your
3380 # alternates.  If the variable is unset, or the address that would be
3381 # used doesn't match your alternates, the From: line will use
3382 # your address on the current machine.
3383
3384
3385 # set reverse_realname=yes
3386 #
3387 # Name: reverse_realname
3388 # Type: boolean
3389 # Default: yes
3390
3391
3392 # This variable fine-tunes the behaviour of the reverse_name feature.
3393 # When it is set, mutt will use the address from incoming messages as-is,
3394 # possibly including eventual real names.  When it is unset, mutt will
3395 # override any such real names with the setting of the realname variable.
3396
3397
3398 # set rfc2047_parameters=no
3399 #
3400 # Name: rfc2047_parameters
3401 # Type: boolean
3402 # Default: no
3403
3404
3405 # When this variable is set, Mutt will decode RFC-2047-encoded MIME 
3406 # parameters. You want to set this variable when mutt suggests you
3407 # to save attachments to files named like this: 
3408 # =?iso-8859-1?Q?file=5F=E4=5F991116=2Ezip?=
3409
3410 # When this variable is set interactively, the change doesn't have
3411 # the desired effect before you have changed folders.
3412
3413 # Note that this use of RFC 2047's encoding is explicitly,
3414 # prohibited by the standard, but nevertheless encountered in the
3415 # wild.
3416 # Also note that setting this parameter will not have the effect 
3417 # that mutt generates this kind of encoding.  Instead, mutt will
3418 # unconditionally use the encoding specified in RFC 2231.
3419
3420
3421 # set save_address=no
3422 #
3423 # Name: save_address
3424 # Type: boolean
3425 # Default: no
3426
3427
3428 # If set, mutt will take the sender's full address when choosing a
3429 # default folder for saving a mail. If ``$save_name'' or ``$force_name''
3430 # is set too, the selection of the fcc folder will be changed as well.
3431
3432
3433 # set save_empty=yes
3434 #
3435 # Name: save_empty
3436 # Type: boolean
3437 # Default: yes
3438
3439
3440 # When unset, mailboxes which contain no saved messages will be removed
3441 # when closed (the exception is ``$spoolfile'' which is never removed).
3442 # If set, mailboxes are never removed.
3443
3444 # Note: This only applies to mbox and MMDF folders, Mutt does not
3445 # delete MH and Maildir directories.
3446
3447
3448 # set save_name=no
3449 #
3450 # Name: save_name
3451 # Type: boolean
3452 # Default: no
3453
3454
3455 # This variable controls how copies of outgoing messages are saved.
3456 # When set, a check is made to see if a mailbox specified by the
3457 # recipient address exists (this is done by searching for a mailbox in
3458 # the ``$folder'' directory with the username part of the
3459 # recipient address).  If the mailbox exists, the outgoing message will
3460 # be saved to that mailbox, otherwise the message is saved to the
3461 # ``$record'' mailbox.
3462
3463 # Also see the ``$force_name'' variable.
3464
3465
3466 # set score=yes
3467 #
3468 # Name: score
3469 # Type: boolean
3470 # Default: yes
3471
3472
3473 # When this variable is unset, scoring is turned off.  This can
3474 # be useful to selectively disable scoring for certain folders when the
3475 # ``$score_threshold_delete'' variable and friends are used.
3476
3477
3478 # set score_threshold_delete=-1
3479 #
3480 # Name: score_threshold_delete
3481 # Type: number
3482 # Default: -1
3483
3484
3485 # Messages which have been assigned a score equal to or lower than the value
3486 # of this variable are automatically marked for deletion by mutt.  Since
3487 # mutt scores are always greater than or equal to zero, the default setting
3488 # of this variable will never mark a message for deletion.
3489
3490
3491 # set score_threshold_flag=9999
3492 #
3493 # Name: score_threshold_flag
3494 # Type: number
3495 # Default: 9999
3496
3497
3498 # Messages which have been assigned a score greater than or equal to this 
3499 # variable's value are automatically marked "flagged".
3500
3501
3502 # set score_threshold_read=-1
3503 #
3504 # Name: score_threshold_read
3505 # Type: number
3506 # Default: -1
3507
3508
3509 # Messages which have been assigned a score equal to or lower than the value
3510 # of this variable are automatically marked as read by mutt.  Since
3511 # mutt scores are always greater than or equal to zero, the default setting
3512 # of this variable will never mark a message read.
3513
3514
3515 # set send_charset="us-ascii:iso-8859-1:utf-8"
3516 #
3517 # Name: send_charset
3518 # Type: string
3519 # Default: "us-ascii:iso-8859-1:utf-8"
3520
3521
3522 # A list of character sets for outgoing messages. Mutt will use the
3523 # first character set into which the text can be converted exactly.
3524 # If your ``$charset'' is not iso-8859-1 and recipients may not
3525 # understand UTF-8, it is advisable to include in the list an
3526 # appropriate widely used standard character set (such as
3527 # iso-8859-2, koi8-r or iso-2022-jp) either instead of or after
3528 # "iso-8859-1".
3529
3530
3531 # set sendmail="/usr/sbin/sendmail -oem -oi"
3532 #
3533 # Name: sendmail
3534 # Type: path
3535 # Default: "/usr/sbin/sendmail -oem -oi"
3536
3537
3538 # Specifies the program and arguments used to deliver mail sent by Mutt.
3539 # Mutt expects that the specified program interprets additional
3540 # arguments as recipient addresses.
3541
3542
3543 # set sendmail_wait=0
3544 #
3545 # Name: sendmail_wait
3546 # Type: number
3547 # Default: 0
3548
3549
3550 # Specifies the number of seconds to wait for the ``$sendmail'' process
3551 # to finish before giving up and putting delivery in the background.
3552
3553 # Mutt interprets the value of this variable as follows:
3554 # >0      number of seconds to wait for sendmail to finish before continuing
3555 # 0       wait forever for sendmail to finish
3556 # <0      always put sendmail in the background without waiting
3557
3558
3559 # Note that if you specify a value other than 0, the output of the child
3560 # process will be put in a temporary file.  If there is some error, you
3561 # will be informed as to where to find the output.
3562
3563
3564 # set shell=""
3565 #
3566 # Name: shell
3567 # Type: path
3568 # Default: ""
3569
3570
3571 # Command to use when spawning a subshell.  By default, the user's login
3572 # shell from /etc/passwd is used.
3573
3574
3575 # set save_unsubscribed=no
3576 #
3577 # Name: save_unsubscribed
3578 # Type: boolean
3579 # Default: no
3580
3581
3582 # When set, info about unsubscribed newsgroups will be saved into
3583 # ``newsrc'' file and into cache.
3584
3585
3586 # set show_new_news=yes
3587 #
3588 # Name: show_new_news
3589 # Type: boolean
3590 # Default: yes
3591
3592
3593 # If set, newsserver will be asked for new newsgroups on entering
3594 # the browser.  Otherwise, it will be done only once for a newsserver.
3595 # Also controls whether or not number of new articles of subscribed
3596 # newsgroups will be then checked.
3597
3598
3599 # set show_only_unread=no
3600 #
3601 # Name: show_only_unread
3602 # Type: boolean
3603 # Default: no
3604
3605
3606 # If set, only subscribed newsgroups that contain unread articles
3607 # will be displayed in browser.
3608
3609
3610 # set sig_dashes=yes
3611 #
3612 # Name: sig_dashes
3613 # Type: boolean
3614 # Default: yes
3615
3616
3617 # If set, a line containing ``-- '' will be inserted before your
3618 # ``$signature''.  It is strongly recommended that you not unset
3619 # this variable unless your ``signature'' contains just your name.  The
3620 # reason for this is because many software packages use ``-- \n'' to
3621 # detect your signature.  For example, Mutt has the ability to highlight
3622 # the signature in a different color in the builtin pager.
3623
3624
3625 # set sig_on_top=no
3626 #
3627 # Name: sig_on_top
3628 # Type: boolean
3629 # Default: no
3630
3631
3632 # If set, the signature will be included before any quoted or forwarded
3633 # text.  It is strongly recommended that you do not set this variable
3634 # unless you really know what you are doing, and are prepared to take
3635 # some heat from netiquette guardians.
3636
3637
3638 # set signature="~/.signature"
3639 #
3640 # Name: signature
3641 # Type: path
3642 # Default: "~/.signature"
3643
3644
3645 # Specifies the filename of your signature, which is appended to all
3646 # outgoing messages.   If the filename ends with a pipe (``|''), it is
3647 # assumed that filename is a shell command and input should be read from
3648 # its stdout.
3649
3650
3651 # set simple_search="~f %s | ~s %s"
3652 #
3653 # Name: simple_search
3654 # Type: string
3655 # Default: "~f %s | ~s %s"
3656
3657
3658 # Specifies how Mutt should expand a simple search into a real search
3659 # pattern.  A simple search is one that does not contain any of the ~
3660 # operators.  See ``patterns'' for more information on search patterns.
3661
3662 # For example, if you simply type joe at a search or limit prompt, Mutt
3663 # will automatically expand it to the value specified by this variable.
3664 # For the default value it would be:
3665
3666 # ~f joe | ~s joe
3667
3668
3669 # set smart_wrap=yes
3670 #
3671 # Name: smart_wrap
3672 # Type: boolean
3673 # Default: yes
3674
3675
3676 # Controls the display of lines longer than the screen width in the
3677 # internal pager. If set, long lines are wrapped at a word boundary.  If
3678 # unset, lines are simply wrapped at the screen edge. Also see the
3679 # ``$markers'' variable.
3680
3681
3682 # set smileys="(>From )|(:[-^]?[][)(><}{|/DP])"
3683 #
3684 # Name: smileys
3685 # Type: regular expression
3686 # Default: "(>From )|(:[-^]?[][)(><}{|/DP])"
3687
3688
3689 # The pager uses this variable to catch some common false
3690 # positives of ``$quote_regexp'', most notably smileys in the beginning
3691 # of a line
3692
3693
3694 # set sleep_time=1
3695 #
3696 # Name: sleep_time
3697 # Type: number
3698 # Default: 1
3699
3700
3701 # Specifies time, in seconds, to pause while displaying certain informational
3702 # messages, while moving from folder to folder and after expunging
3703 # messages from the current folder.  The default is to pause one second, so 
3704 # a value of zero for this option suppresses the pause.
3705
3706
3707 # set sort=date
3708 #
3709 # Name: sort
3710 # Type: sort order
3711 # Default: date
3712
3713
3714 # Specifies how to sort messages in the index menu.  Valid values
3715 # are:
3716
3717 #    date or date-sent
3718 #    date-received
3719 #    from
3720 #    mailbox-order (unsorted)
3721 #    score
3722 #    size
3723 #    spam
3724 #    subject
3725 #    threads
3726 #    to
3727
3728 # You may optionally use the reverse- prefix to specify reverse sorting
3729 # order (example: set sort=reverse-date-sent).
3730
3731
3732 # set sort_alias=alias
3733 #
3734 # Name: sort_alias
3735 # Type: sort order
3736 # Default: alias
3737
3738
3739 # Specifies how the entries in the `alias' menu are sorted.  The
3740 # following are legal values:
3741
3742 #    address (sort alphabetically by email address)
3743 #    alias (sort alphabetically by alias name)
3744 #    unsorted (leave in order specified in .muttrc)
3745
3746
3747 # set sort_aux=date
3748 #
3749 # Name: sort_aux
3750 # Type: sort order
3751 # Default: date
3752
3753
3754 # When sorting by threads, this variable controls how threads are sorted
3755 # in relation to other threads, and how the branches of the thread trees
3756 # are sorted.  This can be set to any value that ``$sort'' can, except
3757 # threads (in that case, mutt will just use date-sent).  You can also
3758 # specify the last- prefix in addition to the reverse- prefix, but last-
3759 # must come after reverse-.  The last- prefix causes messages to be
3760 # sorted against its siblings by which has the last descendant, using
3761 # the rest of sort_aux as an ordering.  For instance, set sort_aux=last-
3762 # date-received would mean that if a new message is received in a
3763 # thread, that thread becomes the last one displayed (or the first, if
3764 # you have set sort=reverse-threads.) Note: For reversed ``$sort''
3765 # order $sort_aux is reversed again (which is not the right thing to do,
3766 # but kept to not break any existing configuration setting).
3767
3768
3769 # set sort_browser=alpha
3770 #
3771 # Name: sort_browser
3772 # Type: sort order
3773 # Default: alpha
3774
3775
3776 # Specifies how to sort entries in the file browser.  By default, the
3777 # entries are sorted alphabetically.  Valid values:
3778
3779 #    alpha (alphabetically)
3780 #    date
3781 #    size
3782 #    unsorted
3783
3784 # You may optionally use the reverse- prefix to specify reverse sorting
3785 # order (example: set sort_browser=reverse-date).
3786
3787
3788 # set sort_re=yes
3789 #
3790 # Name: sort_re
3791 # Type: boolean
3792 # Default: yes
3793
3794
3795 # This variable is only useful when sorting by threads with
3796 # ``$strict_threads'' unset.  In that case, it changes the heuristic
3797 # mutt uses to thread messages by subject.  With sort_re set, mutt will
3798 # only attach a message as the child of another message by subject if
3799 # the subject of the child message starts with a substring matching the
3800 # setting of ``$reply_regexp''.  With sort_re unset, mutt will attach
3801 # the message whether or not this is the case, as long as the
3802 # non-``$reply_regexp'' parts of both messages are identical.
3803
3804
3805 # set spam_separator=","
3806 #
3807 # Name: spam_separator
3808 # Type: string
3809 # Default: ","
3810
3811
3812 # ``spam_separator'' controls what happens when multiple spam headers
3813 # are matched: if unset, each successive header will overwrite any
3814 # previous matches value for the spam label. If set, each successive
3815 # match will append to the previous, using ``spam_separator'' as a
3816 # separator.
3817
3818
3819 # set spoolfile=""
3820 #
3821 # Name: spoolfile
3822 # Type: path
3823 # Default: ""
3824
3825
3826 # If your spool mailbox is in a non-default place where Mutt cannot find
3827 # it, you can specify its location with this variable.  Mutt will
3828 # automatically set this variable to the value of the environment
3829 # variable $MAIL if it is not set.
3830
3831
3832 # set status_chars="-*%A"
3833 #
3834 # Name: status_chars
3835 # Type: string
3836 # Default: "-*%A"
3837
3838
3839 # Controls the characters used by the "%r" indicator in
3840 # ``$status_format''. The first character is used when the mailbox is
3841 # unchanged. The second is used when the mailbox has been changed, and
3842 # it needs to be resynchronized. The third is used if the mailbox is in
3843 # read-only mode, or if the mailbox will not be written when exiting
3844 # that mailbox (You can toggle whether to write changes to a mailbox
3845 # with the toggle-write operation, bound by default to "%"). The fourth
3846 # is used to indicate that the current folder has been opened in attach-
3847 # message mode (Certain operations like composing a new mail, replying,
3848 # forwarding, etc. are not permitted in this mode).
3849
3850
3851 # 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)---"
3852 #
3853 # Name: status_format
3854 # Type: string
3855 # 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)---"
3856
3857
3858 # Controls the format of the status line displayed in the index
3859 # menu.  This string is similar to ``$index_format'', but has its own
3860 # set of printf()-like sequences:
3861
3862 # %b      number of mailboxes with new mail *
3863 # %d      number of deleted messages *
3864 # %f      the full pathname of the current mailbox
3865 # %F      number of flagged messages *
3866 # %h      local hostname
3867 # %l      size (in bytes) of the current mailbox *
3868 # %L      size (in bytes) of the messages shown 
3869 #         (i.e., which match the current limit) *
3870 # %m      the number of messages in the mailbox *
3871 # %M      the number of messages shown (i.e., which match the current limit) *
3872 # %n      number of new messages in the mailbox *
3873 # %o      number of old unread messages
3874 # %p      number of postponed messages *
3875 # %P      percentage of the way through the index
3876 # %r      modified/read-only/won't-write/attach-message indicator,
3877 #         according to $status_chars
3878 # %s      current sorting mode ($sort)
3879 # %S      current aux sorting method ($sort_aux)
3880 # %t      number of tagged messages *
3881 # %u      number of unread messages *
3882 # %v      Mutt version string
3883 # %V      currently active limit pattern, if any *
3884 # %>X     right justify the rest of the string and pad with "X"
3885 # %|X     pad to the end of the line with "X"
3886
3887
3888 # * = can be optionally printed if nonzero
3889
3890 # Some of the above sequences can be used to optionally print a string
3891 # if their value is nonzero.  For example, you may only want to see the
3892 # number of flagged messages if such messages exist, since zero is not
3893 # particularly meaningful.  To optionally print a string based upon one
3894 # of the above sequences, the following construct is used
3895
3896 # %?<sequence_char>?<optional_string>?
3897
3898 # where sequence_char is a character from the table above, and
3899 # optional_string is the string you would like printed if
3900 # status_char is nonzero.  optional_string may contain
3901 # other sequence as well as normal text, but you may not nest
3902 # optional strings.
3903
3904 # Here is an example illustrating how to optionally print the number of
3905 # new messages in a mailbox:
3906 # %?n?%n new messages.?
3907
3908 # Additionally you can switch between two strings, the first one, if a
3909 # value is zero, the second one, if the value is nonzero, by using the
3910 # following construct:
3911 # %?<sequence_char>?<if_string>&<else_string>?
3912
3913 # You can additionally force the result of any printf-like sequence to
3914 # be lowercase by prefixing the sequence character with an underscore
3915 # (_) sign.  For example, if you want to display the local hostname in
3916 # lowercase, you would use:
3917 # %_h
3918
3919 # If you prefix the sequence character with a colon (:) character, mutt
3920 # will replace any dots in the expansion by underscores. This might be helpful 
3921 # with IMAP folders that don't like dots in folder names.
3922
3923
3924 # set status_on_top=no
3925 #
3926 # Name: status_on_top
3927 # Type: boolean
3928 # Default: no
3929
3930
3931 # Setting this variable causes the ``status bar'' to be displayed on
3932 # the first line of the screen rather than near the bottom.
3933
3934
3935 # set strict_threads=no
3936 #
3937 # Name: strict_threads
3938 # Type: boolean
3939 # Default: no
3940
3941
3942 # If set, threading will only make use of the ``In-Reply-To'' and
3943 # ``References'' fields when you ``$sort'' by message threads.  By
3944 # default, messages with the same subject are grouped together in
3945 # ``pseudo threads.''  This may not always be desirable, such as in a
3946 # personal mailbox where you might have several unrelated messages with
3947 # the subject ``hi'' which will get grouped together.
3948
3949
3950 # set suspend=yes
3951 #
3952 # Name: suspend
3953 # Type: boolean
3954 # Default: yes
3955
3956
3957 # When unset, mutt won't stop when the user presses the terminal's
3958 # susp key, usually ``control-Z''. This is useful if you run mutt
3959 # inside an xterm using a command like xterm -e mutt.
3960
3961
3962 # set text_flowed=no
3963 #
3964 # Name: text_flowed
3965 # Type: boolean
3966 # Default: no
3967
3968
3969 # When set, mutt will generate text/plain; format=flowed attachments.
3970 # This format is easier to handle for some mailing software, and generally
3971 # just looks like ordinary text.  To actually make use of this format's 
3972 # features, you'll need support in your editor.
3973
3974 # Note that $indent_string is ignored when this option is set.
3975
3976
3977 # set thread_received=no
3978 #
3979 # Name: thread_received
3980 # Type: boolean
3981 # Default: no
3982
3983
3984 # When set, mutt uses the date received rather than the date sent
3985 # to thread messages by subject.
3986
3987
3988 # set thorough_search=no
3989 #
3990 # Name: thorough_search
3991 # Type: boolean
3992 # Default: no
3993
3994
3995 # Affects the ~b and ~h search operations described in
3996 # section ``patterns'' above.  If set, the headers and attachments of
3997 # messages to be searched are decoded before searching.  If unset,
3998 # messages are searched as they appear in the folder.
3999
4000
4001 # set tilde=no
4002 #
4003 # Name: tilde
4004 # Type: boolean
4005 # Default: no
4006
4007
4008 # When set, the internal-pager will pad blank lines to the bottom of the
4009 # screen with a tilde (~).
4010
4011
4012 # set timeout=600
4013 #
4014 # Name: timeout
4015 # Type: number
4016 # Default: 600
4017
4018
4019 # This variable controls the number of seconds Mutt will wait
4020 # for a key to be pressed in the main menu before timing out and
4021 # checking for new mail.  A value of zero or less will cause Mutt
4022 # to never time out.
4023
4024
4025 # set tmpdir=""
4026 #
4027 # Name: tmpdir
4028 # Type: path
4029 # Default: ""
4030
4031
4032 # This variable allows you to specify where Mutt will place its
4033 # temporary files needed for displaying and composing messages.  If
4034 # this variable is not set, the environment variable TMPDIR is
4035 # used.  If TMPDIR is not set then "/tmp" is used.
4036
4037
4038 # set to_chars=" +TCFL"
4039 #
4040 # Name: to_chars
4041 # Type: string
4042 # Default: " +TCFL"
4043
4044
4045 # Controls the character used to indicate mail addressed to you.  The
4046 # first character is the one used when the mail is NOT addressed to your
4047 # address (default: space).  The second is used when you are the only
4048 # recipient of the message (default: +).  The third is when your address
4049 # appears in the TO header field, but you are not the only recipient of
4050 # the message (default: T).  The fourth character is used when your
4051 # address is specified in the CC header field, but you are not the only
4052 # recipient.  The fifth character is used to indicate mail that was sent
4053 # by you.  The sixth character is used to indicate when a mail
4054 # was sent to a mailing-list you subscribe to (default: L).
4055
4056
4057 # set tunnel=""
4058 #
4059 # Name: tunnel
4060 # Type: string
4061 # Default: ""
4062
4063
4064 # Setting this variable will cause mutt to open a pipe to a command
4065 # instead of a raw socket. You may be able to use this to set up
4066 # preauthenticated connections to your IMAP/POP3 server. Example:
4067
4068 # tunnel="ssh -q mailhost.net /usr/local/libexec/imapd"
4069
4070 # NOTE: For this example to work you must be able to log in to the remote
4071 # machine without having to enter a password.
4072
4073
4074 # set use_8bitmime=no
4075 #
4076 # Name: use_8bitmime
4077 # Type: boolean
4078 # Default: no
4079
4080
4081 # Warning: do not set this variable unless you are using a version
4082 # of sendmail which supports the -B8BITMIME flag (such as sendmail
4083 # 8.8.x) or you may not be able to send mail.
4084
4085 # When set, Mutt will invoke ``$sendmail'' with the -B8BITMIME
4086 # flag when sending 8-bit messages to enable ESMTP negotiation.
4087
4088
4089 # set use_domain=yes
4090 #
4091 # Name: use_domain
4092 # Type: boolean
4093 # Default: yes
4094
4095
4096 # When set, Mutt will qualify all local addresses (ones without the
4097 # @host portion) with the value of ``$hostname''.  If unset, no
4098 # addresses will be qualified.
4099
4100
4101 # set use_from=yes
4102 #
4103 # Name: use_from
4104 # Type: boolean
4105 # Default: yes
4106
4107
4108 # When set, Mutt will generate the `From:' header field when
4109 # sending messages.  If unset, no `From:' header field will be
4110 # generated unless the user explicitly sets one using the ``my_hdr''
4111 # command.
4112
4113
4114 # set use_ipv6=yes
4115 #
4116 # Name: use_ipv6
4117 # Type: boolean
4118 # Default: yes
4119
4120
4121 # When set, Mutt will look for IPv6 addresses of hosts it tries to
4122 # contact.  If this option is unset, Mutt will restrict itself to IPv4 addresses.
4123 # Normally, the default should work.
4124
4125
4126 # set user_agent=yes
4127 #
4128 # Name: user_agent
4129 # Type: boolean
4130 # Default: yes
4131
4132
4133 # When set, mutt will add a "User-Agent" header to outgoing
4134 # messages, indicating which version of mutt was used for composing
4135 # them.
4136
4137
4138 # set visual=""
4139 #
4140 # Name: visual
4141 # Type: path
4142 # Default: ""
4143
4144
4145 # Specifies the visual editor to invoke when the ~v command is
4146 # given in the builtin editor.
4147
4148
4149 # set wait_key=yes
4150 #
4151 # Name: wait_key
4152 # Type: boolean
4153 # Default: yes
4154
4155
4156 # Controls whether Mutt will ask you to press a key after shell-
4157 # escape, pipe-message, pipe-entry, print-message,
4158 # and print-entry commands.
4159
4160 # It is also used when viewing attachments with ``auto_view'', provided
4161 # that the corresponding mailcap entry has a needsterminal flag,
4162 # and the external program is interactive.
4163
4164 # When set, Mutt will always ask for a key. When unset, Mutt will wait
4165 # for a key only if the external command returned a non-zero status.
4166
4167
4168 # set weed=yes
4169 #
4170 # Name: weed
4171 # Type: boolean
4172 # Default: yes
4173
4174
4175 # When set, mutt will weed headers when when displaying, forwarding,
4176 # printing, or replying to messages.
4177
4178
4179 # set wrap_search=yes
4180 #
4181 # Name: wrap_search
4182 # Type: boolean
4183 # Default: yes
4184
4185
4186 # Controls whether searches wrap around the end of the mailbox.
4187
4188 # When set, searches will wrap around the first (or last) message. When
4189 # unset, searches will not wrap.
4190
4191
4192 # set wrapmargin=0
4193 #
4194 # Name: wrapmargin
4195 # Type: number
4196 # Default: 0
4197
4198
4199 # Controls the size of the margin remaining at the right side of
4200 # the terminal when mutt's pager does smart wrapping.
4201
4202
4203 # set write_inc=10
4204 #
4205 # Name: write_inc
4206 # Type: number
4207 # Default: 10
4208
4209
4210 # When writing a mailbox, a message will be printed every
4211 # write_inc messages to indicate progress.  If set to 0, only a
4212 # single message will be displayed before writing a mailbox.
4213
4214 # Also see the ``$read_inc'' variable.
4215
4216
4217 # set write_bcc=yes
4218 #
4219 # Name: write_bcc
4220 # Type: boolean
4221 # Default: yes
4222
4223
4224 # Controls whether mutt writes out the Bcc header when preparing
4225 # messages to be sent.  Exim users may wish to use this.
4226
4227
4228 # set x_comment_to=no
4229 #
4230 # Name: x_comment_to
4231 # Type: boolean
4232 # Default: no
4233
4234
4235 # If set, Mutt will add ``X-Comment-To:'' field (that contains full
4236 # name of original article author) to article that followuped to newsgroup.
4237
4238