about summary refs log tree commit diff stats
path: root/doc/mailcap.md
Commit message (Collapse)AuthorAgeFilesLines
* improve manpagesbptato2023-09-201-1/+17
|
* mailcap: unquoteCommand improvements/fixesbptato2023-09-161-10/+4
| | | | | | | | * quote substituted URLs, mime types and named attributes too * change quote state: now we use a stack of quote states, new states are pushed/popped when a process substitution is encountered * fix named attribute state (it was incomplete) * remove superfluous tolower statements
* doc: quote semi in mailcap examplebptato2023-08-241-1/+1
| | | | for clarity
* doc: add needsterminal to mailcapbptato2023-08-201-2/+5
|
* mailcap: fix typobptato2023-08-131-1/+1
| | | | It's not quite the same thing :P
* Update docsbptato2023-08-131-4/+15
|
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-0/+82
* add mailcap: works with copiousoutput, needsterminal, etc. * add mime.types (only works with mailcap) * refactor pipeBuffer * remove "dispatcher" * fix bug in directory display where baseurl would not be used