⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes

📁 早期freebsd实现
💻
字号:
V0.2 Changes ============The variable $friendly now is set to the friendly part of the sender'semail address. For example, if the sender's address is:	strike@convex.com (Martin Streicher)$friendly would be set to "Martin Streicher"Keys for the %headers array are all lowercase. That is to say that if a mailmessage has headers:	To: strike	Cc: george	From: zombie@foo.edu	Subject: Newsthe keys for %header will be "to", "from", "cc", "subject". $header{"subject"}would be set to "News"The "Received" headers in a mail message are now saved in an array called@received. The first element in the array is the first received header;that last element in the array would show the message being delivered toyour machine. See the Suggestions file for how to use this feature.If someone from your local machine sends you email, $organizationis set to "local". If the site name (e.g.,"convex" for "pixel.convex.com")cannot be determined, $organization is set to "unknown". Also, $organizationis much more reliable (I have not found a case yet where $organizationwas not set correctly.) $organization is always in lower-case.audit.pl was broken up to make the code more reusable. The utilitiesrefileto and refilefrom use some of the routines in audit.pl and mh.pl.Fixed a bug that sometimes added NULL to an empty message body.mh.pl has new routines to recursively create a directory path, parse yourMH profile and parse MH-like command line options.New utilities=============There are two new utilities: refileto and rfolder and adjunts refilefromand rfolders.refileto is used to refile messages into log folders according to whoyou sent the messages to. refilefrom refiles messages you   have receivedaccording to who sent you the message. By default all messages are logged into the folder +log. You can change thisby adding the line:	Logdir:                 logto your .mh_profile. Also by default, the current folder is processed.You can change that also. Here are the command line options for refileto/refilefrom:refileto -helpsyntax: refileto [msgs] [switches]   switches are:   -debug   -draft   -file file   -help   -link   -log +folder   -nolink   -nopreserve   -preserve   -rmmproc program   -src +folder   -verboseA sample usage might be:refileto -src +outbox -verbose -verbose shows you what is being files and where. Use -debug to check what willhappen without actually refiling the mail messages.Here is a sample output of the command "refileto -src +log/outgoing -verbose all":refile  -file /gmaster/home/strike/Mail/log/outgoing/5 +log/local/holtrefile  -file /gmaster/home/strike/Mail/log/outgoing/7 +log/convex/sowtonrefile  -file /gmaster/home/strike/Mail/log/outgoing/9 +log/convex/lutz 	+log/convex/sowtonThe rfolder utility is like folders: it can recursively descend a list of folders. However, you can use rfolder to run another MH commandin every folder it finds. For example, let say you want to sortall of the subfolders in your +log folder.You could say:rfolder +log -all -recurse -verbose -exec sortm -textfield subject-debug will show you what might happen without actually executing thecommand.By the way, -clean can be used to remove empty folders (empty foldersmust be completely empty, without any .# or # files from rmm's, etc.)You can even use refileto/refilefrom and rfolder(s) to build a new log directory from all your existing mail. Ala:rfolder -all -recurse -verbose -exec refilefrom -log +log -srcrfolders implis the -all -recurse flags

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -