X-Git-Url: https://git.notmuchmail.org/git?p=notmuch-wiki;a=blobdiff_plain;f=remoteusage.mdwn;h=1a74d741901a05e578b523b8e2241d350aacbccf;hp=40a3e9cf923b575aeb62b327727a39f695a24380;hb=8bf95525c058d8265be9357f6bdeeed2a7b331bd;hpb=810f9d22873ac6b6b3fcd6ea7bbf626ee66b99f6 diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 40a3e9c..1a74d74 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -69,7 +69,7 @@ Save this to a file, for example `remote-notmuch.sh`, in your `PATH`: printf -v ARGS "%q " "$@" exec ssh notmuch notmuch ${ARGS} -and give it execute permissons: `chmod +x remote-notmuch.sh` +and give it execute permissions: `chmod +x remote-notmuch.sh` Now you can run `remote-notmuch.sh new`, or other notmuch commands. You can call the script anything you like. (You could also call it `notmuch` @@ -82,8 +82,8 @@ script: (setq notmuch-command "/path/to/your/remote-notmuch.sh") -If you use Fcc, you may want to do something like this on the client, to -Bcc mails to yourself: +If you use Fcc and Notmuch older than 0.23, you may want to do something like +this on the client, to Bcc mails to yourself: (setq notmuch-fcc-dirs nil) (add-hook 'message-header-setup-hook @@ -91,6 +91,8 @@ Bcc mails to yourself: (notmuch-user-name) (notmuch-user-primary-email)))))) +Starting from 0.23, Fcc is also done through notmuch-command. + ## Problems ## Some things probably won't work perfectly, and there might be some