Re: future of Mutt development

2022-05-25 Thread Fabian Groffen
from all over (and basically resulted in NeoMutt). If we're not going to have anyone who can even commit small patches to development, then we're going back to how it was all before. I'd hate to see that happen. Is it inevitable? Thanks, Fabian > > -- > Magnus -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

Re: [PATCH] Rocco's colored progress bar patch

2020-06-18 Thread Fabian Groffen
0,7 @@ When set, color is applied only to the exact text > matched by > message (informational messages) > normal > prompt > +progress (visual progress bar) > quoted (text matching linkend="quote-regexp">$quote_regexp in the body of a > message) > quoted1, quoted2, ..., quotedN (higher > levels of quoting) > search (highlighting of words in the pager) > diff --git a/mutt_curses.h b/mutt_curses.h > index f21e0eab..fc2fba07 100644 > --- a/mutt_curses.h > +++ b/mutt_curses.h > @@ -127,6 +127,7 @@ enum >MT_COLOR_UNDERLINE, >MT_COLOR_INDEX, >MT_COLOR_PROMPT, > + MT_COLOR_PROGRESS, > #ifdef USE_SIDEBAR >MT_COLOR_DIVIDER, >MT_COLOR_FLAGGED, -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

Re: Attachments counter broken?

2020-03-05 Thread Fabian Groffen
e the user to setup his/her own preferences. We can debate this, of course, but it seems easier to append the necessary attachments settings of Muttrc.dist to the provided Muttrc (based on mbox/maildir) and solve this "bug". We might have to notify others, to ensure they don't prod

www.mutt.org https certificate problem?

2019-11-04 Thread Fabian Groffen
nt looks about right). Thanks, Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

Re: MTA behavior with respect to Bcc headers

2019-11-01 Thread Fabian Groffen
Hi Kevin, On 01-11-2019 18:56:06 +0800, Kevin J. McCarthy wrote: > On Fri, Nov 01, 2019 at 09:56:24AM +0100, Fabian Groffen wrote: > >As can be read from the Debian bug, the original rationale was to be > >able to keep Bcc-header in the Fcc copy, but not reveal the Bcc header &g

Re: MTA behavior with respect to Bcc headers

2019-11-01 Thread Fabian Groffen
l also remove > it from the Fcc copy. > > The ticket asks if there is a way to turn off passing the recipients on > the command line. I'm wondering if this would be a generally useful > option. > > Thanks for any advice or input! > > -- > Kevin J. McCarthy &

Re: Add format attribute for buffer_printf functions

2019-04-11 Thread Fabian Groffen
th 8, the printf-warnings got much more in volume and annoying (yet correctly pointing out problems). My €0.02 Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

Re: Adding support for fetching GPG key using WKD protocol

2018-07-05 Thread Fabian Groffen
_LOCAL|GPGME_KEYLIST_MODE_EXTERN); in > crypto-gpgme.c#get_candidates. > > [2]: https://lists.gnupg.org/pipermail/gnupg-devel/2017-August/033021.html > > [3]: https://gitlab.com/muttmua/mutt/issues/3 > > -- > https://metacode.biz/@wiktor -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

Re: IMAPS connection problem

2018-04-08 Thread Fabian Groffen
sus consus 64 Apr 4 09:50 3 -> socket:[79931] > > $ lsof | grep 79931 > mutt 25074 consus3u IPv4 79931 0t0 > TCP XX.XX.XX.XX:->imap.fastmail.com:imaps (ESTABLISHED) > > Is there a way to prevent this? > I

Re: Anyone have an up-to-date color-status patch?

2017-09-28 Thread Fabian Groffen
e won't apply to mutt > v1.9.1 . Do you mean this patch? https://sourceforge.net/p/gentoomuttpatches/code/ci/mutt-1.9/tree/features-extra/0003-feature-status-color.patch It doesn't report the author you refer to, so perhaps it's not the same. Fabian -- Fabian Groffen Gent

Re: Mutt-1.9.0 imap after computer suspend behaviour

2017-09-21 Thread Fabian Groffen
ed for the connection to the open > mailbox. > > If you have a chance, would you try the attached patch out and let me > know how it works? I should have more time this weekend to dig my > laptop out and test it myself, too. Thanks for the swift reply and potential patch! I'm run

