FreeBSD Bugzilla – Attachment 14536 Details for
Bug 27310
Updated port: mail/elm+ME - 2.4ME+92
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.55 KB, created by
Cyrille Lefevre
on 2001-05-14 02:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2001-05-14 02:30:00 UTC
Size:
1.55 KB
patch
obsolete
>--- /dev/null Sun May 13 17:52:43 2001 >+++ files/00elm.sh Sun May 13 15:45:51 2001 >@@ -0,0 +1,18 @@ >+#!/bin/sh >+ >+if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then >+ echo "$0: Cannot determine the PREFIX" >&2 >+ exit 1 >+fi >+ >+case "$1" in >+start) >+ /sbin/ldconfig -m ${PREFIX}/%%SHLIB_SUBDIR%% >+ ;; >+stop) >+ ;; >+*) >+ echo "Usage: `basename $0` {start|stop}" 2>&1 >+ exit 64 >+ ;; >+esac >--- /dev/null Sun May 13 17:52:43 2001 >+++ files/patch-newmbox.c Sat May 12 22:04:12 2001 >@@ -0,0 +1,36 @@ >+--- src/newmbox.c.orig Tue Feb 6 19:48:32 2001 >++++ src/newmbox.c Sat May 12 21:28:05 2001 >+@@ -568,6 +568,33 @@ >+ } >+ } >+ >++ else if (NULL != (tmphdr = locate_header_by_name(parsed_headers, >++ "Newsgroups"))) { >++ struct addr_item * addrs = >++ break_down_address(tmphdr->body, >++ !(current_header -> status & >++ NOHDRENCODING) && >++ is_rfc1522(tmphdr->body), >++ current_header->header_charset); >++ >++ if (addrs) { >++ if (current_header->to) >++ free_addr_items(current_header->to); >++ current_header->to = addrs; >++ if (debug > 15 && debugfile) { >++ struct addr_item * p; >++ for (p = current_header->to; p->addr; p++) { >++ elm_fprintf(debugfile, >++ FRM("-- to[%d] addr='%s' comment='%S' fullname='%S'\n"), >++ p - current_header->to, >++ p->addr, >++ p->comment, >++ p->fullname); >++ } >++ } >++ } >++ } >++ >+ if (NULL != (tmphdr = locate_header_by_name(parsed_headers, >+ "Cc"))) { >+ struct addr_item * addrs =
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27310
: 14536 |
14537