But works well with news !
[[https://emacs.stackexchange.com/questions/38739/how-can-i-subscribe-to-se-rss-feed-using-gnus]]
In the end, slower than notmuch inside emacs (start + search) but I
prefer it to read news. Trying it at the moment
** KILL Mairix config
:PROPERTIES:
:CUSTOM_ID: kill-mairix-config
:END:
Mairixrc
#+BEGIN_EXAMPLE
base=~/Mail/
maildir=gmail/inbox:gmail/archive:free/inbox:free/archive:archive
mformat=maildir
database=~/.mairix/database
mfolder=~/.mairix/mfolder
#+END_EXAMPLE
Warning: not recursive !
Follow the manual instruction. Important: do not answer "no" for hidden
folder (maildir++) !
#+BEGIN_EXAMPLE
(setq user-mail-address#"XX"
user-full-name#"Alexis Praga")
(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
;; Reading FSS feeds (not all of them works)
'((nntp "news.gwene.org")
;; Too slow, we prefer notmuch
(nnmaildir "free"
(directory "~/Mail/free/"))
(nnmaildir "gmail"
(directory "~/Mail/gmail/")))))
;; Does not work
;;(setq nnir-search-engine 'notmuch)
;; This start a notmuch request but with the wrong arguments...
;; "(push (cons 'nnmaildir 'notmuch) nnir-method-default-engines)
;;
(setq message-send-mail-function 'message-send-mail-with-sendmail)
(setq sendmail-program "/usr/bin/msmtp")
(setq mm-text-html-renderer 'gnus-w3m)
(setq gnus-inhibit-images nil)
#+END_EXAMPLE
** KILL What about sent mails
:PROPERTIES:
:CUSTOM_ID: kill-what-about-sent-mails
:END:
Initially, I wanted a copy in a maildir folder. It turns out it's
already on Gmail server in both all mail and sent mail. I'm not sure
anymore to need a specific "sent" folder for gmail. So I only sync the
"sent" folder on my Free account