X-Git-Url: https://projects.mako.cc/source/attachcheck/blobdiff_plain/a448f42f5fc2c3a63465e32edb1ccf99aed72fa6..HEAD:/README.rst diff --git a/README.rst b/README.rst index 14733d7..9a5a4b3 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ AttachCheck ============= -:Author: Benjamin Mako Hill -:Date: Mon, 4 Jul 2005 04:42:03 -0400 -:Copyright: GNU General Public License +:Author: Benjamin Mako Hill +:Date: Sun, 12 Apr 2009 17:51:04 -0400 +:Copyright: GNU General Public License version 3 How many times have you said, "I've attached the file below," and then failed to actually attach the file? It happens to even the best of us. @@ -16,7 +16,16 @@ send the message sans attachment. AttachCheck It was written in Benjamin Mako Hill. You can find the latest version of this program, more information, and some of Mako's sometime accidentally insightful or useful ideas at his eponymous -homepage at: http://mako.cc +homepage at: https://mako.cc + +The AttachCheck website with the latest version of the program is always +available here: https://mako.cc/projects/attachcheck/ + +The latest version of source code is kepted in a Git repository at +https://projects.mako.cc/source/attachcheck and can be checked out or +branched with the command:: + + git clone git://projects.mako.cc/attachcheck Prerequisites -------------- @@ -75,7 +84,7 @@ under that client. I got AttachCheck working by adding the following two lines to my muttrc file:: set sendmail='~/bin/attachcheck' - macro compose \e0 ':set editor="~/bin/ac_add_override.pl"e:set editor=vim' + macro compose \e0 ':set editor="~/bin/attachcheck_add_override"e:set editor=vim' This will set up the sendmail wrapper so that attachcheck is used and then set up a macro bound to a key (in this case `META`-0) that will add @@ -83,26 +92,25 @@ the override line into your mail with a single keystroke. You'll of course want to customize these lines to include your editor choice and to include the actual path of ``attachcheck`` and the -``add_override.pl``. +``attachcheck_add_override``. Copyright / Information ------------------------- -copyright (c) 2005 Benjamin Mako Hill +copyright (c) 2004-2009 Benjamin Mako Hill - This package is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2 of the License, or (at your - option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or (at + your option) any later version. - This package is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. - You should have received a copy of the GNU General Public - License along with this package; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + You should have received a copy of the GNU General Public License + along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. It is also distributed