comparison lisp/vm/vm-vars.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 49a24b4fd526
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
760 message encapsulation format to use when forwarding a message. 760 message encapsulation format to use when forwarding a message.
761 Legal values of this variable are: 761 Legal values of this variable are:
762 762
763 \"rfc934\" 763 \"rfc934\"
764 \"rfc1153\" 764 \"rfc1153\"
765 \"rfc1521\"
765 nil 766 nil
766 767
767 A nil value means don't use a digest, just mark the beginning and 768 A nil value means don't use a digest, just mark the beginning and
768 end of the forwarded message.") 769 end of the forwarded message.")
769 770
789 when it asks you what type of digest you want to unpack. Allowed 790 when it asks you what type of digest you want to unpack. Allowed
790 values of this variable are: 791 values of this variable are:
791 792
792 \"rfc934\" 793 \"rfc934\"
793 \"rfc1153\" 794 \"rfc1153\"
795 \"rfc1521\"
794 \"guess\" 796 \"guess\"
795 797
796 If the value is \"guess\", and you take the default 798 If the value is \"guess\", and you take the default
797 response when vm-burst-digest queries you, VM will try to guess 799 response when vm-burst-digest queries you, VM will try to guess
798 the digest type.") 800 the digest type.")
799 801
800 (defvar vm-digest-send-type "rfc934" 802 (defvar vm-digest-send-type "rfc1521"
801 "*String that specifies the type of digest vm-send-digest will use. 803 "*String that specifies the type of digest vm-send-digest will use.
802 Legal values of this variable are: 804 Legal values of this variable are:
803 805
804 \"rfc934\" 806 \"rfc934\"
805 \"rfc1153\" 807 \"rfc1153\"
808 \"rfc1521\"
806 809
807 ") 810 ")
808 811
809 (defvar vm-rfc934-digest-headers 812 (defvar vm-rfc934-digest-headers
810 '("Resent-" 813 '("Resent-"
893 headers matched by this variable will be discarded; all others 896 headers matched by this variable will be discarded; all others
894 will be kept. vm-rfc1153-digest-headers determines the order of 897 will be kept. vm-rfc1153-digest-headers determines the order of
895 appearance in that case, with headers not matching any in the 898 appearance in that case, with headers not matching any in the
896 vm-rfc1153-digest-headers list appearing last in the headers of 899 vm-rfc1153-digest-headers list appearing last in the headers of
897 the digestified messages.") 900 the digestified messages.")
901
902 (defvar vm-rfc1521-digest-headers
903 '()
904 "*List of headers that should be appear in RFC 1521 digests
905 created by VM. These should be listed in the order you wish them
906 to appear in the digest. Regular expressions are allowed.
907 There is no need to anchor patterns with \"^\", as searches always
908 start at the beginning of a line. Put a colon at the end of
909 patterns to get exact matches. (E.g. \"Date\" matches \"Date\"
910 and \"Date-Sent\".) Header names are always matched case
911 insensitively.
912
913 If the value of vm-rfc1521-digest-discard-header-regexp is nil, the headers
914 matched by vm-rfc1521-digest-headers are the only headers that will be
915 kept.
916
917 If vm-rfc1521-digest-discard-header-regexp is non-nil, then only
918 headers matched by that variable will be discarded; all others
919 will be kept. vm-rfc1521-digest-headers determines the order of
920 appearance in that case, with headers not matching any in the
921 vm-rfc1521-digest-headers list appearing last in the headers of
922 the digestified messages.")
923
924
925 (defvar vm-rfc1521-digest-discard-header-regexp "\\(X400-\\)?Received:"
926 "*Non-nil value should be a regular expression header that tells
927 what headers should not appear in RFC 1521 digests created by VM. This
928 variable along with vm-rfc1521-digest-headers determines which headers
929 are kept and which headers are discarded.
930
931 If the value of vm-rfc1521-digest-discard-header-regexp is nil, the headers
932 matched by vm-rfc1521-digest-headers are the only headers that will be
933 kept.
934
935 If vm-rfc1521-digest-discard-header-regexp is non-nil, then only
936 headers matched by this variable will be discarded; all others
937 will be kept. vm-rfc1521-digest-headers determines the order of
938 appearance in that case, with headers not matching any in the
939 vm-1521-digest-headers list appearing last in the headers of
940 the digestified messages.")
941
942
898 943
899 (defvar vm-resend-bounced-headers 944 (defvar vm-resend-bounced-headers
900 '("Resent-" 945 '("Resent-"
901 "From:" "Sender:" "Reply-To:" 946 "From:" "Sender:" "Reply-To:"
902 "To:" "Cc:" 947 "To:" "Cc:"
1043 1088
1044 The field width may be followed by a `.' and a number specifying 1089 The field width may be followed by a `.' and a number specifying
1045 the maximum allowed length of the substituted string. If the 1090 the maximum allowed length of the substituted string. If the
1046 string is longer than this value the right end of the string is 1091 string is longer than this value the right end of the string is
1047 truncated. If the value is negative, the string is truncated on 1092 truncated. If the value is negative, the string is truncated on
1048 on the left instead of the right. 1093 the left instead of the right.
1049 1094
1050 The summary format need not be one line per message but it must end with 1095 The summary format need not be one line per message but it must end with
1051 a newline, otherwise the message pointer will not be displayed correctly 1096 a newline, otherwise the message pointer will not be displayed correctly
1052 in the summary window.") 1097 in the summary window.")
1053 1098
1520 Mail.") 1565 Mail.")
1521 1566
1522 (defvar vm-strip-reply-headers nil 1567 (defvar vm-strip-reply-headers nil
1523 "*Non-nil value causes VM to strip away all comments and extraneous text 1568 "*Non-nil value causes VM to strip away all comments and extraneous text
1524 from the headers generated in reply messages. If you use the \"fakemail\" 1569 from the headers generated in reply messages. If you use the \"fakemail\"
1525 program as distributed with Emacs, you probably want to set this variable to 1570 program as distributed with Emacs, you probably want to set this variable
1526 to t, because as of Emacs v18.52 \"fakemail\" could not handle unstripped 1571 to t, because as of Emacs v18.52 \"fakemail\" could not handle unstripped
1527 headers.") 1572 headers.")
1528 1573
1529 (defvar vm-inhibit-startup-message nil 1574 (defvar vm-inhibit-startup-message nil
1530 "*Non-nil causes VM not to display its copyright notice, disclaimers 1575 "*Non-nil causes VM not to display its copyright notice, disclaimers
2018 ("vm-kill-subject") 2063 ("vm-kill-subject")
2019 ("vm-expunge-folder") 2064 ("vm-expunge-folder")
2020 ("vm-burst-digest") 2065 ("vm-burst-digest")
2021 ("vm-burst-rfc934-digest") 2066 ("vm-burst-rfc934-digest")
2022 ("vm-burst-rfc1153-digest") 2067 ("vm-burst-rfc1153-digest")
2068 ("vm-burst-rfc1521-digest")
2023 ("vm-edit-message") 2069 ("vm-edit-message")
2024 ("vm-discard-cached-data") 2070 ("vm-discard-cached-data")
2025 ("vm-edit-message-end") 2071 ("vm-edit-message-end")
2026 ("vm-edit-message-abort") 2072 ("vm-edit-message-abort")
2027 ("vm-unread-message") 2073 ("vm-unread-message")
2086 ("vm-resend-bounced-message") 2132 ("vm-resend-bounced-message")
2087 ("vm-resend-message") 2133 ("vm-resend-message")
2088 ("vm-send-digest") 2134 ("vm-send-digest")
2089 ("vm-send-rfc934-digest") 2135 ("vm-send-rfc934-digest")
2090 ("vm-send-rfc1153-digest") 2136 ("vm-send-rfc1153-digest")
2137 ("vm-send-rfc1521-digest")
2091 ("vm-reply-other-frame") 2138 ("vm-reply-other-frame")
2092 ("vm-reply-include-text-other-frame") 2139 ("vm-reply-include-text-other-frame")
2093 ("vm-followup-other-frame") 2140 ("vm-followup-other-frame")
2094 ("vm-followup-include-text-other-frame") 2141 ("vm-followup-include-text-other-frame")
2095 ("vm-forward-message-other-frame") 2142 ("vm-forward-message-other-frame")
2099 ("vm-resend-bounced-message-other-frame") 2146 ("vm-resend-bounced-message-other-frame")
2100 ("vm-resend-message-other-frame") 2147 ("vm-resend-message-other-frame")
2101 ("vm-send-digest-other-frame") 2148 ("vm-send-digest-other-frame")
2102 ("vm-send-rfc934-digest-other-frame") 2149 ("vm-send-rfc934-digest-other-frame")
2103 ("vm-send-rfc1153-digest-other-frame") 2150 ("vm-send-rfc1153-digest-other-frame")
2151 ("vm-send-rfc1521-digest-other-frame")
2104 ("vm-continue-composing-message") 2152 ("vm-continue-composing-message")
2105 ("vm-auto-archive-messages") 2153 ("vm-auto-archive-messages")
2106 ("vm-save-message") 2154 ("vm-save-message")
2107 ("vm-save-message-sans-headers") 2155 ("vm-save-message-sans-headers")
2108 ("vm-pipe-message-to-command") 2156 ("vm-pipe-message-to-command")
2174 "unseen" 2222 "unseen"
2175 "answered" 2223 "answered"
2176 "unanswered")) 2224 "unanswered"))
2177 2225
2178 (defvar vm-key-functions nil) 2226 (defvar vm-key-functions nil)
2179 (defconst vm-digest-type-alist '(("rfc934") ("rfc1153"))) 2227 (defconst vm-digest-type-alist '(("rfc934") ("rfc1153") ("rfc1521")))
2180 (defvar vm-completion-auto-correct t 2228 (defvar vm-completion-auto-correct t
2181 "Non-nil means that minibuffer-complete-file should aggressively erase 2229 "Non-nil means that minibuffer-complete-file should aggressively erase
2182 the trailing part of a word that caused completion to fail, and retry 2230 the trailing part of a word that caused completion to fail, and retry
2183 the completion with the resulting word.") 2231 the completion with the resulting word.")
2184 (defvar vm-minibuffer-completion-table nil 2232 (defvar vm-minibuffer-completion-table nil