* what is the concept of archiving?
@ 2017-11-09 9:56 Linus Arver
2017-11-09 10:33 ` Jani Nikula
0 siblings, 1 reply; 3+ messages in thread
From: Linus Arver @ 2017-11-09 9:56 UTC (permalink / raw)
To: notmuch
Hello,
I am curious about the following interactive functions --- they all deal
with archiving messages:
notmuch-tree-archive-thread
notmuch-show-archive-thread
notmuch-show-archive-message
notmuch-tree-archive-message
notmuch-search-archive-thread
notmuch-show-advance-and-archive
notmuch-show-stash-mlarchive-link
notmuch-show-archive-thread-then-next
notmuch-show-archive-thread-then-exit
notmuch-tree-archive-message-then-next
notmuch-show-stash-mlarchive-link-and-go
notmuch-show-archive-message-then-next-or-exit
notmuch-show-archive-message-then-next-or-next-thread
Unfortunately, I cannot find enough information online about what any of
these functions do, or what the concept of "archiving" means. From
reading some of the sources in notmuch-tree.el I found out that
archiving a message results in "applying the tag changes in
`notmuch-archive-tags' to it" but I am not sure what this means.
I found out that the key bindings are in that same file, which assigns
"a" to notmuch-tree-archive-message-then-next; when I press "a" in my
inbox view (all messages tagged "inbox"), it appears to just remove the
"inbox" tag. I have some questions:
(1) What is the point of archiving (what problem does it solve)?
(2) Do any other things happen to such archived messages, apart from the
tag being removed?
(3) How do I un-archive these messages, if I press the "a" key by
accident?
Thanks,
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what is the concept of archiving?
2017-11-09 9:56 what is the concept of archiving? Linus Arver
@ 2017-11-09 10:33 ` Jani Nikula
2017-11-12 5:23 ` Linus Arver
0 siblings, 1 reply; 3+ messages in thread
From: Jani Nikula @ 2017-11-09 10:33 UTC (permalink / raw)
To: Linus Arver; +Cc: Notmuch Mail
On Thu, Nov 9, 2017 at 11:56 AM, Linus Arver <linusarver@gmail.com> wrote:
> Unfortunately, I cannot find enough information online about what any of
> these functions do, or what the concept of "archiving" means. From
> reading some of the sources in notmuch-tree.el I found out that
> archiving a message results in "applying the tag changes in
> `notmuch-archive-tags' to it" but I am not sure what this means.
Archiving, by default, simply means removing the inbox tag, either
from a single message or from all messages in a thread. You can use
notmuch-archive-tags to configure the tag change actions if you like.
> I found out that the key bindings are in that same file, which assigns
> "a" to notmuch-tree-archive-message-then-next; when I press "a" in my
> inbox view (all messages tagged "inbox"), it appears to just remove the
> "inbox" tag. I have some questions:
>
> (1) What is the point of archiving (what problem does it solve)?
Remove the messages from your inbox search. (At least I prefer to keep
this distinct from removing the unread tag; I archive tons of messages
without reading, and I have some messages with inbox tag that I've
already read.)
> (2) Do any other things happen to such archived messages, apart from the
> tag being removed?
No. Optionally, you can configure notmuch-archive-tags to remove more
or other tags, or add tags.
> (3) How do I un-archive these messages, if I press the "a" key by
> accident?
Find the message, hit "k k a". ("k" enters a submenu for doing
customizable tagging operations quickly, "k k" does the reverse
operation.)
BR,
Jani.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what is the concept of archiving?
2017-11-09 10:33 ` Jani Nikula
@ 2017-11-12 5:23 ` Linus Arver
0 siblings, 0 replies; 3+ messages in thread
From: Linus Arver @ 2017-11-12 5:23 UTC (permalink / raw)
To: Jani Nikula; +Cc: Notmuch Mail
Jani Nikula <jani@nikula.org> writes:
> On Thu, Nov 9, 2017 at 11:56 AM, Linus Arver <linusarver@gmail.com> wrote:
>> Unfortunately, I cannot find enough information online about what any of
>> these functions do, or what the concept of "archiving" means. From
>> reading some of the sources in notmuch-tree.el I found out that
>> archiving a message results in "applying the tag changes in
>> `notmuch-archive-tags' to it" but I am not sure what this means.
>
> Archiving, by default, simply means removing the inbox tag, either
> from a single message or from all messages in a thread. You can use
> notmuch-archive-tags to configure the tag change actions if you like.
>
>> I found out that the key bindings are in that same file, which assigns
>> "a" to notmuch-tree-archive-message-then-next; when I press "a" in my
>> inbox view (all messages tagged "inbox"), it appears to just remove the
>> "inbox" tag. I have some questions:
>>
>> (1) What is the point of archiving (what problem does it solve)?
>
> Remove the messages from your inbox search. (At least I prefer to keep
> this distinct from removing the unread tag; I archive tons of messages
> without reading, and I have some messages with inbox tag that I've
> already read.)
>
>> (2) Do any other things happen to such archived messages, apart from the
>> tag being removed?
>
> No. Optionally, you can configure notmuch-archive-tags to remove more
> or other tags, or add tags.
>
>> (3) How do I un-archive these messages, if I press the "a" key by
>> accident?
>
> Find the message, hit "k k a". ("k" enters a submenu for doing
> customizable tagging operations quickly, "k k" does the reverse
> operation.)
>
> BR,
> Jani.
That was very helpful, thanks.
--
Best,
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-12 5:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-09 9:56 what is the concept of archiving? Linus Arver
2017-11-09 10:33 ` Jani Nikula
2017-11-12 5:23 ` Linus Arver
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).