Hi,

today I started using Gnus for mail (IMAP) and merged my
`gnus-posting-styles' with `gnus-parameters'.

,----[ C-h v gnus-parameters RET ]
| gnus-parameters is a variable defined in `gnus.el'.
| Its value is shown below.
| 
| Documentation:
| Alist of group parameters.
| 
| Value:
| ((".*"
|   (posting-style
|    ("Face"
|     (lambda nil
|       (let
|           ((file
|             (th-random-file "~/.faces" "\\.jpg")))
|         (message "Chose %s as Face file." file)
|         (gnus-face-from-file file))))))
|  ("^infko\\."
|   (posting-style
|    (address "[EMAIL PROTECTED]")))
|  ("Fastmail:INBOX\\."
|   (posting-style
|    (address "[EMAIL PROTECTED]"))
|   (gnus-use-scoring nil)
|   (gcc-self . t))
|  ("Fastmail:INBOX\\.FSF"
|   (posting-style
|    (address "[EMAIL PROTECTED]")))
|  ("Fastmail:INBOX\\.\\(D-BARF\\|emms-patches\\)"
|   (gnus-use-scoring t)
|   (gcc-self)))
`----

The problem is, that most settings there have no effect. What works is
the adding of the Face header in every mail/posting.

But I always post with `user-mail-address', although this should be
overridden in infko-groups or on my Fastmail-IMAP-postbox. Those
`gcc-self' and `gnus-use-scoring' don't have an effect, too.

Does anyone know what's wrong here?

Bye and thanks,
Tassilo
-- 
          "Emacs is not a development tool but a way of life."
                - David Kastrup in alt.religion.emacs -



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to