]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/debian-specific/document_debian_defaults
update patch source location
[software/mutt-debian.git] / debian / patches / debian-specific / document_debian_defaults
index 1f06d81d01f34f4ea2721b3f045bef70548c47e4..ea8310a8a06ad64100828971a426e60b86b6df36 100644 (file)
@@ -1,8 +1,6 @@
-Index: debian-mutt/init.h
-===================================================================
---- debian-mutt.orig/init.h    2007-03-24 17:54:00.000000000 +0100
-+++ debian-mutt/init.h 2007-03-24 18:00:57.000000000 +0100
-@@ -289,6 +289,9 @@ struct option_t MuttVars[] = {
+--- a/init.h
++++ b/init.h
+@@ -295,6 +295,9 @@ struct option_t MuttVars[] = {
    ** .pp
    ** When this variable is set, mutt will include Delivered-To headers when
    ** bouncing messages.  Postfix users may wish to unset this variable.
@@ -12,17 +10,17 @@ Index: debian-mutt/init.h
    */
    { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 },
    /*
-@@ -798,6 +801,9 @@ struct option_t MuttVars[] = {
-   ** Specifies the hostname to use after the ``@'' in local e-mail
-   ** addresses.  This overrides the compile time definition obtained from
-   ** /etc/resolv.conf.
+@@ -825,6 +828,9 @@ struct option_t MuttVars[] = {
+   ** one is not used.
+   ** .pp
+   ** Also see ``$$use_domain'' and ``$$hidden_host''.
 +  ** .pp
 +  ** \fBNote:\fP On Debian systems, the default for this variable is obtained
 +  ** from /etc/mailname when Mutt starts.
    */
    { "ignore_linear_white_space",    DT_BOOL, R_NONE, OPTIGNORELWS, 0 },
    /*
-@@ -1301,6 +1307,9 @@ struct option_t MuttVars[] = {
+@@ -1338,6 +1344,9 @@ struct option_t MuttVars[] = {
    ** system.  It is used with various sets of parameters to gather the
    ** list of known remailers, and to finally send a message through the
    ** mixmaster chain.
@@ -32,7 +30,7 @@ Index: debian-mutt/init.h
    */
  #endif
  
-@@ -1843,6 +1852,10 @@ struct option_t MuttVars[] = {
+@@ -1887,6 +1896,10 @@ struct option_t MuttVars[] = {
    ** This variable contains the name of either a directory, or a file which
    ** contains trusted certificates for use with OpenSSL.
    ** (S/MIME only)
@@ -43,7 +41,7 @@ Index: debian-mutt/init.h
    */
    { "smime_certificates",     DT_PATH, R_NONE, UL &SmimeCertificates, 0 },
    /*
-@@ -2049,6 +2062,9 @@ struct option_t MuttVars[] = {
+@@ -2093,6 +2106,9 @@ struct option_t MuttVars[] = {
    ** certificates are also automatically accepted.
    ** .pp
    ** Example: set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt
@@ -53,7 +51,7 @@ Index: debian-mutt/init.h
    */
  # endif /* USE_SSL_GNUTLS */
  #endif /* defined(USE_SSL) */
-@@ -2626,6 +2642,9 @@ struct option_t MuttVars[] = {
+@@ -2683,6 +2699,9 @@ struct option_t MuttVars[] = {
    ** .pp
    ** You may optionally use the reverse- prefix to specify reverse sorting
    ** order (example: set sort=reverse-date-sent).
@@ -63,7 +61,7 @@ Index: debian-mutt/init.h
    */
    { "sort_alias",     DT_SORT|DT_SORT_ALIAS,  R_NONE, UL &SortAlias, SORT_ALIAS },
    /*
-@@ -3022,6 +3041,9 @@ struct option_t MuttVars[] = {
+@@ -3100,6 +3119,9 @@ struct option_t MuttVars[] = {
    ** is set to deliver directly via SMTP (see ``$$smtp_url''), this
    ** option does nothing: mutt will never write out the BCC header
    ** in this case.