unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Michal Sojka <sojkam1@fel.cvut.cz>
To: Servilio Afre Puentes <servilio@gmail.com>
Cc: notmuch@notmuchmail.org
Subject: Re: [PATCH 0/4] Maildir synchronization v2
Date: Wed, 13 Oct 2010 22:34:34 +0200	[thread overview]
Message-ID: <87r5ftomqt.fsf@steelpick.2x.cz> (raw)
In-Reply-To: <AANLkTikurSji7OMGC192uTbpwvXN+htb1zw-YqBCc0bn@mail.gmail.com>

On Wed, 13 Oct 2010, Servilio Afre Puentes wrote:
> On 13 October 2010 08:13, Michal Sojka <sojkam1@fel.cvut.cz> wrote:
> [...]
> > THERE IS CURRENTLY ONE KNOWN ISSUE: Viewing/storing of attachments of
> > unread messages doesn't work. The reason is that when you view the
> > message its unread tag is removed which causes the file to be renamed,
> > but Emacs still uses the original name to access the attachment. You can
> > workaround this by closing the message and opening it again. This issue
> > will be fixed after we (I) implement "notmuch cat" command. With this
> > command, emacs would not access the messages by the file name, but by
> > running notmuch cat id:<message-id> which will always give the correct
> > content.
> 
> Wouldn't it be more efficient to query notmuch for the filename using
> the message ID we store in the DB? When network usage is implemented,
> tramp can give us transparent remote file access in emacs.

Tramp would not be available in non-emacs GUIs. Also, when notmuch cat
is implemented, emacs gui will be usable remotely by simply defining
notmuch-command variable to contain the name of the script containing:

     ssh user@host notmuch "$@"

-Michal

  parent reply	other threads:[~2010-10-13 20:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-13 12:13 [PATCH 0/4] Maildir synchronization v2 Michal Sojka
2010-10-13 12:13 ` [PATCH 1/4] lib: Return added message even if it already was in the database Michal Sojka
2010-10-13 12:13 ` [PATCH 2/4] Maildir synchronization Michal Sojka
2010-10-13 13:56   ` Sebastian Spaeth
2010-10-22  5:03     ` Michal Sojka
2010-10-13 12:13 ` [PATCH 3/4] Make maildir synchronization configurable Michal Sojka
2010-10-13 12:13 ` [PATCH 4/4] Tests for maildir synchronization Michal Sojka
2010-10-13 13:31 ` [PATCH 0/4] Maildir synchronization v2 Mike Kelly
2010-10-13 14:24   ` Mike Kelly
2010-10-13 14:35     ` Mike Kelly
2010-10-13 20:59       ` Michal Sojka
2010-10-13 22:03         ` Mike Kelly
2010-12-09 15:11       ` Mike Kelly
2010-10-13 14:50 ` Servilio Afre Puentes
2010-10-13 17:26   ` David Bremner
2010-10-13 20:34   ` Michal Sojka [this message]
2010-10-14  2:26     ` Dirk Hohndel
2010-10-14  7:11       ` Michal Sojka
2010-10-18 14:12 ` Mike Kelly
2010-10-22  4:43   ` Michal Sojka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r5ftomqt.fsf@steelpick.2x.cz \
    --to=sojkam1@fel.cvut.cz \
    --cc=notmuch@notmuchmail.org \
    --cc=servilio@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).