]> git.madduck.net Git - etc/mutt.git/blob - .mutt/muttrc

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

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