summaryrefslogtreecommitdiff
path: root/net-mail/mailbase
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-14 00:49:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-14 00:49:44 +0000
commit4828c25c25aacf399de429d381288982fd7e0d0e (patch)
treea265b5f79cf1b578c4e54483be1466f657f4baba /net-mail/mailbase
parentf8d671851faf1ca201cec0490ead4642c8987bae (diff)
gentoo auto-resync : 14:11:2022 - 00:49:44
Diffstat (limited to 'net-mail/mailbase')
-rw-r--r--net-mail/mailbase/Manifest1
-rw-r--r--net-mail/mailbase/files/mailcap-r330
2 files changed, 0 insertions, 31 deletions
diff --git a/net-mail/mailbase/Manifest b/net-mail/mailbase/Manifest
index 2f89f04a6ce8..e88571bcd714 100644
--- a/net-mail/mailbase/Manifest
+++ b/net-mail/mailbase/Manifest
@@ -1,7 +1,6 @@
AUX aliases 809 BLAKE2B bc6295e7cddae8ee29450f4054992b6fe47f301303be7ea284d42f9e5d5a92e94aaba5a72482fbf9756bf0eb7ea3cb1ec899e3c71dbc7dc587352b56ef627d3c SHA512 748dcdd4da9deba0a5c0925b67d98bb0e46d3ef651bb97a4be2ac34a683a9090bd11e5e3c28b69d0309f806a4f60aa826e4d940e7549ac636196cd2ac4bbef2d
AUX common-pamd 308 BLAKE2B 95a2b44b1bd2112da1160cf5c3f993debb85692111e046a79c14f89a83cd82eebc5580ea0375f6548d373a04ac17f214a0135047d99f7ed3cf62f5500953bf6a SHA512 5b7d878969e644aac8aa9355e1a8ff9e2a9c1b07edb5a62c694bd7a4f87961242db7c85b1030540c9ad733a4d3d4c5367a047a188b21517d1d077bec6e620ec7
AUX common-pamd-include 245 BLAKE2B 3c2a5133b232869a5749df49a7e1f94a51f68d3bd37037d3ea10bfab18fb48fae565304bd2eba6fc686da3f3bf71249975e8f8bc9deada66eb3665d20929020d SHA512 3516815034b419bf4fd57a43536e7a25b820013d5339cb818bbbee3f0e8e26651f6b4aefae0177240219e05010ba8a2aaf6d0337220cf176801992204c3216f0
-AUX mailcap-r3 1584 BLAKE2B eac2e35ea578079c4a67f71a690443d616f99d666dad12553ae2020fc0affcbc121529c62d9cad1419e42b5a9d95ec3166c3f71385b047827c97acc0cc81d460 SHA512 3be98f171d9b6d891a24cc759d595eb856e28bbe29a2578d409993a6dec33ffd369f1c40bdb143e3e0a3698d009b06d5a0a5d329563c886fc592d58d874eab35
AUX mailcap-r4 1569 BLAKE2B 33100eb2bf0f0bf1b07584894f3c385635388b8446dba33e7949cbf5ae21c607f4c86360b8d88fd73f5af9323a9ae17dda3c0ab320c2223b15a1eea64588969d SHA512 6c326b4b90f680cd278543c7fdbd086617ce22bba0ecd4de6ab3c06b5da1ae627bdbc782c9a7147d40d49373b3e10d1946dae72e3cdc429345285d1ba0eec257
AUX mailcap.5 8951 BLAKE2B 6bd704c8efe861471343e318734abed30c5f406a06646877286d91bfe3cb9afaf128ddf77675d4a14dd1e19a6979772cf013923cf30b02f62e54eac2a7fe02b7 SHA512 6973397bdd389e8eaf1977d8eeee271beda2ad1bd0b01ed7408156af0e7cf430a45e2b7261213a3278fbc2cbb250b65a3f34c11d3c5603cffffade4f1fba24e5
EBUILD mailbase-1.8.1.ebuild 1008 BLAKE2B fac8adcbbfc820f80f18abeca94ddc08e2fb58d031b5833575993780c7f63d3dc4eeb6f5fbb010141d155ba4c8f8db8ffcd9a9ca49025c5dfda05f3e3cc10b84 SHA512 db3fb31630fd521cb62bf519fe1c9effdaadeeb81af39fb507ee6c1d962f3a21b642f390582d8e2b2fd2a2eb5142fb2ae20973c34493e2072607ee5bb633b8bb
diff --git a/net-mail/mailbase/files/mailcap-r3 b/net-mail/mailbase/files/mailcap-r3
deleted file mode 100644
index fe717f34e0b0..000000000000
--- a/net-mail/mailbase/files/mailcap-r3
+++ /dev/null
@@ -1,30 +0,0 @@
-# Database binding MIME types to programs that can process them.
-# This file is generally used by mail clients to view attachments.
-#
-# Users should add their own rules to their ~/.mailcap file. That file will be
-# processed first before falling back to this one.
-#
-# For more information, see the mailcap(5) man page.
-
-# NB: Do not quote %s. Clients will handle expanding it with proper quoting,
-# so adding quotes ourselves just confuses things.
-
-application/pdf; xdg-open %s; needsterminal
-application/postscript; xdg-open %s; needsterminal
-application/x-info; info --subnodes -o /dev/stdout -f %s 2>/dev/null; copiousoutput; description=GNU Info document
-application/x-gtar; tar tvzf -; print=tar tvzf - | print text/plain:-; copiousoutput
-application/x-tar; tar tvf -; print=tar tvf - | print text/plain:-; copiousoutput
-application/x-troff-man; nroff -mandoc -Tutf8; copiousoutput; print=nroff -mandoc -Tutf8 | print text/plain:-
-# It'd be nice to limit this to compressed formats (e.g. x-*), but the file
-# format doesn't support that, and less has good fallbacks already.
-application/*; less %s; copiousoutput; needsterminal
-
-audio/*; xdg-open %s; needsterminal
-image/*; xdg-open %s; needsterminal
-
-text/html; lynx -dump -assume_charset=%{charset} %s; copiousoutput; description=HTML Text; nametemplate=%s.html
-text/troff; man -l %s; needsterminal; description=Man page
-text/*; less %s; needsterminal
-text/*; gview %s; edit=gvim -f %s; compose=gvim -f %s; test=test "$DISPLAY" != ""
-text/*; view %s; edit=vim %s; compose=vim %s; needsterminal
-text/*; more %s; needsterminal