Re: notmuch-emacs: Fcc to top-level directory given by database.path

2018-06-22 Thread Arun Isaac
>> notmuch insert --folder= or --folder="" does not work: >> >> String argument for option "folder" must be non-empty. >> Unrecognized option: --folder= >> > This should be fixed in 733ccfabc, as part of 0.26 I have verified this, and it works. ___

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2018-06-06 Thread David Bremner
Jani Nikula writes: > On Sat, 23 Sep 2017, David Bremner wrote: >> Do you happen to know if it calls with an empty string as the folder >> name? It would be consistent with searching for that to insert at the >> top level. > > notmuch insert --folder= or --folder="" does not work: > > String

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-10-04 Thread Arun Isaac
Jani Nikula writes: > On Sat, 23 Sep 2017, David Bremner wrote: >> Do you happen to know if it calls with an empty string as the folder >> name? It would be consistent with searching for that to insert at the >> top level. > > notmuch insert --folder= or

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-10-02 Thread Jani Nikula
On Sat, 30 Sep 2017, Jani Nikula wrote: > On Sat, 23 Sep 2017, David Bremner wrote: >> Do you happen to know if it calls with an empty string as the folder >> name? It would be consistent with searching for that to insert at the >> top level. > > notmuch

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-10-02 Thread Jani Nikula
On Mon, 02 Oct 2017, Arun Isaac wrote: > Mark Walters writes: > >> Incidentally, I think "/" is an alternative for the fcc line which >> already works, which is "\"/\" in notmuch-fcc-dirs. > > Perhaps, notmuch should be made to tolerate a

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-10-02 Thread Mark Walters
Hi On Sun, 01 Oct 2017, Arun Isaac wrote: > Mark Walters writes: > >> Incidentally, I think "/" is an alternative for the fcc line which >> already works, which is "\"/\" in notmuch-fcc-dirs. > > Perhaps, notmuch should be made to tolerate

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-10-01 Thread Arun Isaac
Mark Walters writes: > Incidentally, I think "/" is an alternative for the fcc line which > already works, which is "\"/\" in notmuch-fcc-dirs. Perhaps, notmuch should be made to tolerate a "/" at the beginning of the Fcc folder argument. That is, notmuch should not

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-09-30 Thread Jani Nikula
On Sat, 23 Sep 2017, David Bremner wrote: > Do you happen to know if it calls with an empty string as the folder > name? It would be consistent with searching for that to insert at the > top level. notmuch insert --folder= or --folder="" does not work: String argument for

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-09-30 Thread Mark Walters
On Sun, 24 Sep 2017, David Bremner wrote: > Arun Isaac writes: > >>> In any case I've noted your feature request/bug-report. It doesn't sound >>> terribly difficult to change, but it will need someone motivated to >>> think about all of the related

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-09-25 Thread Tomi Ollila
On Sun, Sep 24 2017, David Bremner wrote: > Arun Isaac writes: > >>> In any case I've noted your feature request/bug-report. It doesn't sound >>> terribly difficult to change, but it will need someone motivated to >>> think about all of the related details like

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-09-24 Thread David Bremner
Arun Isaac writes: >> In any case I've noted your feature request/bug-report. It doesn't sound >> terribly difficult to change, but it will need someone motivated to >> think about all of the related details like updating the test suite and >> changing docstrings. > >

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-09-23 Thread Arun Isaac
Mark Walters writes: > Alternatively, does just using / as the folder work? notmuch complains about absolute paths if / is used as the folder. Look at function `notmuch-maildir-add-notmuch-insert-style-fcc-header' in notmuch-maildir-fcc.el. David Bremner

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-09-23 Thread Mark Walters
On Sat, 23 Sep 2017, David Bremner wrote: > Arun Isaac writes: > >> I am using notmuch-emacs, and I would like to Fcc my sent mail to the >> top-level directory given by database.path, instead of using a folder >> like "sent" relative to the

Re: notmuch-emacs: Fcc to top-level directory given by database.path

2017-09-23 Thread David Bremner
Arun Isaac writes: > I am using notmuch-emacs, and I would like to Fcc my sent mail to the > top-level directory given by database.path, instead of using a folder > like "sent" relative to the top-level directory. > > The function