continue to cleanup
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
158fbccc82
commit
4e21c23414
9 changed files with 0 additions and 59 deletions
21
awkscript
21
awkscript
|
|
@ -1,21 +0,0 @@
|
|||
# small script, which helps to make mutt alias from netscape alias
|
||||
# Author: Nico Schottelius <nico@schottelius.org>
|
||||
# Date: 12th of March 2002
|
||||
# Last Changed: same
|
||||
#
|
||||
|
||||
# alias name1 name2 name3 <emailaddr> to
|
||||
# alias name1name2name3 name1 name2 name3 <emailaddr>
|
||||
|
||||
/^alias .* <.*>$/ {
|
||||
save=ORS
|
||||
ORS=""
|
||||
line++;
|
||||
print "alias "
|
||||
for(j=2;j<NF;j++)
|
||||
print $j
|
||||
for(i=2;i<=NF;i++)
|
||||
print " " $i
|
||||
ORS=save
|
||||
print ""
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue