* [mdk-re] how to see HTML attachments in mutt
@ 2001-11-23 14:41 Artem K. Jouravsky
2001-11-23 15:22 ` Igor Homyakov
2001-11-23 15:53 ` Michael Shigorin
0 siblings, 2 replies; 4+ messages in thread
From: Artem K. Jouravsky @ 2001-11-23 14:41 UTC (permalink / raw)
To: ALT Linux common mailing list
Доброго времени суток!
А как уважаемые пользователи mutt просматривают html вложения,
которые столь часто присылают?
Best wishes,
+----------------------+--------------------------+
| ."-. | Work: +7-(095)-229-4278 |
| /X | _o.----. _ | ICQ: 103399444 |
|/\_ \/ / __ \_// ) | Artem K. Jouravsky |
|\__)-/_/\_____)____/ | http://www.ifirst.ru/ |
+----------------------+--------------------------+
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mdk-re] how to see HTML attachments in mutt
2001-11-23 14:41 [mdk-re] how to see HTML attachments in mutt Artem K. Jouravsky
@ 2001-11-23 15:22 ` Igor Homyakov
2001-11-23 15:53 ` Michael Shigorin
1 sibling, 0 replies; 4+ messages in thread
From: Igor Homyakov @ 2001-11-23 15:22 UTC (permalink / raw)
To: mandrake-russian
On Fri, Nov 23, 2001 at 02:50:51PM +0300, Artem K. Jouravsky wrote:
> Доброго времени суток!
> А как уважаемые пользователи mutt просматривают html вложения,
> которые столь часто присылают?
>
Mutt FAQ:
I keep getting HTML attachments.
Yes. And with recent Mutt versions, there is help. Just add this to
your ~/.mailcap:
text/html; lynx -force_html %s; needsterminal;
--
Igor Homyakov
<homyakov(at)ramax.spb.ru>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mdk-re] how to see HTML attachments in mutt
2001-11-23 14:41 [mdk-re] how to see HTML attachments in mutt Artem K. Jouravsky
2001-11-23 15:22 ` Igor Homyakov
@ 2001-11-23 15:53 ` Michael Shigorin
2001-11-23 16:52 ` Artem K. Jouravsky
1 sibling, 1 reply; 4+ messages in thread
From: Michael Shigorin @ 2001-11-23 15:53 UTC (permalink / raw)
To: ALT Linux common mailing list
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
On Fri, Nov 23, 2001 at 02:50:51PM +0300, Artem K. Jouravsky wrote:
> Доброго времени суток!
> А как уважаемые пользователи mutt просматривают html вложения,
> которые столь часто присылают?
Я постил свои mutt-прибамбасы... (кстати, dotfiles.com)
Где-то так:
--- ~/.mutt/mime ---
auto_view text/html text/x-csrc text/x-sh \
application/x-gzip application/x-bzip2 \
application/postscript image/gif application/x-tar-gz \
application/x-tar-bz2 application/octet-stream message/partial \
text/x-sh text/v-card application/x-script
alternative_order text/plain text/html
--- ~/.mailcap ---
text/html; galeon -n %s; test=test -n $DISPLAY
text/html; lynx %s; nametemplate=%s.html
text/html; lynx -dump %s -assume_charset=koi8-r; nametemplate=%s.html; copiousoutput
text/x-vcard; cat %s; copiousoutput
text/x-csrc; cat %s; copiousoutput
text/x-sh; cat %s; copiousoutput
image/*; (anytopnm %s | pnmscale -xysize 240 120 | ppmtopgm | pgmtopbm | pbmtoascii -1x2 ) 2>&1 ; copiousoutput
application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput
application/x-tar-bz2; bzip2 -dc %s | tar -tf - ; copiousoutput
application/x-gzip; zcat; copiousoutput
application/x-bzip2; bzcat; copiousoutput
application/postscript; ps2ascii %s; copiousoutput
application/ms-word; catdoc -dkoi8-u %s; copiousoutput
application/msword; catdoc -dkoi8-u %s; copiousoutput
application/octet-stream; octet-filter.sh %s; copiousoutput
PS: хотя вместо lynx, пожалуй, оправдан links. Дома еще не
переехал просто :)
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ http://visa.chem.univ.kiev.ua/~mike/
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mdk-re] how to see HTML attachments in mutt
2001-11-23 15:53 ` Michael Shigorin
@ 2001-11-23 16:52 ` Artem K. Jouravsky
0 siblings, 0 replies; 4+ messages in thread
From: Artem K. Jouravsky @ 2001-11-23 16:52 UTC (permalink / raw)
To: ALT Linux common mailing list
On Fri, Nov 23, 2001 at 02:53:03PM +0200, Michael Shigorin wrote:
> On Fri, Nov 23, 2001 at 02:50:51PM +0300, Artem K. Jouravsky wrote:
> > Доброго времени суток!
> > А как уважаемые пользователи mutt просматривают html вложения,
> > которые столь часто присылают?
> Я постил свои mutt-прибамбасы... (кстати, dotfiles.com)
>
> Где-то так:
>
> --- ~/.mutt/mime ---
> auto_view text/html text/x-csrc text/x-sh \
> application/x-gzip application/x-bzip2 \
> application/postscript image/gif application/x-tar-gz \
> application/x-tar-bz2 application/octet-stream message/partial \
> text/x-sh text/v-card application/x-script
>
> alternative_order text/plain text/html
>
> --- ~/.mailcap ---
> text/html; galeon -n %s; test=test -n $DISPLAY
> text/html; lynx %s; nametemplate=%s.html
> text/html; lynx -dump %s -assume_charset=koi8-r; nametemplate=%s.html; copiousoutput
> text/x-vcard; cat %s; copiousoutput
> text/x-csrc; cat %s; copiousoutput
> text/x-sh; cat %s; copiousoutput
>
> image/*; (anytopnm %s | pnmscale -xysize 240 120 | ppmtopgm | pgmtopbm | pbmtoascii -1x2 ) 2>&1 ; copiousoutput
>
> application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput
> application/x-tar-bz2; bzip2 -dc %s | tar -tf - ; copiousoutput
> application/x-gzip; zcat; copiousoutput
> application/x-bzip2; bzcat; copiousoutput
> application/postscript; ps2ascii %s; copiousoutput
> application/ms-word; catdoc -dkoi8-u %s; copiousoutput
> application/msword; catdoc -dkoi8-u %s; copiousoutput
>
> application/octet-stream; octet-filter.sh %s; copiousoutput
>
> PS: хотя вместо lynx, пожалуй, оправдан links. Дома еще не
> переехал просто :)
>
> --
> ---- WBR, Michael Shigorin <mike@altlinux.ru>
> ------ http://visa.chem.univ.kiev.ua/~mike/
Ух, как шикарно! Спасибо! Просто решил переехать на mutt и в
процессе экспериментов убил всю свою базу рассылки в Сильфиде,
что впрочем и стало окончательным толчком. А документация у mutt
обширная, все сразу не прочтешь.
Best wishes,
+----------------------+--------------------------+
| ."-. | Work: +7-(095)-229-4278 |
| /X | _o.----. _ | ICQ: 103399444 |
|/\_ \/ / __ \_// ) | Artem K. Jouravsky |
|\__)-/_/\_____)____/ | http://www.ifirst.ru/ |
+----------------------+--------------------------+
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-11-23 16:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-23 14:41 [mdk-re] how to see HTML attachments in mutt Artem K. Jouravsky
2001-11-23 15:22 ` Igor Homyakov
2001-11-23 15:53 ` Michael Shigorin
2001-11-23 16:52 ` Artem K. Jouravsky
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git