Re: notmuch-emacs: forward messages inline

2015-11-06 Thread Daniel Kahn Gillmor
On Fri 2015-11-06 14:23:22 -0500, Matthew Lear wrote: > I guess that's one way, but it's a bit of a faff. Unless it was possible to > wrap > it all up in lisp, I don't really think it's a good option. It seems to be specifically what you're looking to do, so i don't see it as a "faff" but

weird paths in notmuch database

2015-11-06 Thread Davide Mancusi
Hi all, I have noticed that notmuch ends up with non-existing paths to some messages. For instance: $ notmuch search --output=files 'path:/home/**' /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S

Re: notmuch-emacs: forward messages inline

2015-11-06 Thread Matthew Lear
Hi Daniel, > On 5 Nov 2015, at 21:42, Daniel Kahn Gillmor wrote: >> On Fri 2015-11-06 04:51:53 +0900, Matthew Lear wrote: >> Are there any recommended ways to selectively forward an email as >> inline with notmuch-emacs rather than as an RFC822 attachment, eg have >> a

Re: weird paths in notmuch database

2015-11-06 Thread Tomi Ollila
On Fri, Nov 06 2015, Davide Mancusi wrote: > 2015-11-06 14:09 GMT+01:00 David Bremner : >>> $ notmuch search --output=files 'path:/home/**' >>> /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S >>>

Re: weird paths in notmuch database

2015-11-06 Thread Davide Mancusi
2015-11-06 16:14 GMT+01:00 Tomi Ollila : > How is the symlink exactly shown in ls -l /path/to/symlink output ? $ ls -l /home/username/local lrwxrwxrwx 1 username group 21 Jan 23 2015 /home/username/local -> /export/home/username

Re: weird paths in notmuch database

2015-11-06 Thread Tomi Ollila
On Fri, Nov 06 2015, Davide Mancusi wrote: > 2015-11-06 16:14 GMT+01:00 Tomi Ollila : >> How is the symlink exactly shown in ls -l /path/to/symlink output ? > > $ ls -l /home/username/local > lrwxrwxrwx 1 username group 21 Jan 23 2015 /home/username/local

Re: weird paths in notmuch database

2015-11-06 Thread Davide Mancusi
2015-11-06 16:24 GMT+01:00 Tomi Ollila : > And notmuch config get database.path prints /export/home/username/mail > I presume ? Correct. > If that is the case then this symlink should have no effect. > > Is there any symlinks inside /export/home/username/mail > ( find

Re: [PATCH] emacs: Fontify From with message-header-other

2015-11-06 Thread Tomi Ollila
On Thu, Nov 05 2015, "H. J. Illikainen" wrote: > Commit e26d767897e8ab59f05808a12ac5c9c1e3c7030f changed the > fontification of the body associated with the From header to > message-header-from. However, that face is non-existent, and in > message.el

Re: weird paths in notmuch database

2015-11-06 Thread Tomi Ollila
On Fri, Nov 06 2015, Davide Mancusi wrote: > 2015-11-06 16:24 GMT+01:00 Tomi Ollila : >> And notmuch config get database.path prints /export/home/username/mail >> I presume ? > > Correct. > >> If that is the case then this symlink should have no effect. >> >>

Re: weird paths in notmuch database

2015-11-06 Thread Davide Mancusi
2015-11-06 16:34 GMT+01:00 Tomi Ollila : > Ah, so path > /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S > > does not exist? It probably used to be (?) (via some long-gone symlink?) > and now it is just garbage in the database

Re: "notmuch new" does not remove my file from db (double slash problem ?)

2015-11-06 Thread franc...@avalenn.eu
216180408.GA24515@myhost /home/francois/Maildir/another_box/cur/1446803446_0.30241.myhost,U=7096:2,S /home/francois/Maildir/my_second_box/cur/1446803455_0.30241.myhost,U=3407:2,S /home/francois/Maildir/my_first_box/cur/1446803465_0.30241.myhost,U=32711:2,S /home/francois/Maildir/my

Re: weird paths in notmuch database

2015-11-06 Thread Davide Mancusi
2015-11-06 14:09 GMT+01:00 David Bremner : >> $ notmuch search --output=files 'path:/home/**' >> /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S >> /export/home/username/mail/archive/cur/1446805732.2711_9.hostname:2,S [...] > >