The patch number 8747 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Mauro Carvalho Chehab  <[EMAIL PROTECTED]>
Improve script to work with pine/alpine folders


Priority: normal

Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

 mailimport |    6 ++++++
 1 file changed, 6 insertions(+)

diff -r 213824ef624c -r 3611380bc74c mailimport
--- a/mailimport        Fri Aug 22 22:12:08 2008 +0200
+++ b/mailimport        Sun Aug 24 10:34:01 2008 -0300
@@ -165,6 +165,12 @@ proccess_patch ()
 {
        i="$_"
 
+       CHECK="`cat $i| perl -ne 'if (m/^Subject:.*FOLDER INTERNAL DATA/) { 
print -1; }'`"
+
+       if [ "$CHECK" != "" ]; then
+               return
+       fi
+
        echo $i
        if [ "`diffstat -p1 -l "$i"`" == "" ]; then
                echo "*** ERROR nothing to commit"


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/3611380bc74c4192a9f0903ff502318ffaf83f3b

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to