New pages
From Mailutils
- 13:56, 31 January 2019 Transcript stream (hist) [5,798 bytes] Gray (Talk | contribs) (Initial version)
- 09:55, 15 June 2017 Source location API (hist) [13,535 bytes] Gray (Talk | contribs) (Created page with "The source location API is designed to keep track of locations in source files for the diagnostic purposes. It is especially useful in parsers and lexical analyzers. == Data St...")
- 10:25, 14 January 2017 Mail: sending attachments (hist) [7,983 bytes] Gray (Talk | contribs) (Created page with "The simplest way to attach a file from command line is by using the <tt>--attach</tt> (<tt>-A</tt>) option. Its argument specifies the file to attach. For example, the followin...")
- 12:06, 9 November 2016 Filter chain (hist) [1,152 bytes] Gray (Talk | contribs) (Created page with "A chain of filters applies each filter in turn. Its syntax is: <source lang="bnf"> <filter-chain> ::= <filter> | <filter-chain> "+" <filter> <filter> ::= <filter-spec> <ARG>*...")