]> git.llucax.com Git - software/mutt-debian.git/commitdiff
Register mutt as message/rfc822 application in /etc/mailcap.
authorChristoph Berg <myon@debian.org>
Sat, 7 Jun 2008 23:24:34 +0000 (01:24 +0200)
committerChristoph Berg <myon@debian.org>
Sat, 7 Jun 2008 23:24:34 +0000 (01:24 +0200)
(Closes: #474539)

debian/changelog
debian/mutt.mime [new file with mode: 0644]
debian/rules

index f73c534b2514ed0f6c4780ec898e29a78b12f4ad..51265b54d7896c6669700320d5ee5353a155c02f 100644 (file)
@@ -3,6 +3,8 @@ mutt (1.5.18-2) unstable; urgency=low
   * Install reportbug script to inform us about the status of installed
     mutt packages.
   * Use dh_lintian (prefix with '-' so we do not need to bump the DH level).
   * Install reportbug script to inform us about the status of installed
     mutt packages.
   * Use dh_lintian (prefix with '-' so we do not need to bump the DH level).
+  * Register mutt as message/rfc822 application in /etc/mailcap.
+    (Closes: #474539)
 
  -- Christoph Berg <myon@debian.org>  Mon, 26 May 2008 22:25:48 +0200
 
 
  -- Christoph Berg <myon@debian.org>  Mon, 26 May 2008 22:25:48 +0200
 
diff --git a/debian/mutt.mime b/debian/mutt.mime
new file mode 100644 (file)
index 0000000..79f40a4
--- /dev/null
@@ -0,0 +1 @@
+message/rfc822; mutt -Rf '%s'; edit=mutt -f '%s'; needsterminal
index 2b4aa78340c68048f26b9d6c18853c7cfbd64f8b..868b2ab7e4749995c40aa053f68f0dd815038a1c 100755 (executable)
@@ -144,6 +144,7 @@ binary binary-arch: install
        dh_install
        dh_installman
        dh_installmenu
        dh_install
        dh_installman
        dh_installmenu
+       dh_installmime
        dh_installdocs
        dh_installexamples
        dh_installchangelogs ChangeLog
        dh_installdocs
        dh_installexamples
        dh_installchangelogs ChangeLog