X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-new-1.mdwn;fp=manpages%2Fnotmuch-new-1.mdwn;h=f0f279b598a83b8d58b1e37645db3139151a0d7c;hb=01b1bc7553d0b0ebf35ac3016c83240b4151ad59;hp=0000000000000000000000000000000000000000;hpb=c2a1babf958cb98d7c16b0d901d94beeec20ff10;p=obsolete%2Fnotmuch-wiki diff --git a/manpages/notmuch-new-1.mdwn b/manpages/notmuch-new-1.mdwn new file mode 100644 index 0000000..f0f279b --- /dev/null +++ b/manpages/notmuch-new-1.mdwn @@ -0,0 +1,73 @@ +

NOTMUCH-NEW(1)

+ +

NAME

+ +
+       notmuch-new - Incorporate new mail into the notmuch database.
+
+ +

SYNOPSIS

+ +
+       notmuch new [--no-hooks]
+
+ +

DESCRIPTION

+ +
+       Find and import any new messages to the database.
+
+ +
+       The  new  command scans all sub-directories of the database, performing
+       full-text indexing on new messages that are  found.  Each  new  message
+       will automatically be tagged with both the inbox and unread tags.
+
+ +
+       You  should  run  notmuch new once after first running notmuch setup to
+       create the initial database. The first run may take a long time if  you
+       have a significant amount of mail (several hundred thousand messages or
+       more). Subsequently, you should run notmuch new whenever  new  mail  is
+       delivered  and you wish to incorporate it into the database. These sub-
+       sequent runs will be much quicker than the initial run.
+
+ +
+       Invoking notmuch with no command argument will run new if notmuch setup
+       has  previously been completed, but notmuch new has not previously been
+       run.
+
+ +
+       notmuch new updates tags according  to  maildir  flag  changes  if  the
+       maildir.synchronize_flags configuration option is enabled. See notmuch-
+       config(1) for details.
+
+ +
+       The new command supports hooks. See  notmuch-hooks(5) for more  details
+       on hooks.
+
+ +
+       Supported options for new include
+
+ +
+           --no-hooks
+
+ +
+               Prevents hooks from being run.
+
+ +

SEE ALSO

+ +
+       notmuch(1),  notmuch-config(1), notmuch-count(1), notmuch-dump(1), not-
+       much-hooks(5), notmuch-reply(1), notmuch-restore(1), notmuch-search(1),
+       notmuch-search-terms(7), notmuch-show(1), notmuch-tag(1)
+
+ +

Notmuch 0.13.2