From: Xavier Maillard <xavier@maillard.im>
To: help-gnu-emacs@gnu.org
Subject: gnorb user ?
Date: Wed, 25 May 2016 23:53:55 +0200 [thread overview]
Message-ID: <m060u1x0r0.fsf@ll.home> (raw)
Hello,
is there anybody using gnorb package that would share his settings with me and
show his workflow ?
I have read the info doc but, still, I do not understand fully how I should
use all this stuff.
If it is worth it, here is my settings (copy/pasted from the documentation):
#+BEGIN_SRC emacs-lisp
(use-package gnorb
:defer 5
:bind (:map message-mode-map ("C-c t" . gnorb-gnus-outgoing-do-todo))
:config
(use-package init-gnus :config (setq gnus-registry-install t)
(setq gnorb-gnus-new-todo-capture-key "t")
(gnorb-tracking-initialize))
(use-package gnorb-bbdb
:init
(setq gnorb-org-agenda-popup-bbdb t)
:bind (
;; ("C-c C" . gnorb-bbdb-cite-contact)
:map bbdb-mode-map
("O" . gnorb-bbdb-tag-agenda)
("S" . gnorb-bbdb-mail-search)
;; ([remap bbdb-mail] . gnorb-bbdb-mail)
("l" . gnorb-bbdb-open-link)))
(use-package gnorb-org
:bind (
:map org-mode-map
("C-c C" . gnorb-org-contact-link)
("C-c t" . gnorb-org-handle-mail)
("C-c e" . gnorb-org-view)
("C-c E" . gnorb-org-email-subtree)
("C-c V" . gnorb-org-popup-bbdb))
(:map org-agenda-mode-map
("H" . gnorb-org-handle-mail)
("V" . gnorb-org-popup-bbdb)))
(use-package gnorb-gnus
:bind (
:map gnus-summary-mime-map ("a" . gnorb-gnus-article-org-attach))
(:map gnus-summary-mode-map ("C-c t" . gnorb-gnus-incoming-do-todo))
:config
(push '("attach to org heading" . gnorb-gnus-mime-org-attach)
gnus-mime-action-alist)
;; The only way to add mime button command keys is by redefining
;; gnus-mime-button-map, possibly not ideal. Ideal would be a
;; setter function in gnus itself.
(push '(gnorb-gnus-mime-org-attach "a" "Attach to Org heading")
gnus-mime-button-commands)
(setq gnus-mime-button-map
(let ((map (make-sparse-keymap)))
(define-key map gnus-mouse-2 'gnus-article-push-button)
(define-key map gnus-down-mouse-3 'gnus-mime-button-menu)
(dolist (c gnus-mime-button-commands)
(define-key map (cadr c) (car c)))
map))))
#+END_SRC
All of this is not enough to get started succesfully IMO.
Thank you
Xavier
next reply other threads:[~2016-05-25 21:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-25 21:53 Xavier Maillard [this message]
2016-05-25 22:41 ` gnorb user ? Nick Dokos
2016-05-26 5:53 ` Jude DaShiell
2016-05-26 5:55 ` Eric Abrahamsen
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://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m060u1x0r0.fsf@ll.home \
--to=xavier@maillard.im \
--cc=help-gnu-emacs@gnu.org \
/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.
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).