Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: indicate email has attachment in summary buffer
Date: Thu, 03 Aug 2006 20:09:52 +0200	[thread overview]
Message-ID: <v9r6zx3d3j.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <m2u04uujh8.fsf@sl392.st-edmunds.cam.ac.uk>

On Thu, Aug 03 2006, Leon wrote:

> I have adapt one function from rs-gnus-summary.el as:
>
> (defun gnus-user-format-function-@ (header)
>   "Display @ for message with attachment in summary line.
[...]
>     (when (string-match "^multipart/mixed" ctype)
>       (setq indicator "@"))
>     (if indicator
> 	indicator
>       " ")))
>
> As you can see, I only match "^multipart/mixed" with Content-type.

Probably this setting should do the same...

(setq rs-gnus-summary-line-content-type-alist
      '((".*" " ")
	("^multipart/mixed" "@")))

> Do you think this is reliable to match all emails with attachment?

It also matches other articles (e.g. various text/plain parts with
different charset), but these articles are quite rare.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  reply	other threads:[~2006-08-03 18:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-02 18:41 Leon
2006-08-02 19:13 ` Frank Schmitt
2006-08-02 19:58   ` Reiner Steib
2006-08-03  7:04     ` Frank Schmitt
2006-08-07 21:40       ` Reiner Steib
2006-08-03 11:49     ` Leon
2006-08-03 18:09       ` Reiner Steib [this message]
2006-08-03 19:28         ` Leon
2006-08-03 22:26           ` Reiner Steib
2006-08-03 23:41             ` Leon
2006-08-05 15:47               ` Reiner Steib
2006-08-05 19:00                 ` Leon
2006-08-04 12:01       ` Leon
2006-08-04 14:54         ` Reiner Steib
2006-08-04 17:08           ` Leon
2006-08-05 15:34             ` Reiner Steib
     [not found]     ` <mailman.4799.1154608593.9609.info-gnus-english@gnu.org>
2006-08-05  4:10       ` John Sullivan
2006-08-16  8:03     ` Svend Tollak Munkejord
2008-10-15  5:03     ` Sebastian P. Luque
2006-08-03 11:46   ` Leon

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9r6zx3d3j.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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 NNTP newsgroup(s).