]> git.pld-linux.org Git - packages/mutt.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'.
authorcvs2git <feedback@pld-linux.org>
Sun, 15 Feb 2004 00:45:08 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2004-02-15 00:45:08 UTC Adam Gołębiowski <adamg@pld-linux.org> '- fixed paths'
Delete:
    mutt-in_reply_to.patch
    mutt-mail.patch
    mutt-nntp.config
    mutt-pgp_hook.patch
    mutt-rr.compressed.patch

mutt-in_reply_to.patch [deleted file]
mutt-mail.patch [deleted file]
mutt-nntp.config [deleted file]
mutt-pgp_hook.patch [deleted file]
mutt-rr.compressed.patch [deleted file]

diff --git a/mutt-in_reply_to.patch b/mutt-in_reply_to.patch
deleted file mode 100644 (file)
index 34b208b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- mutt-1.3.18/send.c Thu Apr 26 15:17:49 2001
-+++ mutt-1.3.18-p/send.c       Wed May 30 13:30:10 2001
-@@ -630,8 +630,10 @@
-   else
-   {
-     env->references = mutt_make_references (curenv);
--    env->in_reply_to = mutt_new_list ();
--    env->in_reply_to->data = safe_strdup (curenv->message_id);
-+    if (curenv->message_id) {
-+      env->in_reply_to = mutt_new_list ();
-+      env->in_reply_to->data = safe_strdup (curenv->message_id);
-+    }
-   }
- }
diff --git a/mutt-mail.patch b/mutt-mail.patch
deleted file mode 100644 (file)
index 327b778..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.old      Sat Dec 12 09:12:11 1998
-+++ configure  Mon Dec 14 11:09:25 1998
-@@ -2984,7 +2984,7 @@
- if test x$mutt_cv_setgid = xyes; then
--      DOTLOCK_GROUP='mail'
-+      DOTLOCK_GROUP='`id -g`'
-       DOTLOCK_PERMISSION=2755
- else
-       DOTLOCK_GROUP=''
diff --git a/mutt-nntp.config b/mutt-nntp.config
deleted file mode 100644 (file)
index ea9f64b..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-# Use this bindings to don't use NNTP patch like keys
-bind   index   'i'     "noop"
-bind   index   '\033i' "noop"
-bind   index   '\033F' "noop"
-bind   index   'F'     "flag-message"
-bind   index   '\007'  "noop"
-bind   index   '\033G' "noop"
-bind   index   '\033f' "noop"
-bind   index   'P'     "noop"
-bind   index   'X'     "noop"
-bind   index   'y'     "noop"
-
-bind   pager   'i'     exit
-bind   pager   '\033i' "noop"
-bind   pager   'P'     "noop"
-bind   pager   'F'     "flag-message"
-
-bind   attach  'F'     "noop"
-bind   attach  '\033F' "noop"
-
-bind   compose "\033a"    "noop"
-bind   compose "N"    "noop"
-bind   compose "o"    "noop"
-bind   compose "x"     "noop"
-
-bind   browser "g"     "noop"
-bind   browser "S"    "noop"
-bind   browser "U"    "noop"
-bind   browser "y"    "noop"
-bind   browser "Y"    "noop""
-
-# Use this bindings to use NNTP patch like keys
-#bind  index   'i'     "change-newsgroup"
-#bind  index   '\033i' "change-newsgroup-readonly"
-#bind  index   '\033F' "forward-to-group"
-#bind  index   'F'     "followup-message"
-#bind  index   '\007'  "get-message"
-#bind  index   '\033G' "get-parent"
-#bind  index   '\033f' "flag-message"
-#bind  index   'P'     "post-message"
-#bind  index   'X'     "toggle-read"
-#bind  index   'y'     "catchup"
-
-#bind  pager   'i'     "change-newsgroup"
-#bind  pager   '\033i' "change-newsgroup-readonly"
-#bind  pager   'F'     "followup-message"
-#bind  pager   '\033F' "forward-to-group"
-#bind  pager   '\033f' "flag-message"
-#bind  pager   'P'     "post-message"
-
-#bind  attach  'F'     "followup-message"
-#bind  attach  '\033F' "forward-to-group"
-
-#bind  compose "\033a"    "attach-news-message"
-#bind  compose "N"    "edit-newsgroups"
-#bind  compose "o"    "edit-followup-to"
-#bind  compose "x"     "edit-x-comment-to"
-
-#bind  browser "g"     "reload-active"
-#bind  browser "S"    "subscribe-pattern"
-#bind  browser "U"    "unsubscribe-pattern"
-#bind  browser "y"    "catchup"
-#bind  browser "Y"    "uncatchup"
diff --git a/mutt-pgp_hook.patch b/mutt-pgp_hook.patch
deleted file mode 100644 (file)
index cb4dc56..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- mutt-1.4.2.1/doc/muttrc.man.head.orig      2002-05-09 11:51:46.000000000 +0200
-+++ mutt-1.4.2.1/doc/muttrc.man.head   2004-02-14 11:30:18.248980680 +0100
-@@ -257,7 +257,9 @@
- \fBpgp-hook\fP \fIpattern\fP \fIkey-id\fP
- The pgp-hook command provides a method by which you can
- specify the ID of the public key to be used when encrypting messages
--to a certain recipient.
-+to a certain recipient.  You may use multiple \fBpgp-hook\fPs with the
-+same \fIpattern\fP; multiple matching \fBpgp-hook\fPs result in the use
-+of multiple \fIkey-id\fPs for recipient.
- .TP
- \fBpush\fP \fIstring\fP
- This command adds the named \fIstring\fP to the keyboard buffer.
diff --git a/mutt-rr.compressed.patch b/mutt-rr.compressed.patch
deleted file mode 100644 (file)
index d9b7206..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
---- mutt-1.4.2.1/Makefile.in.orig      2004-02-12 09:52:26.000000000 +0100
-+++ mutt-1.4.2.1/Makefile.in   2004-02-14 11:14:52.096777216 +0100
-@@ -117,7 +117,7 @@
- BUILT_SOURCES = keymap_defs.h patchlist.c
- bin_PROGRAMS = mutt @DOTLOCK_TARGET@ @PGPAUX_TARGET@
--mutt_SOURCES = $(BUILT_SOURCES)       addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c  commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c    edit.c enter.c flags.c init.c filter.c from.c getdomain.c       handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c     main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c        postpone.c query.c recvattach.c recvcmd.c       rfc822.c rfc1524.c rfc2047.c rfc2231.c  score.c send.c sendlib.c signal.c sort.c        status.c system.c thread.c charset.c history.c lib.c    muttlib.c editmsg.c utf8.c mbyte.c wcwidth.c    url.c ascii.c
-+mutt_SOURCES = $(BUILT_SOURCES)       addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c  commands.c complete.c compose.c compress.c copy.c curs_lib.c curs_main.c date.c         edit.c enter.c flags.c init.c filter.c from.c getdomain.c       handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c     main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c        postpone.c query.c recvattach.c recvcmd.c       rfc822.c rfc1524.c rfc2047.c rfc2231.c  score.c send.c sendlib.c signal.c sort.c        status.c system.c thread.c charset.c history.c lib.c    muttlib.c editmsg.c utf8.c mbyte.c wcwidth.c    url.c ascii.c
- mutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAP) $(MUTTLIBS)      $(INTLLIBS) $(LIBICONV)
-@@ -151,9 +151,8 @@
- EXTRA_mutt_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c    mutt_tunnel.c pop.c pop_auth.c pop_lib.c pgp.c pgpinvoke.c pgpkey.c     pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c  browser.h mbyte.h remailer.h url.h mutt_ssl_nss.c pgppacket.c 
--
--EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO configure acconfig.h account.h    attach.h buffy.h charset.h copy.h dotlock.h functions.h gen_defs        globals.h hash.h history.h init.h keymap.h      mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h       mutt_regex.h mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h         mx.h pager.h pgp.h pop.h protos.h reldate.h rfc1524.h rfc2047.h         rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION prepare     _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h        mbyte.h lib.h extlib.c pgpewrap.c pgplib.h Muttrc.head Muttrc   makedoc.c stamp-doc-rc README.SSL       muttbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh         snprintf.c regex.c
--
-+EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO configure acconfig.h account.h    attach.h buffy.h charset.h compress.h copy.h dotlock.h functions.h gen_defs     globals.h hash.h history.h init.h keymap.h      mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h       mutt_regex.h mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h         mx.h pager.h pgp.h pop.h protos.h reldate.h rfc1524.h rfc2047.h         rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION prepare     _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h        mbyte.h lib.h extlib.c pgpewrap.c pgplib.h Muttrc.head Muttrc   makedoc.c stamp-doc-rc README.SSL       muttbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh
-+ 
- mutt_dotlock_SOURCES = mutt_dotlock.c
- mutt_dotlock_LDADD = @LIBOBJS@
-@@ -187,7 +186,7 @@
- makedoc_OBJECTS =  makedoc.o
- makedoc_LDFLAGS = 
- mutt_OBJECTS =  patchlist.o addrbook.o alias.o attach.o base64.o \
--browser.o buffy.o color.o commands.o complete.o compose.o copy.o \
-+browser.o buffy.o color.o commands.o complete.o compose.o compress.o copy.o \
- curs_lib.o curs_main.o date.o edit.o enter.o flags.o init.o filter.o \
- from.o getdomain.o handler.o hash.o hdrline.o headers.o help.o hook.o \
- keymap.o main.o mbox.o menu.o mh.o mx.o pager.o parse.o pattern.o \
This page took 0.084728 seconds and 4 git commands to generate.