From: Christoph Berg Date: Sat, 7 Jun 2008 23:24:34 +0000 (+0200) Subject: Register mutt as message/rfc822 application in /etc/mailcap. X-Git-Tag: 1.5.18-2~3 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/75a80ebfa84f2b97decad41a380c915b4db655ec?ds=sidebyside Register mutt as message/rfc822 application in /etc/mailcap. (Closes: #474539) --- diff --git a/debian/changelog b/debian/changelog index f73c534..51265b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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). + * Register mutt as message/rfc822 application in /etc/mailcap. + (Closes: #474539) -- Christoph Berg Mon, 26 May 2008 22:25:48 +0200 diff --git a/debian/mutt.mime b/debian/mutt.mime new file mode 100644 index 0000000..79f40a4 --- /dev/null +++ b/debian/mutt.mime @@ -0,0 +1 @@ +message/rfc822; mutt -Rf '%s'; edit=mutt -f '%s'; needsterminal diff --git a/debian/rules b/debian/rules index 2b4aa78..868b2ab 100755 --- a/debian/rules +++ b/debian/rules @@ -144,6 +144,7 @@ binary binary-arch: install dh_install dh_installman dh_installmenu + dh_installmime dh_installdocs dh_installexamples dh_installchangelogs ChangeLog