File: mail.flt

package info (click to toggle)
idzebra 2.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (9 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
BEGIN				{ begin record wais }
/^From:/	BODY	/$/	{ data -element name $1 }
/^Subject:/	BODY	/$/	{ data -element title $1 }
/^Date:/	BODY	/$/	{ data -element date $1 }
/^$/		BODY	/^From /	{
						data -text -element Body $1
				  		unread 2
                                  		end record
                                	}