]> git.pld-linux.org Git - packages/mutt.git/commitdiff
This commit was manufactured by cvs2git to create branch 'AC-branch'.
authorcvs2git <feedback@pld-linux.org>
Mon, 22 Aug 2005 13:12:02 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2005-08-22 13:12:02 UTC saq <saq@pld-linux.org> '- rel 10 for fixed paths.patch'
Delete:
    mutt-in_reply_to.patch
    mutt-mail.patch
    mutt-nntp.config

mutt-in_reply_to.patch [deleted file]
mutt-mail.patch [deleted file]
mutt-nntp.config [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"
This page took 0.0373 seconds and 4 git commands to generate.