~ubuntu-branches/ubuntu/lucid/mew-beta/lucid

« back to all changes in this revision

Viewing changes to mew-const.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2006-10-31 22:07:48 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061031220748-iq1bg528g9nt2l57
Tags: 5.1.52~0.20061031-1
New upstream release. (CVS trunk on 2006-10-31)

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
(defconst mew-ct-apk "Application/Pgp-Keys")
114
114
(defconst mew-ct-pgs "application/pgp-signature") ;; due to the RFC 1847 bug
115
115
(defconst mew-ct-pge "application/pgp-encrypted") ;; due to the RFC 1847 bug
116
 
(defconst mew-ct-sms "application/pkcs7-signature")
117
 
(defconst mew-ct-xsms "application/x-pkcs7-signature")
 
116
(defconst mew-ct-smm "Application/Pkcs7-Mime")
 
117
(defconst mew-ct-xsmm "Application/X-Pkcs7-Mime")
 
118
(defconst mew-ct-smm-enc "enveloped-data")
 
119
(defconst mew-ct-smm-sig "signed-data")
 
120
(defconst mew-ct-sms "application/pkcs7-signature")  ;; due to the RFC 1847 bug
 
121
(defconst mew-ct-xsms "application/x-pkcs7-signature")  ;; due to the RFC 1847 bug
118
122
 
119
123
(defconst mew-us-ascii "us-ascii")
120
124
(defconst mew-utf-8 "utf-8")
332
336
(defconst mew-inherit-pick-ret nil)
333
337
(defconst mew-inherit-pick-mewlp nil)
334
338
(defconst mew-inherit-pick-omit-and nil)
 
339
(defconst mew-inherit-pick-omit-and2 nil)
335
340
(defconst mew-inherit-submission nil)
336
341
 
337
342
(provide 'mew-const)