aboutsummaryrefslogtreecommitdiffstats
path: root/vcs-tools/fetchmail-svn2git.sh
diff options
context:
space:
mode:
authorKeith Bowes <zooplah@gmail.com>2020-10-19 16:09:00 -0400
committerMatthias Andree <matthias.andree@gmx.de>2020-10-21 20:21:54 +0200
commit6687f3ac21da043da6bcda3125f32d18635141e6 (patch)
tree6a2c6739d0f9dbde62672d84c16115c59a336402 /vcs-tools/fetchmail-svn2git.sh
parentec823add6d2719c64858412bd96ba788c9f5cb9e (diff)
downloadfetchmail-6687f3ac21da043da6bcda3125f32d18635141e6.tar.gz
fetchmail-6687f3ac21da043da6bcda3125f32d18635141e6.tar.bz2
fetchmail-6687f3ac21da043da6bcda3125f32d18635141e6.zip
Update <eo> Esperanto translation to fetchmail 6.4.13-rc1
Diffstat (limited to 'vcs-tools/fetchmail-svn2git.sh')
0 files changed, 0 insertions, 0 deletions
bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
test "$SEND_ANNOUNCEMENTS" = doit || { echo "read the source, luke! -> $0" ; cat "$0" ; exit 1 ; }

ANN=fetchmail-EN-2010-03
FILE=$HOME/VCS-mine/fetchmail.git/$ANN.txt
test -r $FILE || { echo "Cannot find $FILE." ; exit 1 ; }
SUBJECT="fetchmail erratum notice $ANN"
MAILER=mail

$MAILER -r matthias.andree@gmx.de -s "$SUBJECT" <$FILE \
    vendor-sec@lst.de \
    fetchmail-announce@lists.sourceforge.net