Searched refs:mailcap (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmimetype.tex14 {\bf Unix:} MIME type information is stored in the files mailcap and mime.types
15 (system-wide) and .mailcap and .mime.types in the current user's home directory:
89 information in either mailcap(5) or mime.types(5) format.
109 additional mailcap/mime.types files.
170 information in mailcap format. See metamail(1) and mailcap(5) for more
173 {\it fallback} parameter may be used to load additional mailcap files without
188 information in mime.types file format. See metamail(1) and mailcap(5) for more
H A Dfiletype.tex135 one file extension is mapped to different MIME types by KDE, mailcap and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am107 mailboxes mailcap majordomo man mon mscstyle3 mysql \
H A DMakefile762 mailboxes mailcap majordomo man mon mscstyle3 mysql \
H A DMakefile.in762 mailboxes mailcap majordomo man mon mscstyle3 mysql \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp1309 static const wxChar *mailcap = _T("/tmp/mailcap"); local
1312 if ( wxFile::Exists(mailcap) )
1313 wxPrintf(_T("Loading mailcap from '%s': %s\n"),
1314 mailcap,
1315 wxTheMimeTypesManager->ReadMailcap(mailcap) ? _T("ok") : _T("ERROR"));
1317 wxPrintf(_T("WARN: mailcap file '%s' doesn't exist, not loaded.\n"),
1318 mailcap);

Completed in 154 milliseconds