Mutt-1.9.0 imap after computer suspend behaviour

2017-09-20 Thread Fabian Groffen
aviour or that my config/patches somehow interact badly. I'd like to debug this somehow, but I've got no idea yet how. Any plans, suggestions, etc. are welcome. For the record, I see this behaviour on both macOS and Solaris, multiple machines, so I assume it's not a specific instance p

Re: problems with German umlauts in mutt 1.8.0

2017-03-02 Thread Fabian Groffen
On 02-03-2017 18:10:00 +0100, Ulrich Lauther wrote: > On Thu, Mar 02, 2017 at 02:10:23PM +0100, Fabian Groffen wrote: > > > > From your previous post it appears configure didn't find ncursesw > > ("wide-char support"). A quick search seems to suggest you nee

Re: problems with German umlauts in mutt 1.8.0

2017-03-02 Thread Fabian Groffen
d with 6.0). > Could you compile mutt against that version? From your previous post it appears configure didn't find ncursesw ("wide-char support"). A quick search seems to suggest you need "libncursesw5-dev". Maybe you need to install such package? Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: Starting on 1.8 release

2017-02-09 Thread Fabian Groffen
date:Tue Dec 13 11:16:10 2016 -0800 | | summary: Rework OpenSSL certificate verification to support alternative chains. (closes #3903) Perhaps it helps. Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

[PATCHv2] Add support for LMDB header cache backend

2017-01-27 Thread Fabian Groffen
On 27-01-2017 09:58:52 +0100, Fabian Groffen wrote: > > Two minor issues: > > - You may want to set LMDB_DB_SIZE to a larger value, see > >https://github.com/neomutt/neomutt/issues/267 > > Ok, I'll add that. > > > - There's a mi

Re: [PATCH] Add support for LMDB header cache backend

2017-01-27 Thread Fabian Groffen
On 26-01-2017 22:16:51 +0100, Clemens Lang wrote: > Hi, > > On Thu, Jan 26, 2017 at 11:03:19AM -0800, Will Yardley wrote: > > On Thu, Jan 26, 2017 at 10:40:37AM -0800, Kevin J. McCarthy wrote: > > > On Thu, Jan 26, 2017 at 06:42:10PM +0100, Fabian Groffen wrote: > &

[PATCH] Add support for LMDB header cache backend

2017-01-26 Thread Fabian Groffen
of licence aspects LMDB gets preferred by some distros these days. FWIW, the patch is part of Mutt on Gentoo. Please consider including the attached patch for the next Mutt release. I'll try to address any issues people might raise, if any. Thanks, Fabian -- Fabian Groffen Gentoo on a diff

Re: [PATCH] autotools related patches

2016-11-01 Thread Fabian Groffen
On 31-10-2016 20:41:17 -0700, Kevin J. McCarthy wrote: > On Mon, Oct 31, 2016 at 08:27:00AM +0100, Fabian Groffen wrote: > > Gentoo also ships libtinfow when wide char support (unicode) is enabled. > > I can't tell you much more than that, I'm affraid. > > Thanks fo

Re: [PATCH] autotools related patches

2016-10-31 Thread Fabian Groffen
tinfow when wide char support (unicode) is enabled. I can't tell you much more than that, I'm affraid. Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: Patch for linking on Solaris-like platforms

2016-09-05 Thread Fabian Groffen
n, That patch looks much simpler and works like a charm, thanks! Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: Patch for linking on Solaris-like platforms

2016-09-04 Thread Fabian Groffen
On 31-08-2016 09:13:37 -0700, Kevin J. McCarthy wrote: > On Mon, Aug 29, 2016 at 11:24:13AM +0200, Fabian Groffen wrote: > > While trying to compile Mutt on Solaris, I found that since > > > > 6837:ce71d168c819 > > > > getaddrinfo is used for hostname re

Patch for linking on Solaris-like platforms

2016-08-29 Thread Fabian Groffen
-- Fabian Groffen Gentoo on a different level # HG changeset patch # Parent b7888124b1c911ee7262b738a7e6ddbc5662dacc configure: drop conditional for socket library checks Since getaddrinfo is now used to determine the local hostname, we always need to check for socket support and necessary libs

Re: ncurses tinfo library

2016-06-30 Thread Fabian Groffen
On 30-06-2016 11:12:12 +0200, Moritz Barsnick wrote: > On Wed, Jun 29, 2016 at 19:09:17 +0200, Fabian Groffen wrote: > > In Gentoo we've used the following patch since 1.5.22: > > Since ncurses doesn't provide pkgconfig support, shouldn't at least > ncurs

Re: ncurses tinfo library

2016-06-30 Thread Fabian Groffen
On 29-06-2016 19:08:00 -0700, Kevin J. McCarthy wrote: > On Wed, Jun 29, 2016 at 07:09:17PM +0200, Fabian Groffen wrote: > > For some time now, ncurses can be built in a mode where the low level > > terminfo functionality lives in a separate lib called libtinfo. Because > >

ncurses tinfo library

2016-06-29 Thread Fabian Groffen
the next release, as this might potentially be beneficial for more people. I'm affraid the only way to test this is to get an ncurses with split tinfo library installed. Thanks, Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: Neomutt - Release 20160404 (Mutt-1.6.0)

2016-04-07 Thread Fabian Groffen
ow I'd suggest keeping focused on maintaining and increasing the > project momentum. Maybe this helps some people: https://github.com/felipec/git-remote-hg I haven't used it myself though. Thanks, Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

symbol conflict with 1.6 on OpenIndiana

2016-04-04 Thread Fabian Groffen
MUTT_READ and was able to compile afterwards. Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: NeoMutt[3/4] - Minor Features

2016-03-08 Thread Fabian Groffen
On 08-03-2016 16:39:45 +, Richard Russon wrote: > On Tue, Mar 08, 2016 at 09:37:16AM +0100, Fabian Groffen wrote: > > On 07-03-2016 16:30:36 +, Richard Russon wrote: > > > ## progress - Show a visual progress bar on slow operations > > This is a different pat

Re: NeoMutt[3/4] - Minor Features

2016-03-08 Thread Fabian Groffen
/neomutt/wiki/progress This is a different patch than Rocco's one from: http://article.gmane.org/gmane.mail.mutt.devel/18743 but it looks similar enough to me to wonder if it could have been based on pmdef's patch. I think he deserves some of the credits. Fabian -- Fabian Groffen Gento

Re: 1.6.0 release plans

2015-12-11 Thread Fabian Groffen
ies the text too much to my liking, but that was in 2007, so perhaps this changed (I never tested it since -- don't need it I suppose). It explains why it doesn't harm me. I'm happy to help get the intention of this patch implemented! Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: Tidying the Mutt Code

2015-11-21 Thread Fabian Groffen
d port our patches without complaining, but I don't think I'll be voting in favour of performing these cleanups. [1] https://sourceforge.net/p/gentoomuttpatches/code/ci/default/tree/ -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [PATCH 1 of 2] fix xterm-titles patch not to always set both window and icon title

2013-10-27 Thread Fabian Groffen
Personally, setting both annoyed me with screen + Apple's Terminal.app, due to having to look at the same information twice, as the icon information cannot be unset when using both ('\033]0;'). Thanks, Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [PATCH 2 of 2] xterm: check we're on a tty before calling tigetstr

2013-10-27 Thread Fabian Groffen
lace you're assuming) Probably. Back then when the issue was reported, gdb pointed me there. Fact is, Mutt will get stuck when run without a tty. I'd appreciate that issue to get addressed. Thanks, Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: the mutt development vacuum

2013-04-09 Thread Fabian Groffen
to help with rolling Mutt releases (I have to do it for Gentoo anyway, currently maintaining a branch with backports of fixes only). That said, if there's interest from Mutt maintainers for that, feel free to contact me. Thanks for Mutt, Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [PATCH 4/4] version.sh: Get detailed version info from git

2012-12-30 Thread Fabian Groffen
On 30-12-2012 16:18:27 +0100, Matthias Andree wrote: > Am 30.12.2012 15:55, schrieb Fabian Groffen: > > On 30-12-2012 15:45:30 +0100, Matthias Andree wrote: > >> This is bogofilter's configure.ac code, and for reference, check > >> Solaris's standards(5

Re: [PATCH 4/4] version.sh: Get detailed version info from git

2012-12-30 Thread Fabian Groffen
/compiler/bin:... please NO! (don't mess with PATH like that) Mutt's sources are in Mercurial, so no need to prevent building on platforms just because of some git version parsing. People that do that, most likely have a /bin/sh that supports those operations anyway. -- Fabian

Re: policy on minimum requirements for building from mercurial vs dist

2012-12-28 Thread Fabian Groffen
s. It is more important that the shipped configure script still works and the sources build. My €0.02. -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [PATCH] Add compiler and configure info to mutt -v output (closes #3537)

2012-12-24 Thread Fabian Groffen
f already takes almost a full terminal window here. -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [PATCH] configure: refine libidn test not to report false positive

2012-12-22 Thread Fabian Groffen
should do the right thing here. -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

[PATCH] configure: refine libidn test not to report false positive

2012-12-21 Thread Fabian Groffen
# HG changeset patch # User Fabian Groffen # Date 1356106486 -3600 # Branch HEAD # Node ID 7c1baf76330f4954a4c26b62e7e95c154e7bafb5 # Parent 5554d811eb999595b74b890d5e7ca7484bca9c7a configure: refine libidn test not to report false positive Do not assume idna headers exist on the system if

Re: [PATCH] configure: refine libidn test not to report false positive

2012-12-20 Thread Fabian Groffen
On 20-12-2012 13:39:18 -0600, Will Fiveash wrote: > On Thu, Dec 20, 2012 at 12:55:07PM +0100, Fabian Groffen wrote: > > On Solaris/OpenIndiana there is a libidn, and the headers are in > > /usr/include/idn but they aren't exactly working like GNU libidn, it > > seems.

Re: [PATCH] configure.ac cleanup + FreeBSD regression fixes (was: Berkeley DB 5.3?)

2012-12-20 Thread Fabian Groffen
t trickery for Mutt. Hence, stick with my recommendation to backout changesets 36b0cc717ecc and 73900ca5db9a. -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [PATCH] configure: refine libidn test not to report false positive

2012-12-20 Thread Fabian Groffen
On 20-12-2012 09:57:13 -0600, Derek Martin wrote: > On Thu, Dec 20, 2012 at 12:55:07PM +0100, Fabian Groffen wrote: > > On Solaris/OpenIndiana there is a libidn, and the headers are in > > /usr/include/idn but they aren't exactly working like GNU libidn, it > > seems.

[PATCH] configure: refine libidn test not to report false positive

2012-12-20 Thread Fabian Groffen
On Solaris/OpenIndiana there is a libidn, and the headers are in /usr/include/idn but they aren't exactly working like GNU libidn, it seems. So check for the existence of the headers, before assuming they are there (see the code, e.g. main.c, mutt_idna.h). # HG changeset patch # User F

Re: toward a 1.5.22 release

2012-12-20 Thread Fabian Groffen
On 19-12-2012 13:27:28 -0800, Michael Elkins wrote: > On Wed, Dec 19, 2012 at 12:02:01PM -0800, Michael Elkins wrote: > >On Wed, Dec 19, 2012 at 09:12:04AM +0100, Fabian Groffen wrote: > >>All the [01][0-9]-* and sidebar-* patches are features. From the > >>rema

Re: toward a 1.5.22 release

2012-12-19 Thread Fabian Groffen
ault has been applied recently, leaving only interix-btowc and solaris-ncurses-chars as "maybe" relevant. Thanks, Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: FREE() and safe_free()

2012-12-16 Thread Fabian Groffen
FAICT) in Mercurial (hg), and have changed considerably since 1.5.21 release. So you better get yourself a clone, or get yourself a snapshot of the current sources using the bz2 or gz links on http://dev.mutt.org/hg/mutt/. Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [PATCH v3] Terminal status line support, based on the xterm title patch

2012-04-28 Thread Fabian Groffen
ics of my Terminal that prints both window title and icon title separated by a dash in the window title, I'd rather avoid setting both. Would you have any objections changing it to \033]2? Thanks for your work! Fabian -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: SMTP with required SASL and @ in username

2012-02-29 Thread Fabian Groffen
tried smtp_url=smtps://me\@googlemail.com:myp...@smtp.gmail.com/ ? That syntax works for things like folder with imap, not sure if it does for smtp_url, though. -- Fabian Groffen Gentoo on a different level signature.asc Description: Digital signature

Re: [ANNOUNCE] 1.5.21 released

2011-01-03 Thread Fabian Groffen
y interest between "distros" here to cooperate more closely in any way here (a central place for the latest patches, maybe? Some hg clone with just bugfixes backported?), I'm all ears. More communication like the email I reply to, is also fine with me. -- Fabian Groffen Gentoo on a different level

Re: [PATCH] crypt-gpgme: actually init gpgme

2010-11-23 Thread Fabian Groffen
mproved patch over the one from bug #3300 http://dev.mutt.org/trac/ticket/3300 Maybe add it there as possible replacement of the patch we use now? Thanks, -- Fabian Groffen Gentoo on a different level

Re: [ANNOUNCE] 1.5.21 released

2010-10-02 Thread Fabian Groffen
On 02-10-2010 00:44:49 +, Stuart Henderson wrote: > On 2010-09-16, Fabian Groffen wrote: > > sidebar patch needs love too. > > this is what I'm using in the OpenBSD port: > http://spacehopper.org/mutt/sidebar-5302767aa6aa.gz You're a hero, thanks a ton! --

Re: [ANNOUNCE] 1.5.21 released

2010-09-16 Thread Fabian Groffen
P patches please :-) sidebar patch needs love too. Compressed folders patch applies with small fixes, but I haven't tested it. -- Fabian Groffen Gentoo on a different level

Re: GMail labels issues with them

2010-08-03 Thread Fabian Groffen
On 03-08-2010 22:03:11 +0200, Andreas Marschke wrote: > LABELNAME I discoverd I a problem. My labels have Dots in them > such as > "debian.devel", "debian.announce" and so on, which are suprisingly changed to > >

keymap.c: HAVE_GPGME -> CRYPT_BACKEND_GPGME?

2009-07-21 Thread Fabian Groffen
the HAVE_GPGME should just be replaced with CRYPT_BACKEND_GPGME in keymap.c? -- Fabian Groffen Gentoo on a different level

Re: Unicode on macs

2009-07-06 Thread Fabian Groffen
On 06-07-2009 12:56:06 +0200, Rocco Rutte wrote: > * Fabian Groffen wrote: > > On 10.4 this gives me a file containing "ab" regardless which shell I [snip] > (gdb) a > Undefined command: "ab". Try "help". > (gdb) > > (I enter abé, hit bs 2

Re: Unicode on macs (was: [Mutt] #1317: wish $edit_charset)

2009-07-05 Thread Fabian Groffen
s gives me a file containing "ab" regardless which shell I use, or if I'm logged into a Solaris or Linux system (using ssh). So is it OSX, its Terminal.app, oor is it just that cat is dealing with bytes only? Vim correctly removes two characters as expected. -- Fabian Groffen Gentoo on a different level

Re: [PATCH 0 of 2] subjectrx: altering the display subject

2008-11-20 Thread Fabian Groffen
12345 - : some/path/and/file Am I doing something wrong? -- Fabian Groffen Gentoo on a different level

Re: regression between revisions 5546 and 5554

2008-11-20 Thread Fabian Groffen
On 20-11-2008 16:24:04 +0900, TAKAHASHI Tamotsu wrote: > * Wed Nov 19 2008 Fabian Groffen <[EMAIL PROTECTED]> > > On 18-11-2008 12:39:31 +0100, Jukka Salmi wrote: > > > > Hmm, is anybody else seing this as well? > > > > I a similar problem on Cyrus. I can&#

Re: regression between revisions 5546 and 5554

2008-11-19 Thread Fabian Groffen
On 19-11-2008 20:58:14 +0100, Fabian Groffen wrote: > On 18-11-2008 12:39:31 +0100, Jukka Salmi wrote: > > Jukka Salmi --> mutt-dev (2008-11-08 14:01:08 +0100): > > > I'm seeing some recently introduced problems with Mutt, mainly regarding > > > browsing IMAP

Re: regression between revisions 5546 and 5554

2008-11-19 Thread Fabian Groffen
can see the folder though. > A patch (which is attached) I received off-list from TAKAHASHI Tamotsu > seems to fix the problems described above. Any comments? Unfortunately it doesn't help in my case :/ -- Fabian Groffen Gentoo on a different level

Re: Mutt and Ubuntu

2008-08-25 Thread Fabian Groffen
eird interaction with some environment variable, which I fixed by >> unsetting the variable). > > VERY interesting! Perhaps their package has some unique patch applied? I see exactly the same on Interix. It is caused by set charset="utf-8" which is a mismatch with the current local

Re: [PATCH] Interix support in regex.c

2008-08-07 Thread Fabian Groffen
On 07-08-2008 19:51:14 +0200, Moritz Barsnick wrote: > Hi Fabian, list, > > On Sat, Jul 19, 2008 at 23:59:25 +0200, Fabian Groffen wrote: > > * Interix doesn't have btowc, but it does have mbtowc. Linux manpage > > also discourages the use of btowc. > > Same on

[PATCH] Interix support in regexp.c

2008-07-19 Thread Fabian Groffen
, where regular expressions still seem to work fine with this patch. -- Fabian Groffen Gentoo on a different level * Interix doesn't have btowc, but it does have mbtowc. Linux manpage also discourages the use of btowc. --- regex.c +++ regex.c @@ -2212,6 +2212,7 @@ bool

Re: [PATCH] strsep warning

2008-06-20 Thread Fabian Groffen
On 20-06-2008 13:52:02 +0200, Rocco Rutte wrote: > Hi, > > * Fabian Groffen wrote: >> On 20-05-2008 14:40:40 +0200, Fabian Groffen wrote: >>> If you want to look at some warnings, I put up some logs here: >>> http://dev.gentoo.org/~grobian/logs/ >>> I'

Re: [PATCH] strsep warning

2008-06-19 Thread Fabian Groffen
On 20-05-2008 14:40:40 +0200, Fabian Groffen wrote: > If you want to look at some warnings, I put up some logs here: > http://dev.gentoo.org/~grobian/logs/ > I'll add sparc-solaris and sparc64-solaris later, although I expect them > not to include much new. Note that the x64-so

Re: [PATCH] init warning

2008-05-20 Thread Fabian Groffen
strsep warning more serious than on x86-solaris. I'll try it on x86-interix once I get enough running there, but I'm affraid that'll take some days/weeks given that Interix makes all slower on top of an already slow OS. -- Fabian Groffen Gentoo on a different level

Berkely DB check weakness

2008-05-19 Thread Fabian Groffen
neric thing that points to the installation used "default" (at least on Gentoo), which means -ldb is used, resulting in no mismatch for me since /my/place/usr/lib is in my library search path. However, I don't think this works for everyone. -- Fabian Groffen Gentoo on a different level

Re: [PATCH] compose to sender

2008-02-28 Thread Fabian Groffen
selected, like for instance mailbox switching now also suggests a value, but erases it on the first keystroke? -- Fabian Groffen Gentoo on a different level

Re: [Mutt] #2978: 1.5.17 - Header caching broken on OSX tiger

2007-11-05 Thread Fabian Groffen
I just upgraded from 1.5.16 keeping my hcache, using a directory though. Not using MacPorts and/or Fink. -- Fabian Groffen Gentoo on a different level

Re: change_folder_next patch

2007-08-07 Thread Fabian Groffen
vior is that when you press 'c', mutt > > will suggest the next unread mailbox but allows you to select any mailbox > > you want. > > That's not the current behavior I see. When I press 'c', mutt > suggests the first unread mailbox in its list

Re: some oddities with latest CVS HEAD Mutt

2007-05-22 Thread Fabian Groffen
On 21-04-2007 10:14:38 +0200, Fabian Groffen wrote: > > > > Sometimes Mutt seems to forget marking messages as read. Most of the > > > > time it works fine, but every now and then I read a newly received > > > > message, close Mutt, start it again, and the messa

Re: change_folder_next patch

2007-05-10 Thread Fabian Groffen
he next folder, as I want to choose it myself, just getting Mutt's suggestion for the next unread mailbox. Or is this default now? (Assuming I would bind 'c' to next-unread-mailbox.) -- Fabian Groffen Gentoo on a different level

Re: some oddities with latest CVS HEAD Mutt

2007-04-21 Thread Fabian Groffen
s it is even after closing mutt and starting it again that the mail is marked as new again. Just like mutt forgets to mark it as read or something. If you crash mutt (or kill it) I think the same happens, but then it's kind of logical to me. -- Fabian Groffen Gentoo on a different level

Re: change-folder bug with mailboxes & spaces

2007-04-10 Thread Fabian Groffen
ven't actually typed > > anything yet. > > This might be ok, but I don't know how many people want the existing > behaviour. We used to have a quote-next-char key (was it ^V?) for this > situation. I can't figure out what happened to it. I always use to get the space there. Which once you know it, is fine. -- Fabian Groffen Gentoo on a different level

Re: BDB4 from pkgsrc

2007-04-09 Thread Fabian Groffen
done > fi This patch indeed fixes the problem for me. Thanks. -- Fabian Groffen Gentoo on a different level

Re: Mutt and Berkely DB, the results of the cruisade

2007-04-08 Thread Fabian Groffen
On 07-04-2007 22:18:51 +0200, Matthias Andree wrote: > Fabian Groffen <[EMAIL PROTECTED]> writes: > > > I have it reproducible on at least three different platforms. The > > segfault/buserror occurs somewhere in the db code, some internal > > function, so I assu

Re: [PATCH] Compilation warnings, configure

2007-04-08 Thread Fabian Groffen
g. You accidentially checked in my first "fix" there, which is in any case wrong. I now did some other hack around it. In any case, make sure that this (unsigned char) cast that now is in the code disappears. Thanks! -- Fabian Groffen Gentoo on a different level --- mutt-1.5.15/cop

Re: BDB4 from pkgsrc

2007-04-07 Thread Fabian Groffen
7; and `--with-bdb-libdir=DIR' as Cyrus > IMAP's configure script does. Sort of, yes. > But maybe it's easier to use QDBM instead... ;-) Currently Gentoo doesn't have this database backend supported for Mutt. I don't know why, but I guess trying to get it compiled is a start. -- Fabian Groffen Gentoo on a different level

gpgme causes some messages not to be opened (was: BDB4 from pkgsrc)

2007-04-07 Thread Fabian Groffen
On 07-04-2007 14:17:41 +0200, Fabian Groffen wrote: > On 07-04-2007 14:04:16 +0200, Fabian Groffen wrote: > > Two issues: > > > > 1) I cannot read this message (Message could not be opened). I need to > >edit it (e) to see you said "applied, thanks" >

Re: BDB4 from pkgsrc

2007-04-07 Thread Fabian Groffen
On 07-04-2007 14:04:16 +0200, Fabian Groffen wrote: > Two issues: > > 1) I cannot read this message (Message could not be opened). I need to >edit it (e) to see you said "applied, thanks" It only happens on Darwin, probably because gpgme won't (ever?) compile

Re: BDB4 from pkgsrc

2007-04-07 Thread Fabian Groffen
ing is done against db-4.5. Somehow I can imagine that this can go wrong. I can't find a way to force configure to just do "normal", so maybe I'll give up on bdb, or hack the configure check for Gentoo. On 05-04-2007 13:10:38 -0700, Brendan Cully wrote: -- Fabian Groffen Gentoo on a different level

Re: Mutt and Berkely DB, the results of the cruisade

2007-04-04 Thread Fabian Groffen
hen switching imap folders, which I haven't seen any more using berkely db. Should I try qdbm? -- Fabian Groffen Gentoo on a different level

Re: [PATCH] Compilation warnings, configure

2007-04-04 Thread Fabian Groffen
> > warning: dereferencing a type-punned variable will break strict aliasing > > rules > > I don't know about these type-punning hacks. I think we need a better > fix... I agree it isn't elegant. The warning more or less says pointers are being casted, not the values. Problem here is that the pointer type might not match the allocated data size. -- Fabian Groffen Gentoo on a different level

Mutt and Berkely DB, the results of the cruisade

2007-04-04 Thread Fabian Groffen
ieve db 4.5 and 4.4 should be checked, but if 4.3 (and below?) are found and taken as supported then the code shouldn't crash. Possible solutions are to either drop support for <4.3 or fix it in some way. Anyway, I hope this is useful information somehow. -- Fabian Groffen Gent

Re: [PATCH] Compilation warnings, configure

2007-04-04 Thread Fabian Groffen
se it is not supposed to be used by normal users. And also, of course you have to believe -Werror is useful too ;) -- Fabian Groffen Gentoo on a different level

Re: [PATCH] Compilation warnings, configure

2007-04-03 Thread Fabian Groffen
On 03-04-2007 19:38:57 +0200, Fabian Groffen wrote: > warnings.patch > warnings I fixed that GCC chokes on using -Werror -std=gnu99. Because > I don't know how to solve the "%lld is forbidden in C90" error I used > the latter option. Please review c

Re: [PATCH] Compilation warnings, configure

2007-04-03 Thread Fabian Groffen
On 03-04-2007 19:38:57 +0200, Fabian Groffen wrote: > diff -ur mutt-1.5.14cvs.orig/regex.c mutt-1.5.14cvs/regex.c > > warning: comparison always yields in false due to limited data type > second hunk: warning: XXX defined but never used > > --- mutt-1.5.14cvs.orig/regex.c

[PATCH] Compilation warnings, configure

2007-04-03 Thread Fabian Groffen
ight actually really happen in some cases. I commented inside the patches, feel free to reject or apply. :) -- Fabian Groffen Gentoo on a different level * allow to use CFLAGS that are not used in configure itself, X_CFLAGS, useful for injecting -Werror -std=gnu99 for instance. diff -ur mutt-1.

Re: segfault: d5ab883ef90a breaks header cache

2007-04-03 Thread Fabian Groffen
On 03-04-2007 11:12:29 +0200, Fabian Groffen wrote: > On 03-04-2007 09:46:13 +0200, Thomas Roessler wrote: > > d5ab883ef90a reproducibly leads to segmentation faults in either > > line 999 or 1002 of hcache.c. At that point, h->db is a NULL > > pointer which is dereferenc

Re: segfault: d5ab883ef90a breaks header cache

2007-04-03 Thread Fabian Groffen
in main (argc=1, argv=0x80472e4) at main.c:962 (gdb) p h $1 = (struct header_cache *) 0x814e2e0 (gdb) p h->db $2 = (DB *) 0x0 (gdb) code fragment: (1000-1004) if (stat(path, &sb) != 0 && errno == ENOENT) { createflags |= DB_EXCL; h->db->set_pagesize(h->db, pag

[PATCH] Missing include of hcache.h in imap/util.c

2007-04-03 Thread Fabian Groffen
`mutt_hcache_open' implicitly converted to pointer at util.c:84 What causes this is: util.c:84: warning: implicit declaration of function ‘mutt_hcache_open’ I solved this by simply including hcache.h as in the attached patch. -- Fabian Groffen Gentoo on a different level --- imap/util.c +++

Re: change_folder_next patch

2007-03-29 Thread Fabian Groffen
On 29-03-2007 16:03:15 -0700, Brendan Cully wrote: > On Monday, 05 March 2007 at 13:43, Antoine Reilles wrote: > > A patch to add a (change_folder_next) option to mutt was proposed long > > time ago. It allow the change-folder command to start at the folder > > after the current folder. The reason

Re: imap/2717: mutt may appear to hang while it reconnects to IMAP

2007-02-28 Thread Fabian Groffen
r=imaps://[EMAIL PROTECTED]/folder. When the login to imaps://[EMAIL PROTECTED] fails, "switching" to imaps://[EMAIL PROTECTED]/folder (after a successfull relogin to imaps://[EMAIL PROTECTED]) confuses mutt, such that it doesn't find any subfolders in that "account". A

Re: What's needed for mutt 1.6?

2007-02-28 Thread Fabian Groffen
eem to ship it by default. Also the imap hang patch from bug 2717 I'm using for a while now, and allows me to reconnect, or type a wrong password. Though this is more a bugfix, I'd still like it to be in. Thanks and regards, -- Fabian Groffen Gentoo on a different level