~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to Muttrc

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg, Adeodato Simó, Christoph Berg
  • Date: 2007-11-03 23:00:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071103230004-43e36pnhub87junc
Tags: 1.5.17-1
[ Adeodato Simó ]
* Move the packaging back to Bazaar, adjust X-VCS-* accordingly.

[ Christoph Berg ]
* Mention libsasl2-modules-gssapi-mit in README.Debian. (Closes: #433425)
* Call autoreconf at build time, drop the autotools-update patch.
* Update menu file, add lintian override file.
* Refresh patches.

* New upstream version:
  + fix segfaults with single byte 8-bit characters in index_format.
    (Closes: #420598, Mutt: #2882)
  + properly render subject headers with encoded linefeeds.
    (Closes: #264014, Mutt: #1810)
  + only calls gnutls_error_is_fatal when gnutls_record_recv returns a
    negative value. (Closes: #439775, Mutt: #2954)
  + Large file support for mutt_pretty_size().
    (Closes: #352478, #416555, Mutt: #2191)
  + Do not consider empty pipes for filtering in format strings.
    (Closes: #447340)

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
#         (please see the ``attachments'' section for possible speed effects)
296
296
# %>X     right justify the rest of the string and pad with character "X"
297
297
# %|X     pad to the end of the line with character "X"
 
298
# %*X     soft-fill with character "X" as pad
 
299
 
300
 
301
# For an explanation of `soft-fill', see the ``$index_format'' documentation.
298
302
299
303
300
304
# set attach_sep="\n"
441
445
442
446
443
447
# Character set your terminal uses to display and enter textual data.
 
448
# It is also the fallback for $send_charset.
444
449
445
450
446
451
# set check_new=yes
904
909
# %u      owner name (or numeric uid, if missing)
905
910
# %>X     right justify the rest of the string and pad with character "X"
906
911
# %|X     pad to the end of the line with character "X"
 
912
# %*X     soft-fill with character "X" as pad
 
913
 
914
 
915
# For an explanation of `soft-fill', see the ``$index_format'' documentation.
907
916
908
917
909
918
# set followup_to=yes
1443
1452
# message to which you are replying.  You are strongly encouraged not to
1444
1453
# change this value, as it tends to agitate the more fanatical netizens.
1445
1454
 
1455
# This option is a format string, please see the description of
 
1456
# ``$index_format'' for supported printf()-style sequences.
 
1457
1446
1458
1447
1459
# set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
1448
1460
#
1512
1524
#         function ``strftime''; a leading bang disables locales.
1513
1525
# %>X     right justify the rest of the string and pad with character "X"
1514
1526
# %|X     pad to the end of the line with character "X"
1515
 
 
1527
# %*X     soft-fill with character "X" as pad
 
1528
 
1529
 
1530
# `Soft-fill' deserves some explanation. Normal right-justification
 
1531
# will print everything to the left of the %>, displaying padding and
 
1532
# the whatever lies to the right only if there's room. By contrast,
 
1533
# soft-fill gives priority to the right-hand side, guaranteeing space
 
1534
# to display it and showing padding only if there's still room. If
 
1535
# necessary, soft-fill will eat text leftwards to make room for
 
1536
# rightward text.
1516
1537
1517
1538
# See also: ``$to_chars''.
1518
1539
1995
2016
# at the top of the next page (0 lines of context).
1996
2017
1997
2018
1998
 
# set pager_format="-%Z- %C/%m: %-20.20n   %s%> -- (%P)"
 
2019
# set pager_format="-%Z- %C/%m: %-20.20n   %s%*  -- (%P)"
1999
2020
#
2000
2021
# Name: pager_format
2001
2022
# Type: string
2002
 
# Default: "-%Z- %C/%m: %-20.20n   %s%> -- (%P)"
 
2023
# Default: "-%Z- %C/%m: %-20.20n   %s%*  -- (%P)"
2003
2024
2004
2025
2005
2026
# This variable controls the format of the one-line message ``status''
3639
3660
# Default: "us-ascii:iso-8859-1:utf-8"
3640
3661
3641
3662
3642
 
# A list of character sets for outgoing messages. Mutt will use the
 
3663
# A colon-delimited list of character sets for outgoing messages. Mutt will use the
3643
3664
# first character set into which the text can be converted exactly.
3644
3665
# If your ``$charset'' is not iso-8859-1 and recipients may not
3645
3666
# understand UTF-8, it is advisable to include in the list an
3647
3668
# iso-8859-2, koi8-r or iso-2022-jp) either instead of or after
3648
3669
# "iso-8859-1".
3649
3670
 
3671
# In case the text cannot be converted into one of these exactly,
 
3672
# mutt uses ``$charset'' as a fallback.
 
3673
3650
3674
3651
3675
# set sendmail="/usr/sbin/sendmail -oem -oi"
3652
3676
#
4017
4041
# %V      currently active limit pattern, if any *
4018
4042
# %>X     right justify the rest of the string and pad with "X"
4019
4043
# %|X     pad to the end of the line with "X"
4020
 
 
4044
# %*X     soft-fill with character "X" as pad
 
4045
 
4046
 
4047
# For an explanation of `soft-fill', see the ``$index_format'' documentation.
4021
4048
4022
4049
# * = can be optionally printed if nonzero
4023
4050
4243
4270
# Default: no
4244
4271
4245
4272
4246
 
# When set, mutt will use ``$envelope_from_address'' as the
4247
 
# envelope sender if that is set, otherwise it will attempt to
4248
 
# derive it from the "From:" header.  Note that this information is passed 
4249
 
# to sendmail command using the "-f" command line switch, so don't set this
4250
 
# option if you are using that switch in $sendmail yourself,
4251
 
# or if the sendmail on your machine doesn't support that command
4252
 
# line switch.
 
4273
# When set, mutt will set the envelope sender of the message.
 
4274
# If ``$envelope_from_address'' is set, it will be used as the sender
 
4275
# address. If not, mutt will attempt to derive the sender from the
 
4276
# "From:" header.
 
4277
 
4278
# Note that this information is passed to sendmail command using the
 
4279
# "-f" command line switch. Therefore setting this option is not useful
 
4280
# if the ``$sendmail'' variable already contains "-f" or if the
 
4281
# executable pointed to by $sendmail doesn't support the "-f" switch.
4253
4282
4254
4283
4255
4284
# set use_from=yes