X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fcorpus%2Ffoo%2F06%3A2%2C;fp=test%2Fcorpus%2Ffoo%2F06%3A2%2C;h=0000000000000000000000000000000000000000;hp=3baad4917836824d2569b88b539adcc5b12f601b;hb=971cdc72cdb80f060193bc0914dc9badcc29696b;hpb=89c8d279480aa618bed5ef074f9166dbf818e6eb diff --git a/test/corpus/foo/06:2, b/test/corpus/foo/06:2, deleted file mode 100644 index 3baad491..00000000 --- a/test/corpus/foo/06:2, +++ /dev/null @@ -1,36 +0,0 @@ -From: "Carl Worth" -To: notmuch@notmuchmail.org -Date: Tue, 17 Nov 2009 12:19:24 -0800 -Subject: [notmuch] preliminary FreeBSD support -In-Reply-To: -References: -Message-ID: <87lji4lx9v.fsf@yoom.home.cworth.org> - -On Tue, 17 Nov 2009 11:36:14 -0800, Alex Botero-Lowry wrote: -> I saw the announcement this morning, and was very excited, as I had been -> hoping sup would be turned into a library, -> since I like the concept more than the UI (I'd rather an emacs interface). - -Hi Alex, - -That's great! It's good to hear that there are like-minded people out -there. I hope that Notmuch will be useful for you. - -> I did a preliminary compile which worked out fine, but -> sysconf(_SC_SC_GETPW_R_SIZE_MAX) returns -1 on -> FreeBSD, so notmuch_config_open segfaulted. -> -> Attached is a patch that supplies a default buffer size of 64 in cases where -> -1 is returned. - -Thanks for the patch. As we discussed in IRC[*], we should probably -do the correct thing and check for ERANGE and loop as necessary (even if -sysconf returns a positive value). Example code here: - -http://www.opengroup.org/austin/docs/austin_328.txt - --Carl - -[*] #notmuch on irc.freenode.net for those who didn't just guess that -already, (and I'll add that to the website soon). -